Freigeben über


StorageAccountProvisioningState Struct

Definition

Gets the status of the storage account at the time the operation was called.

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

Constructors

Name Description
StorageAccountProvisioningState(String)

Initializes a new instance of StorageAccountProvisioningState.

Properties

Name Description
Creating

Creating.

ResolvingDns

ResolvingDNS.

Succeeded

Succeeded.

Methods

Name Description
Equals(StorageAccountProvisioningState)

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(StorageAccountProvisioningState, StorageAccountProvisioningState)

Determines if two StorageAccountProvisioningState values are the same.

Implicit(String to StorageAccountProvisioningState)

Converts a String to a StorageAccountProvisioningState.

Inequality(StorageAccountProvisioningState, StorageAccountProvisioningState)

Determines if two StorageAccountProvisioningState values are not the same.

Applies to