The vendors 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.HybridNetwork/vendors resource, add the following JSON to your template.
{
"type": "Microsoft.HybridNetwork/vendors",
"apiVersion": "2022-01-01-preview",
"name": "string",
"properties": {}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.HybridNetwork/vendors' |
apiVersion | The resource api version | '2022-01-01-preview' |
name | The resource name | string (required) |
properties | Vendor properties. | VendorPropertiesFormat |
This object doesn't contain any properties to set during deployment. All properties are ReadOnly.