Cloud.Network
Request schema for provisioning Compute Network
{
"constraints": [
{
"tag": "string"
}
],
"count": 0,
"description": "string",
"name": "string",
"netmask": "string",
"networkType": "string",
"prefixLength": "string",
"providerId": "string",
"resourceGroupName": "string",
"tags": [
{
"key": "string",
"value": "string"
}
]
}
To provision the correct network, blueprint constraints are matched against infrastructure capability tags set by the administrator in network profiles. Constraints must include the key name. Options include value, negative [!], and hard or soft requirement.
The number of resource instances to be created.
Free form description of the network.
Network name.
Netmask Specification for machine TCP/IP configuration of the subnet
Type of network: existing, public, private, or outbound.
CIDR prefix length
A unique identifier of the resource in the context of the provider.
Name of the existing Azure resource group into which the network will be provisioned.
Resource categorization, in case-sensitive key names, or in key-value pairs.