The managers/devices/iscsiservers/disks resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.StorSimple/managers/devices/iscsiservers/disks resource, add the following JSON to your template.
{
"type": "Microsoft.StorSimple/managers/devices/iscsiservers/disks",
"apiVersion": "2016-10-01",
"name": "string",
"properties": {
"accessControlRecords": [ "string" ],
"dataPolicy": "string",
"description": "string",
"diskStatus": "string",
"monitoringStatus": "string",
"provisionedCapacityInBytes": "int"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.StorSimple/managers/devices/iscsiservers/disks' |
apiVersion | The resource api version | '2016-10-01' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) |
properties | The properties. | IscsiDiskProperties (required) |
Name | Description | Value |
---|---|---|
accessControlRecords | The access control records. | string[] (required) |
dataPolicy | The data policy. | 'Cloud' 'Invalid' 'Local' 'Tiered' (required) |
description | The description. | string |
diskStatus | The disk status. | 'Offline' 'Online' (required) |
monitoringStatus | The monitoring. | 'Disabled' 'Enabled' (required) |
provisionedCapacityInBytes | The provisioned capacity in bytes. | int (required) |