Microsoft.StorSimple managers/accessControlRecords

ARM template resource definition

The managers/accessControlRecords resource type can be deployed to:

For a list of changed properties in each API version, see change log.

Resource format

To create a Microsoft.StorSimple/managers/accessControlRecords resource, add the following JSON to your template.

{
  "type": "Microsoft.StorSimple/managers/accessControlRecords",
  "apiVersion": "2017-06-01",
  "name": "string",
  "kind": "Series8000",
  "properties": {
    "initiatorName": "string"
  }
}

Property values

managers/accessControlRecords

Name Description Value
type The resource type 'Microsoft.StorSimple/managers/accessControlRecords'
apiVersion The resource api version '2017-06-01'
name The resource name

See how to set names and types for child resources in JSON ARM templates.
string (required)
kind The Kind of the object. Currently only Series8000 is supported 'Series8000'
properties The properties of access control record. AccessControlRecordProperties (required)

AccessControlRecordProperties

Name Description Value
initiatorName The iSCSI initiator name (IQN). string (required)