ICloudServicesNetworkStorageOptions Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkStorageOptionsTypeConverter))]
public interface ICloudServicesNetworkStorageOptions : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkStorageOptionsTypeConverter))>]
type ICloudServicesNetworkStorageOptions = interface
    interface IJsonSerializable
Public Interface ICloudServicesNetworkStorageOptions
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
Mode

The indicator to enable shared storage on the cloud services network. If not specified, the allocation will align with the standard storage enablement.

SizeMiB

The requested storage allocation for the volume in Mebibytes.

StorageApplianceId

The resource ID of the storage appliance that hosts the storage.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to