The networkConfigurations 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.HybridCompute/networkConfigurations resource, add the following JSON to your template.
{
"type": "Microsoft.HybridCompute/networkConfigurations",
"apiVersion": "2023-10-03-preview",
"name": "current",
"properties": {
"location": "string",
"networkConfigurationScopeId": "string",
"networkConfigurationScopeResourceId": "string"
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.HybridCompute/networkConfigurations' |
apiVersion | The resource api version | '2023-10-03-preview' |
name | The resource name | 'current' |
properties | Network configuration properties | NetworkConfigurationProperties |
Name | Description | Value |
---|---|---|
location | Resource location | string |
networkConfigurationScopeId | Associated Network Configuration Scope Id (GUID) | string |
networkConfigurationScopeResourceId | Associated Network Configuration Scope Resource Id | string (required) |