NativeDataSharingProvisioningState Struct

Definition

Provisioning state of the resource at the time the operation was called.

public readonly struct NativeDataSharingProvisioningState : IEquatable<Azure.ResourceManager.Storage.Models.NativeDataSharingProvisioningState>
type NativeDataSharingProvisioningState = struct
Public Structure NativeDataSharingProvisioningState
Implements IEquatable(Of NativeDataSharingProvisioningState)
Inheritance
NativeDataSharingProvisioningState
Implements

Constructors

Name Description
NativeDataSharingProvisioningState(String)

Initializes a new instance of NativeDataSharingProvisioningState.

Properties

Name Description
Accepted

The request has been accepted for processing.

Canceled

The request has been canceled.

Creating

The resource is being created.

Deleting

The resource is being deleted.

Failed

The resource creation or deletion has failed.

Succeeded

The resource has been successfully created.

Methods

Name Description
Equals(NativeDataSharingProvisioningState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(NativeDataSharingProvisioningState, NativeDataSharingProvisioningState)

Determines if two NativeDataSharingProvisioningState values are the same.

Implicit(String to NativeDataSharingProvisioningState)

Converts a string to a NativeDataSharingProvisioningState.

Implicit(String to Nullable<NativeDataSharingProvisioningState>)
Inequality(NativeDataSharingProvisioningState, NativeDataSharingProvisioningState)

Determines if two NativeDataSharingProvisioningState values are not the same.

Applies to