The autoProvisioningSettings resource type can be deployed with operations that target:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Security/autoProvisioningSettings resource, add the following JSON to your template.
{
"type": "Microsoft.Security/autoProvisioningSettings",
"apiVersion": "2017-08-01-preview",
"name": "string",
"properties": {
"autoProvision": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Security/autoProvisioningSettings' |
apiVersion | The resource api version | '2017-08-01-preview' |
name | The resource name | string (required) Character limit: 1-260 Valid characters: Alphanumerics, underscores, and hyphens. |
properties | Auto provisioning setting data | AutoProvisioningSettingProperties |
Name | Description | Value |
---|---|---|
autoProvision | Describes what kind of security agent provisioning action to take | 'Off' 'On' (required) |