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