Microsoft.Sql virtualClusters 2020-02-02-preview

Bicep resource definition

The virtualClusters 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.Sql/virtualClusters resource, add the following Bicep to your template.

resource symbolicname 'Microsoft.Sql/virtualClusters@2020-02-02-preview' = {
  name: 'string'
}

Property values

Microsoft.Sql/virtualClusters

Name Description Value
name The resource name string (required)

ARM template resource definition

The virtualClusters 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.Sql/virtualClusters resource, add the following JSON to your template.

{
  "type": "Microsoft.Sql/virtualClusters",
  "apiVersion": "2020-02-02-preview",
  "name": "string"
}

Property values

Microsoft.Sql/virtualClusters

Name Description Value
apiVersion The api version '2020-02-02-preview'
name The resource name string (required)
type The resource type 'Microsoft.Sql/virtualClusters'

Terraform (AzAPI provider) resource definition

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

  • Resource groups

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

Resource format

To create a Microsoft.Sql/virtualClusters resource, add the following Terraform to your template.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Sql/virtualClusters@2020-02-02-preview"
  name = "string"
}

Property values

Microsoft.Sql/virtualClusters

Name Description Value
name The resource name string (required)
type The resource type "Microsoft.Sql/virtualClusters@2020-02-02-preview"