Microsoft.StoragePool (preview:2020-03-15)

2025/09/19 • 12 new, 12 deleted methods

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

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.StoragePool/diskPools
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DiskPools_CreateOrUpdate (new)
Description Create or Update Disk pool.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
diskPoolCreatePayload:
{
properties:
{
availabilityZones:
[
string ,
]
,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
tags: object ,
location: string ,
id: string ,
name: string ,
type: string ,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
diskPoolUpdatePayload:
{
properties:
{
disks:
[
{
id: string ,
}
,
]
,
}
,
tags: object ,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (202)

{}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
IscsiTargets_ListByDiskPool (new)
Description Get iSCSI Targets in a Disk pool.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}/iscsiTargets
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}/iscsiTargets/{iscsiTargetName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
iscsiTargetName: string ,
iscsiTargetCreatePayload:
{
properties:
{
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
}
,
]
,
targetIqn: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}/iscsiTargets/{iscsiTargetName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
iscsiTargetName: string ,
iscsiTargetUpdatePayload:
{
properties:
{
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
}
,
]
,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}/iscsiTargets/{iscsiTargetName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
iscsiTargetName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (202)

{}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}/iscsiTargets/{iscsiTargetName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
iscsiTargetName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
Operations_List (removed)
Description Gets a list of StoragePool operations.
Reference Link ¶

⚼ Request

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

⚐ Response (200)

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

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/providers/Microsoft.StoragePool/diskPools
{
subscriptionId: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

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

⚼ Request

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

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
DiskPools_CreateOrUpdate (removed)
Description Create or Update Disk pool.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
diskPoolCreatePayload:
{
properties:
{
availabilityZones:
[
string ,
]
,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
tags: object ,
location: string ,
id: string ,
name: string ,
type: string ,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
diskPoolUpdatePayload:
{
properties:
{
disks:
[
{
id: string ,
}
,
]
,
}
,
tags: object ,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (202)

{}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
availabilityZones:
[
string ,
]
,
status: enum ,
disks:
[
{
id: string ,
}
,
]
,
subnetId: string ,
additionalCapabilities:
[
string ,
]
,
tier: enum ,
}
,
systemData:
{
createdBy: string ,
createdByType: string ,
createdAt: string ,
lastModifiedBy: string ,
lastModifiedByType: string ,
lastModifiedAt: string ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
IscsiTargets_ListByDiskPool (removed)
Description Get iSCSI Targets in a Disk pool.
Reference Link ¶

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}/iscsiTargets
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
api-version: string ,
}

⚐ Response (200)

{
value:
[
{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}
,
]
,
nextLink: string ,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}
IscsiTargets_CreateOrUpdate (removed)
Description Create or Update an iSCSI target.
Reference Link ¶

⚼ Request

PUT:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}/iscsiTargets/{iscsiTargetName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
iscsiTargetName: string ,
iscsiTargetCreatePayload:
{
properties:
{
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
}
,
]
,
targetIqn: string ,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}

⚐ Response (201)

{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

PATCH:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}/iscsiTargets/{iscsiTargetName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
iscsiTargetName: string ,
iscsiTargetUpdatePayload:
{
properties:
{
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
}
,
]
,
}
,
}
,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}

⚐ Response (202)

{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}

⚐ Response (default)

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

⚼ Request

DELETE:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}/iscsiTargets/{iscsiTargetName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
iscsiTargetName: string ,
api-version: string ,
}

⚐ Response (200)

{}

⚐ Response (204)

{}

⚐ Response (202)

{}

⚐ Response (default)

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

⚼ Request

GET:  /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StoragePool/diskPools/{diskPoolName}/iscsiTargets/{iscsiTargetName}
{
subscriptionId: string ,
resourceGroupName: string ,
diskPoolName: string ,
iscsiTargetName: string ,
api-version: string ,
}

⚐ Response (200)

{
properties:
{
provisioningState: enum ,
status: enum ,
tpgs:
[
{
luns:
[
{
name: string ,
managedDiskAzureResourceId: string ,
}
,
]
,
acls:
[
{
initiatorIqn: string ,
mappedLuns:
[
string ,
]
,
credentials:
{
username: string ,
password: string ,
}
,
}
,
]
,
attributes:
{
authentication: boolean ,
prodModeWriteProtect: boolean ,
}
,
endpoints:
[
string ,
]
,
tag: integer ,
port: integer ,
}
,
]
,
targetIqn: string ,
}
,
}

⚐ Response (default)

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