Microsoft.ContainerStorage (preview:2023-07-01)

2025/08/29 • 16 new, 16 deleted methods

Operations_List (new)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ContainerStorage/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 ,
}
,
]
,
}
,
}
Pools_ListBySubscription (new)
Description List Pool resources by subscription ID
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ContainerStorage/pools
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Pools_ListByResourceGroup (new)
Description List Pool resources by resource group
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
resource:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
properties:
{
tags: object ,
properties:
{
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan: object ,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Snapshots_ListByPool (new)
Description List Snapshot resources by Pool
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/snapshots
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
source: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/snapshots/{snapshotName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
snapshotName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
source: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/snapshots/{snapshotName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
snapshotName: string ,
resource:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
source: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
source: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
source: string ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/snapshots/{snapshotName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
snapshotName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Volumes_ListByPool (new)
Description List Volume resources by Pool
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes/{volumeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
volumeName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes/{volumeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
volumeName: string ,
resource:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes/{volumeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
volumeName: string ,
properties:
{
properties:
{
labels: object ,
capacityGiB: integer ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes/{volumeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
volumeName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (removed)
Description List the operations for the provider
Reference Link ¶

⚼ Request

GET:  /providers/Microsoft.ContainerStorage/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 ,
}
,
]
,
}
,
}
Pools_ListBySubscription (removed)
Description List Pool resources by subscription ID
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.ContainerStorage/pools
{
api-version: string ,
subscriptionId: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Pools_ListByResourceGroup (removed)
Description List Pool resources by resource group
Reference Link ¶

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Pools_Get (removed)
Description Get a Pool
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Pools_CreateOrUpdate (removed)
Description Create a Pool
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
resource:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Pools_Update (removed)
Description Update a Pool
Reference Link ¶

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
properties:
{
tags: object ,
properties:
{
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan: object ,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
zones:
[
string ,
]
,
resources:
{
requests:
{
storage: integer ,
}
,
}
,
poolType:
{
azureDisk:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
elasticSan:
{
resourceGroup: string ,
skuName: enum ,
encryption:
{
keyName: string ,
keyVaultUri: string ,
identity:
{
principalId: string ,
tenantId: string ,
type: enum ,
userAssignedIdentities: object ,
}
,
}
,
}
,
ephemeralDisk:
{
replicas: integer ,
disks:
[
{
id: string ,
reference: string ,
}
,
]
,
}
,
}
,
reclaimPolicy: enum ,
assignments:
[
{
status:
{
state: enum ,
message: string ,
}
,
id: string ,
}
,
]
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Pools_Delete (removed)
Description Delete a Pool
Reference Link ¶

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Snapshots_ListByPool (removed)
Description List Snapshot resources by Pool
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/snapshots
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
source: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/snapshots/{snapshotName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
snapshotName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
source: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/snapshots/{snapshotName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
snapshotName: string ,
resource:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
source: string ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
source: string ,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
source: string ,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/snapshots/{snapshotName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
snapshotName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Volumes_ListByPool (removed)
Description List Volume resources by Pool
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes/{volumeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
volumeName: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes/{volumeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
volumeName: string ,
resource:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}

⚐ Response (201)

{
$headers:
{
retry-after: integer ,
}
,
$schema:
{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes/{volumeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
volumeName: string ,
properties:
{
properties:
{
labels: object ,
capacityGiB: integer ,
}
,
}
,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status:
{
state: enum ,
message: string ,
}
,
labels: object ,
capacityGiB: integer ,
volumeType:
{
elasticSan:
{
targetIqn: string ,
targetPortalHostname: string ,
targetPortalPort: integer ,
}
,
}
,
}
,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerStorage/pools/{poolName}/volumes/{volumeName}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
poolName: string ,
volumeName: string ,
}

⚐ Response (202)

{
location: string ,
retry-after: integer ,
}

⚐ Response (204)

{}

⚐ Response (default)

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