Share via


IElasticSan Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanTypeConverter))]
public interface IElasticSan : Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ITrackedResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ElasticSan.Models.ElasticSanTypeConverter))>]
type IElasticSan = interface
    interface IJsonSerializable
    interface ITrackedResource
    interface IResource
Public Interface IElasticSan
Implements ITrackedResource
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.

Id

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

(Inherited from IResource)
Location

The geo-location where the resource lives

(Inherited from ITrackedResource)
Name

The name of the resource

(Inherited from IResource)
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.

SystemDataCreatedAt

The timestamp of resource creation (UTC).

(Inherited from IResource)
SystemDataCreatedBy

The identity that created the resource.

(Inherited from IResource)
SystemDataCreatedByType

The type of identity that created the resource.

(Inherited from IResource)
SystemDataLastModifiedAt

The timestamp of resource last modification (UTC)

(Inherited from IResource)
SystemDataLastModifiedBy

The identity that last modified the resource.

(Inherited from IResource)
SystemDataLastModifiedByType

The type of identity that last modified the resource.

(Inherited from IResource)
Tag

Resource tags.

(Inherited from ITrackedResource)
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"

(Inherited from IResource)
VolumeGroupCount

Total number of volume groups in this Elastic San appliance.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to