Microsoft.StorSimple managers/devices/fileservers/shares

ARM template resource definition

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

{
  "type": "Microsoft.StorSimple/managers/devices/fileservers/shares",
  "apiVersion": "2016-10-01",
  "name": "string",
  "properties": {
    "adminUser": "string",
    "dataPolicy": "string",
    "description": "string",
    "monitoringStatus": "string",
    "provisionedCapacityInBytes": "int",
    "shareStatus": "string"
  }
}

Property values

managers/devices/fileservers/shares

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

FileShareProperties

Name Description Value
adminUser The user/group who will have full permission in this share. Active directory email address. Example: xyz@contoso.com or Contoso\xyz. string (required)
dataPolicy The data policy 'Cloud'
'Invalid'
'Local'
'Tiered' (required)

description Description for file share string
monitoringStatus The monitoring status 'Disabled'
'Enabled' (required)
provisionedCapacityInBytes The total provisioned capacity in Bytes int (required)
shareStatus The Share Status 'Offline'
'Online' (required)