CloudServicesNetworkStorageStatusStatus 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.
The status of the storage allocation for the cloud services network.
public readonly struct CloudServicesNetworkStorageStatusStatus : IEquatable<Azure.ResourceManager.NetworkCloud.Models.CloudServicesNetworkStorageStatusStatus>
type CloudServicesNetworkStorageStatusStatus = struct
Public Structure CloudServicesNetworkStorageStatusStatus
Implements IEquatable(Of CloudServicesNetworkStorageStatusStatus)
- Inheritance
-
CloudServicesNetworkStorageStatusStatus
- Implements
Constructors
| Name | Description |
|---|---|
| CloudServicesNetworkStorageStatusStatus(String) |
Initializes a new instance of CloudServicesNetworkStorageStatusStatus. |
Properties
| Name | Description |
|---|---|
| Available |
The storage allocation is available. |
| ExpandingVolume |
The storage allocation is expanding the volume. |
| ExpansionFailed |
The expansion of the storage allocation has failed. |
Methods
| Name | Description |
|---|---|
| Equals(CloudServicesNetworkStorageStatusStatus) |
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(CloudServicesNetworkStorageStatusStatus, CloudServicesNetworkStorageStatusStatus) |
Determines if two CloudServicesNetworkStorageStatusStatus values are the same. |
| Implicit(String to CloudServicesNetworkStorageStatusStatus) |
Converts a string to a CloudServicesNetworkStorageStatusStatus. |
| Implicit(String to Nullable<CloudServicesNetworkStorageStatusStatus>) | |
| Inequality(CloudServicesNetworkStorageStatusStatus, CloudServicesNetworkStorageStatusStatus) |
Determines if two CloudServicesNetworkStorageStatusStatus values are not the same. |