你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IElasticSanProperties 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.ElasticSan.Models.ElasticSanPropertiesTypeConverter))]
public interface IElasticSanProperties : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanPropertiesTypeConverter))>]
type IElasticSanProperties = interface
interface IJsonSerializable
Public Interface IElasticSanProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |