The scopeAssignments resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.ManagedNetwork/scopeAssignments resource, add the following JSON to your template.
{
"type": "Microsoft.ManagedNetwork/scopeAssignments",
"apiVersion": "2019-06-01-preview",
"name": "string",
"location": "string",
"properties": {
"assignedManagedNetwork": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.ManagedNetwork/scopeAssignments' |
apiVersion | The resource api version | '2019-06-01-preview' |
name | The resource name | string (required) |
location | The geo-location where the resource lives | string |
properties | The Scope Assignment properties | ScopeAssignmentProperties |
Name | Description | Value |
---|---|---|
assignedManagedNetwork | The managed network ID with scope will be assigned to. | string |