ICloudServicesNetworkStorageOptionsPatch 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.CloudServicesNetworkStorageOptionsPatchTypeConverter))]
public interface ICloudServicesNetworkStorageOptionsPatch : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkStorageOptionsPatchTypeConverter))>]
type ICloudServicesNetworkStorageOptionsPatch = interface
interface IJsonSerializable
Public Interface ICloudServicesNetworkStorageOptionsPatch
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| Mode |
The indicator to enable shared storage on the cloud services network. |
| 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) |