CloudServicesNetworkStorageOptionsPatch Class
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.
CloudServicesNetworkStorageOptionsPatch represents the patchable storage options for the cloud services network.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkStorageOptionsPatchTypeConverter))]
public class CloudServicesNetworkStorageOptionsPatch : Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetworkStorageOptionsPatch
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.CloudServicesNetworkStorageOptionsPatchTypeConverter))>]
type CloudServicesNetworkStorageOptionsPatch = class
interface ICloudServicesNetworkStorageOptionsPatch
interface IJsonSerializable
Public Class CloudServicesNetworkStorageOptionsPatch
Implements ICloudServicesNetworkStorageOptionsPatch
- Inheritance
-
CloudServicesNetworkStorageOptionsPatch
- Attributes
- Implements
Constructors
| Name | Description |
|---|---|
| CloudServicesNetworkStorageOptionsPatch() |
Creates an new CloudServicesNetworkStorageOptionsPatch instance. |
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 |
|---|---|
| DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CloudServicesNetworkStorageOptionsPatch. |
| DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CloudServicesNetworkStorageOptionsPatch. |
| FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.NetworkCloud.Models.ICloudServicesNetworkStorageOptionsPatch. |
| FromJsonString(String) |
Creates a new instance of CloudServicesNetworkStorageOptionsPatch, deserializing the content from a json string. |
| ToJson(JsonObject, SerializationMode) |
Serializes this instance of CloudServicesNetworkStorageOptionsPatch into a JsonNode. |
| ToJsonString() |
Serializes this instance to a json string. |
| ToString() | |