Language

CloudServicesNetworkStorageStatus1 Class

Definition

CloudServicesNetworkStorageStatus represents the storage status of the cloud services network.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkStorageStatus1TypeConverter))]
public class CloudServicesNetworkStorageStatus1 : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetworkStorageStatus1
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkStorageStatus1TypeConverter))>]
type CloudServicesNetworkStorageStatus1 = class
    interface ICloudServicesNetworkStorageStatus1
    interface IJsonSerializable
Public Class CloudServicesNetworkStorageStatus1
Implements ICloudServicesNetworkStorageStatus1
Inheritance
CloudServicesNetworkStorageStatus1
Attributes
Implements

Constructors

Name Description
CloudServicesNetworkStorageStatus1()

Creates an new CloudServicesNetworkStorageStatus1 instance.

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
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CloudServicesNetworkStorageStatus1.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CloudServicesNetworkStorageStatus1.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetworkStorageStatus1.

FromJsonString(String)

Creates a new instance of CloudServicesNetworkStorageStatus1, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CloudServicesNetworkStorageStatus1 into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to