ElasticSanProperties 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.
Elastic San response properties.
[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanPropertiesTypeConverter))]
public class ElasticSanProperties : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSanProperties
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanPropertiesTypeConverter))>]
type ElasticSanProperties = class
interface IElasticSanProperties
interface IJsonSerializable
Public Class ElasticSanProperties
Implements IElasticSanProperties
- Inheritance
-
ElasticSanProperties
- Attributes
- Implements
Constructors
ElasticSanProperties() |
Creates an new ElasticSanProperties instance. |
Properties
AvailabilityZone |
Logical zone for Elastic San resource; example: ["1"]. |
BaseSizeTiB |
Base size of the Elastic San appliance in TiB. |
ExtendedCapacitySizeTiB |
Extended size of the Elastic San appliance in TiB. |
PrivateEndpointConnection |
The list of Private Endpoint Connections. |
ProvisioningState |
State of the operation on the resource. |
PublicNetworkAccess |
Allow or disallow public network access to ElasticSan. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. |
SkuName |
The sku name. |
SkuTier |
The sku tier. |
TotalIops |
Total Provisioned IOPS of the Elastic San appliance. |
TotalMBps |
Total Provisioned MBps Elastic San appliance. |
TotalSizeTiB |
Total size of the Elastic San appliance in TB. |
TotalVolumeSizeGiB |
Total size of the provisioned Volumes in GiB. |
VolumeGroupCount |
Total number of volume groups in this Elastic San appliance. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ElasticSanProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ElasticSanProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSanProperties. |
FromJsonString(String) |
Creates a new instance of ElasticSanProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ElasticSanProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |