共用方式為


ElasticSan Class

Definition

Response for ElasticSan request.

[Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanTypeConverter))]
public class ElasticSan : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSan, Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanTypeConverter))>]
type ElasticSan = class
    interface IElasticSan
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
    interface IValidates
Public Class ElasticSan
Implements IElasticSan, IValidates
Inheritance
ElasticSan
Attributes
Implements

Constructors

ElasticSan()

Creates an new ElasticSan 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.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Location

The geo-location where the resource lives

Name

The name of the resource

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'.

ResourceGroupName

Gets the resource group name

SkuName

The sku name.

SkuTier

The sku tier.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

SystemDataCreatedBy

The identity that created the resource.

SystemDataCreatedByType

The type of identity that created the resource.

SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

SystemDataLastModifiedBy

The identity that last modified the resource.

SystemDataLastModifiedByType

The type of identity that last modified the resource.

Tag

Resource tags.

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.

Type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

VolumeGroupCount

Total number of volume groups in this Elastic San appliance.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ElasticSan.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ElasticSan.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.IElasticSan.

FromJsonString(String)

Creates a new instance of ElasticSan, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ElasticSan into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to