Microsoft.ManagedNetwork scopeAssignments
The scopeAssignments resource type can be deployed to: Resource groups, Subscriptions.
To learn about resource group deployments, see Bicep or ARM template. To learn about subscription deployments, see Bicep or ARM template
Template format
To create a Microsoft.ManagedNetwork/scopeAssignments resource, add the following Bicep or JSON to your template.
resource symbolicname 'Microsoft.ManagedNetwork/scopeAssignments@2019-06-01-preview' = {
name: 'string'
location: 'string'
properties: {
assignedManagedNetwork: 'string'
}
}
Property values
scopeAssignments
| Name | Description | Value |
|---|---|---|
| type | The resource type For Bicep, set this value in the resource declaration. |
'Microsoft.ManagedNetwork/scopeAssignments' |
| apiVersion | The resource api version For Bicep, set this value in the resource declaration. |
'2019-06-01-preview' |
| name | The resource name | string (required) |
| location | The geo-location where the resource lives | string |
| properties | Properties of Managed Network | ScopeAssignmentProperties |
ScopeAssignmentProperties
| Name | Description | Value |
|---|---|---|
| assignedManagedNetwork | The managed network ID with scope will be assigned to. | string |