ICloudServicesNetworkStorageStatus1 Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkStorageStatus1TypeConverter))]
public interface ICloudServicesNetworkStorageStatus1 : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkStorageStatus1TypeConverter))>]
type ICloudServicesNetworkStorageStatus1 = interface
interface IJsonSerializable
Public Interface ICloudServicesNetworkStorageStatus1
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Mode |
The indicator of if shared storage is enabled on the cloud services network. |
| SizeMiB |
The size in Mebibytes of the storage allocation. |
| Status |
The status of the storage allocation for the cloud services network. |
| StatusMessage |
The description for the status of the shared storage. |
| VolumeId |
The resource ID of the volume created to host the shared storage. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |