Microsoft.StorSimple managers/devices/fileservers

ARM template resource definition

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

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

Property values

managers/devices/fileservers

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

FileServerProperties

Name Description Value
backupScheduleGroupId The backup policy id. string (required)
description The description of the file server string
domainName Domain of the file server string (required)
storageDomainId The storage domain id. string (required)