Microsoft.StorSimple managers/devices/alertSettings

ARM template resource definition

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

{
  "type": "Microsoft.StorSimple/managers/devices/alertSettings",
  "apiVersion": "2017-06-01",
  "name": "default",
  "kind": "Series8000",
  "properties": {
    "additionalRecipientEmailList": [ "string" ],
    "alertNotificationCulture": "string",
    "emailNotification": "string",
    "notificationToServiceOwners": "string"
  }
}

Property values

managers/devices/alertSettings

Name Description Value
type The resource type 'Microsoft.StorSimple/managers/devices/alertSettings'
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.
'default'
kind The Kind of the object. Currently only Series8000 is supported 'Series8000'
properties The properties of the alert notification settings. AlertNotificationProperties (required)

AlertNotificationProperties

Name Description Value
additionalRecipientEmailList The alert notification email list. string[]
alertNotificationCulture The alert notification culture. string
emailNotification Indicates whether email notification enabled or not. 'Disabled'
'Enabled' (required)
notificationToServiceOwners The value indicating whether alert notification enabled for admin or not. 'Disabled'
'Enabled'