Microsoft.ElasticSan (preview:2024-07-01)

2025/04/01 • 30 new methods

Operations_List (new)
Description Gets a list of ElasticSan operations.
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ElasticSan/operations
{
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
name: string ,
isDataAction: boolean ,
display:
{
provider: string ,
resource: string ,
operation: string ,
description: string ,
}
,
origin: enum ,
actionType: enum ,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Skus_List (new)
Description List all the available Skus in the region and information related to them
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ElasticSan/skus
{
subscriptionId: string ,
api-version: string ,
$filter: string ,
}

⚐ Response (200)

{
value:
[
{
name: enum ,
tier: enum ,
resourceType: string ,
locations:
[
string ,
]
,
locationInfo:
[
{
location: string ,
zones:
[
string ,
]
,
}
,
]
,
capabilities:
[
{
name: string ,
value: string ,
}
,
]
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ElasticSans_ListBySubscription (new)
Description Gets a list of ElasticSans in a subscription
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ElasticSan/elasticSans
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
sku:
{
name: enum ,
tier: enum ,
}
,
availabilityZones:
[
string ,
]
,
provisioningState: enum ,
baseSizeTiB: integer ,
extendedCapacitySizeTiB: integer ,
totalVolumeSizeGiB: integer ,
volumeGroupCount: integer ,
totalIops: integer ,
totalMBps: integer ,
totalSizeTiB: integer ,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
publicNetworkAccess: enum ,
autoScaleProperties:
{
scaleUpProperties:
{
unusedSizeTiB: integer ,
increaseCapacityUnitByTiB: integer ,
capacityUnitScaleUpLimitTiB: integer ,
autoScalePolicyEnforcement: enum ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ElasticSans_ListByResourceGroup (new)
Description Gets a list of ElasticSan in a resource group.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans
{
subscriptionId: string ,
resourceGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
sku:
{
name: enum ,
tier: enum ,
}
,
availabilityZones:
[
string ,
]
,
provisioningState: enum ,
baseSizeTiB: integer ,
extendedCapacitySizeTiB: integer ,
totalVolumeSizeGiB: integer ,
volumeGroupCount: integer ,
totalIops: integer ,
totalMBps: integer ,
totalSizeTiB: integer ,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
publicNetworkAccess: enum ,
autoScaleProperties:
{
scaleUpProperties:
{
unusedSizeTiB: integer ,
increaseCapacityUnitByTiB: integer ,
capacityUnitScaleUpLimitTiB: integer ,
autoScalePolicyEnforcement: enum ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ElasticSans_Create (new)
Description Create ElasticSan.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
parameters:
{
properties:
{
sku:
{
name: enum ,
tier: enum ,
}
,
availabilityZones:
[
string ,
]
,
provisioningState: enum ,
baseSizeTiB: integer ,
extendedCapacitySizeTiB: integer ,
totalVolumeSizeGiB: integer ,
volumeGroupCount: integer ,
totalIops: integer ,
totalMBps: integer ,
totalSizeTiB: integer ,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
publicNetworkAccess: enum ,
autoScaleProperties:
{
scaleUpProperties:
{
unusedSizeTiB: integer ,
increaseCapacityUnitByTiB: integer ,
capacityUnitScaleUpLimitTiB: integer ,
autoScalePolicyEnforcement: enum ,
}
,
}
,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
sku:
{
name: enum ,
tier: enum ,
}
,
availabilityZones:
[
string ,
]
,
provisioningState: enum ,
baseSizeTiB: integer ,
extendedCapacitySizeTiB: integer ,
totalVolumeSizeGiB: integer ,
volumeGroupCount: integer ,
totalIops: integer ,
totalMBps: integer ,
totalSizeTiB: integer ,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
publicNetworkAccess: enum ,
autoScaleProperties:
{
scaleUpProperties:
{
unusedSizeTiB: integer ,
increaseCapacityUnitByTiB: integer ,
capacityUnitScaleUpLimitTiB: integer ,
autoScalePolicyEnforcement: enum ,
}
,
}
,
}
,
}

⚐ Response (201)

{
properties:
{
sku:
{
name: enum ,
tier: enum ,
}
,
availabilityZones:
[
string ,
]
,
provisioningState: enum ,
baseSizeTiB: integer ,
extendedCapacitySizeTiB: integer ,
totalVolumeSizeGiB: integer ,
volumeGroupCount: integer ,
totalIops: integer ,
totalMBps: integer ,
totalSizeTiB: integer ,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
publicNetworkAccess: enum ,
autoScaleProperties:
{
scaleUpProperties:
{
unusedSizeTiB: integer ,
increaseCapacityUnitByTiB: integer ,
capacityUnitScaleUpLimitTiB: integer ,
autoScalePolicyEnforcement: enum ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ElasticSans_Update (new)
Description Update a Elastic San.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
parameters:
{
properties:
{
baseSizeTiB: integer ,
extendedCapacitySizeTiB: integer ,
publicNetworkAccess: enum ,
autoScaleProperties:
{
scaleUpProperties:
{
unusedSizeTiB: integer ,
increaseCapacityUnitByTiB: integer ,
capacityUnitScaleUpLimitTiB: integer ,
autoScalePolicyEnforcement: enum ,
}
,
}
,
}
,
tags: object ,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
sku:
{
name: enum ,
tier: enum ,
}
,
availabilityZones:
[
string ,
]
,
provisioningState: enum ,
baseSizeTiB: integer ,
extendedCapacitySizeTiB: integer ,
totalVolumeSizeGiB: integer ,
volumeGroupCount: integer ,
totalIops: integer ,
totalMBps: integer ,
totalSizeTiB: integer ,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
publicNetworkAccess: enum ,
autoScaleProperties:
{
scaleUpProperties:
{
unusedSizeTiB: integer ,
increaseCapacityUnitByTiB: integer ,
capacityUnitScaleUpLimitTiB: integer ,
autoScalePolicyEnforcement: enum ,
}
,
}
,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ElasticSans_Delete (new)
Description Delete a Elastic San.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
ElasticSans_Get (new)
Description Get a ElasticSan.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
sku:
{
name: enum ,
tier: enum ,
}
,
availabilityZones:
[
string ,
]
,
provisioningState: enum ,
baseSizeTiB: integer ,
extendedCapacitySizeTiB: integer ,
totalVolumeSizeGiB: integer ,
volumeGroupCount: integer ,
totalIops: integer ,
totalMBps: integer ,
totalSizeTiB: integer ,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
publicNetworkAccess: enum ,
autoScaleProperties:
{
scaleUpProperties:
{
unusedSizeTiB: integer ,
increaseCapacityUnitByTiB: integer ,
capacityUnitScaleUpLimitTiB: integer ,
autoScalePolicyEnforcement: enum ,
}
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeGroups_ListByElasticSan (new)
Description List VolumeGroups.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumeGroups
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
api-version: string ,
x-ms-access-soft-deleted-resources: string ,
}

⚐ Response (200)

{
value:
[
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: enum ,
protocolType: enum ,
encryption: enum ,
encryptionProperties:
{
keyVaultProperties:
{
keyName: string ,
keyVersion: string ,
keyVaultUri: string ,
currentVersionedKeyIdentifier: string ,
lastKeyRotationTimestamp: string ,
currentVersionedKeyExpirationTimestamp: string ,
}
,
identity:
{
userAssignedIdentity: string ,
}
,
}
,
networkAcls:
{
virtualNetworkRules:
[
{
id: string ,
action: enum ,
}
,
]
,
}
,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
enforceDataIntegrityCheckForIscsi: boolean ,
deleteRetentionPolicy:
{
policyState: enum ,
retentionPeriodDays: integer ,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeGroups_Create (new)
Description Create a Volume Group.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
parameters:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: enum ,
protocolType: enum ,
encryption: enum ,
encryptionProperties:
{
keyVaultProperties:
{
keyName: string ,
keyVersion: string ,
keyVaultUri: string ,
currentVersionedKeyIdentifier: string ,
lastKeyRotationTimestamp: string ,
currentVersionedKeyExpirationTimestamp: string ,
}
,
identity:
{
userAssignedIdentity: string ,
}
,
}
,
networkAcls:
{
virtualNetworkRules:
[
{
id: string ,
action: enum ,
}
,
]
,
}
,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
enforceDataIntegrityCheckForIscsi: boolean ,
deleteRetentionPolicy:
{
policyState: enum ,
retentionPeriodDays: integer ,
}
,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: enum ,
protocolType: enum ,
encryption: enum ,
encryptionProperties:
{
keyVaultProperties:
{
keyName: string ,
keyVersion: string ,
keyVaultUri: string ,
currentVersionedKeyIdentifier: string ,
lastKeyRotationTimestamp: string ,
currentVersionedKeyExpirationTimestamp: string ,
}
,
identity:
{
userAssignedIdentity: string ,
}
,
}
,
networkAcls:
{
virtualNetworkRules:
[
{
id: string ,
action: enum ,
}
,
]
,
}
,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
enforceDataIntegrityCheckForIscsi: boolean ,
deleteRetentionPolicy:
{
policyState: enum ,
retentionPeriodDays: integer ,
}
,
}
,
}

⚐ Response (201)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: enum ,
protocolType: enum ,
encryption: enum ,
encryptionProperties:
{
keyVaultProperties:
{
keyName: string ,
keyVersion: string ,
keyVaultUri: string ,
currentVersionedKeyIdentifier: string ,
lastKeyRotationTimestamp: string ,
currentVersionedKeyExpirationTimestamp: string ,
}
,
identity:
{
userAssignedIdentity: string ,
}
,
}
,
networkAcls:
{
virtualNetworkRules:
[
{
id: string ,
action: enum ,
}
,
]
,
}
,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
enforceDataIntegrityCheckForIscsi: boolean ,
deleteRetentionPolicy:
{
policyState: enum ,
retentionPeriodDays: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeGroups_Update (new)
Description Update an VolumeGroup.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
parameters:
{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
protocolType: enum ,
encryption: enum ,
encryptionProperties:
{
keyVaultProperties:
{
keyName: string ,
keyVersion: string ,
keyVaultUri: string ,
currentVersionedKeyIdentifier: string ,
lastKeyRotationTimestamp: string ,
currentVersionedKeyExpirationTimestamp: string ,
}
,
identity:
{
userAssignedIdentity: string ,
}
,
}
,
networkAcls:
{
virtualNetworkRules:
[
{
id: string ,
action: enum ,
}
,
]
,
}
,
enforceDataIntegrityCheckForIscsi: boolean ,
deleteRetentionPolicy:
{
policyState: enum ,
retentionPeriodDays: integer ,
}
,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: enum ,
protocolType: enum ,
encryption: enum ,
encryptionProperties:
{
keyVaultProperties:
{
keyName: string ,
keyVersion: string ,
keyVaultUri: string ,
currentVersionedKeyIdentifier: string ,
lastKeyRotationTimestamp: string ,
currentVersionedKeyExpirationTimestamp: string ,
}
,
identity:
{
userAssignedIdentity: string ,
}
,
}
,
networkAcls:
{
virtualNetworkRules:
[
{
id: string ,
action: enum ,
}
,
]
,
}
,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
enforceDataIntegrityCheckForIscsi: boolean ,
deleteRetentionPolicy:
{
policyState: enum ,
retentionPeriodDays: integer ,
}
,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeGroups_Delete (new)
Description Delete an VolumeGroup.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeGroups_Get (new)
Description Get an VolumeGroups.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
api-version: string ,
}

⚐ Response (200)

{
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
properties:
{
provisioningState: enum ,
protocolType: enum ,
encryption: enum ,
encryptionProperties:
{
keyVaultProperties:
{
keyName: string ,
keyVersion: string ,
keyVaultUri: string ,
currentVersionedKeyIdentifier: string ,
lastKeyRotationTimestamp: string ,
currentVersionedKeyExpirationTimestamp: string ,
}
,
identity:
{
userAssignedIdentity: string ,
}
,
}
,
networkAcls:
{
virtualNetworkRules:
[
{
id: string ,
action: enum ,
}
,
]
,
}
,
privateEndpointConnections:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
enforceDataIntegrityCheckForIscsi: boolean ,
deleteRetentionPolicy:
{
policyState: enum ,
retentionPeriodDays: integer ,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Volumes_Create (new)
Description Create a Volume.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
volumeName: string ,
parameters:
{
properties:
{
volumeId: string ,
creationData:
{
createSource: enum ,
sourceId: string ,
}
,
sizeGiB: integer ,
storageTarget:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
provisioningState: enum ,
status: enum ,
}
,
managedBy:
{
resourceId: string ,
}
,
provisioningState: enum ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
volumeId: string ,
creationData:
{
createSource: enum ,
sourceId: string ,
}
,
sizeGiB: integer ,
storageTarget:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
provisioningState: enum ,
status: enum ,
}
,
managedBy:
{
resourceId: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (201)

{
properties:
{
volumeId: string ,
creationData:
{
createSource: enum ,
sourceId: string ,
}
,
sizeGiB: integer ,
storageTarget:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
provisioningState: enum ,
status: enum ,
}
,
managedBy:
{
resourceId: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Volumes_Update (new)
Description Update an Volume.
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
volumeName: string ,
parameters:
{
properties:
{
sizeGiB: integer ,
managedBy:
{
resourceId: string ,
}
,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
volumeId: string ,
creationData:
{
createSource: enum ,
sourceId: string ,
}
,
sizeGiB: integer ,
storageTarget:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
provisioningState: enum ,
status: enum ,
}
,
managedBy:
{
resourceId: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Volumes_Delete (new)
Description Delete an Volume.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
volumeName: string ,
api-version: string ,
x-ms-delete-snapshots: string ,
x-ms-force-delete: string ,
deleteType: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Volumes_Get (new)
Description Get an Volume.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
volumeName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
volumeId: string ,
creationData:
{
createSource: enum ,
sourceId: string ,
}
,
sizeGiB: integer ,
storageTarget:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
provisioningState: enum ,
status: enum ,
}
,
managedBy:
{
resourceId: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
RestoreVolume (new)
Description Restore Soft Deleted Volumes. The volume name is obtained by using the API to list soft deleted volumes by volume group
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes/{volumeName}/restore
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
volumeName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
volumeId: string ,
creationData:
{
createSource: enum ,
sourceId: string ,
}
,
sizeGiB: integer ,
storageTarget:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
provisioningState: enum ,
status: enum ,
}
,
managedBy:
{
resourceId: string ,
}
,
provisioningState: enum ,
}
,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Volumes_ListByVolumeGroup (new)
Description List Volumes in a VolumeGroup.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/volumes
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
api-version: string ,
x-ms-access-soft-deleted-resources: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
volumeId: string ,
creationData:
{
createSource: enum ,
sourceId: string ,
}
,
sizeGiB: integer ,
storageTarget:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
provisioningState: enum ,
status: enum ,
}
,
managedBy:
{
resourceId: string ,
}
,
provisioningState: enum ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Create (new)
Description Update the state of specified private endpoint connection associated with the Elastic San
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
privateEndpointConnectionName: string ,
parameters:
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Get (new)
Description Gets the specified private endpoint connection associated with the Elastic San
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
privateEndpointConnectionName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_Delete (new)
Description Deletes the specified private endpoint connection associated with the Elastic San
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections/{privateEndpointConnectionName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
privateEndpointConnectionName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateEndpointConnections_List (new)
Description List all Private Endpoint Connections associated with the Elastic San.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateEndpointConnections
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
privateEndpoint:
{
id: string ,
}
,
privateLinkServiceConnectionState:
{
status: enum ,
description: string ,
actionsRequired: string ,
}
,
groupIds:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
PrivateLinkResources_ListByElasticSan (new)
Description Gets the private link resources that need to be created for a elastic San.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/privateLinkResources
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
groupId: string ,
requiredMembers:
[
string ,
]
,
requiredZoneNames:
[
string ,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeSnapshots_ListByVolumeGroup (new)
Description List Snapshots in a VolumeGroup or List Snapshots by Volume (name) in a VolumeGroup using filter
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
$filter: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
creationData:
{
sourceId: string ,
}
,
provisioningState: enum ,
sourceVolumeSizeGiB: integer ,
volumeName: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeSnapshots_Create (new)
Description Create a Volume Snapshot.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
snapshotName: string ,
parameters:
{
properties:
{
creationData:
{
sourceId: string ,
}
,
provisioningState: enum ,
sourceVolumeSizeGiB: integer ,
volumeName: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
creationData:
{
sourceId: string ,
}
,
provisioningState: enum ,
sourceVolumeSizeGiB: integer ,
volumeName: string ,
}
,
}

⚐ Response (201)

{
properties:
{
creationData:
{
sourceId: string ,
}
,
provisioningState: enum ,
sourceVolumeSizeGiB: integer ,
volumeName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeSnapshots_Delete (new)
Description Delete a Volume Snapshot.
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
snapshotName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (202)

{
location: string ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
VolumeSnapshots_Get (new)
Description Get a Volume Snapshot.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/snapshots/{snapshotName}
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
snapshotName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
creationData:
{
sourceId: string ,
}
,
provisioningState: enum ,
sourceVolumeSizeGiB: integer ,
volumeName: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Volumes_PreBackup (new)
Description Validate whether a disk snapshot backup can be taken for list of volumes.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/preBackup
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
parameters:
{
volumeNames:
[
string ,
]
,
}
,
api-version: string ,
}

⚐ Response (200)

{
validationStatus: string ,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Volumes_PreRestore (new)
Description Validate whether a list of backed up disk snapshots can be restored into ElasticSan volumes.
Reference Link ¶

⚼ Request

POST:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ElasticSan/elasticSans/{elasticSanName}/volumegroups/{volumeGroupName}/preRestore
{
subscriptionId: string ,
resourceGroupName: string ,
elasticSanName: string ,
volumeGroupName: string ,
parameters:
{
diskSnapshotIds:
[
string ,
]
,
}
,
api-version: string ,
}

⚐ Response (200)

{
validationStatus: string ,
}

⚐ Response (202)

{
location: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}