DellFileSystemProvisioningState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |