The NetworkExperimentProfiles resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.Network/NetworkExperimentProfiles resource, add the following JSON to your template.
{
"type": "Microsoft.Network/NetworkExperimentProfiles",
"apiVersion": "2019-11-01",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"etag": "string",
"properties": {
"enabledState": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.Network/NetworkExperimentProfiles' |
apiVersion | The resource api version | '2019-11-01' |
name | The resource name | string (required) |
location | Resource location. | string |
tags | Resource tags. | Dictionary of tag names and values. See Tags in templates |
etag | Gets a unique read-only string that changes whenever the resource is updated. | string |
properties | The properties of a Profile | ProfileProperties |
Name | Description | Value |
---|---|---|
enabledState | The state of the Experiment | 'Disabled' 'Enabled' |