Share via


DellFileSystemProvisioningState Struct

Definition

Provisioning State of the File system resource.

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

Constructors

DellFileSystemProvisioningState(String)

Initializes a new instance of DellFileSystemProvisioningState.

Properties

Accepted

File system resource creation request accepted.

Canceled

File system resource creation canceled.

Creating

File system resource creation started.

Deleted

File system resource is deleted.

Deleting

File system resource deletion started.

Failed

File system resource creation failed.

NotSpecified

File system resource state is unknown.

Succeeded

File system resource creation successful.

Updating

File system resource is being updated.

Methods

Equals(DellFileSystemProvisioningState)

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

Equality(DellFileSystemProvisioningState, DellFileSystemProvisioningState)

Determines if two DellFileSystemProvisioningState values are the same.

Implicit(String to DellFileSystemProvisioningState)

Converts a String to a DellFileSystemProvisioningState.

Inequality(DellFileSystemProvisioningState, DellFileSystemProvisioningState)

Determines if two DellFileSystemProvisioningState values are not the same.

Applies to