Microsoft.HybridNetwork vendors

ARM template resource definition

The vendors resource type can be deployed with operations that target:

For a list of changed properties in each API version, see change log.

Resource format

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": {}
}

Property values

vendors

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

VendorPropertiesFormat

This object doesn't contain any properties to set during deployment. All properties are ReadOnly.