Language

ICloudServicesNetworkStorageStatus1 Interface

Definition

[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)

Applies to