Microsoft.StorSimple managers/devices/iscsiservers

ARM template resource definition

The managers/devices/iscsiservers 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/devices/iscsiservers resource, add the following JSON to your template.

{
  "type": "Microsoft.StorSimple/managers/devices/iscsiservers",
  "apiVersion": "2016-10-01",
  "name": "string",
  "properties": {
    "backupScheduleGroupId": "string",
    "chapId": "string",
    "description": "string",
    "reverseChapId": "string",
    "storageDomainId": "string"
  }
}

Property values

managers/devices/iscsiservers

Name Description Value
type The resource type 'Microsoft.StorSimple/managers/devices/iscsiservers'
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. IscsiServerProperties (required)

IscsiServerProperties

Name Description Value
backupScheduleGroupId The backup policy id. string (required)
chapId The chap id. string
description The description. string
reverseChapId The reverse chap id. string
storageDomainId The storage domain id. string (required)