Microsoft.Network applicationGatewayAvailableSslOptions 2021-03-01

Bicep resource definition

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

resource symbolicname 'Microsoft.Network/applicationGatewayAvailableSslOptions@2021-03-01' = {
  name: 'default'
}

Property values

Microsoft.Network/applicationGatewayAvailableSslOptions

Name Description Value
name The resource name 'default' (required)

ARM template resource definition

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

{
  "type": "Microsoft.Network/applicationGatewayAvailableSslOptions",
  "apiVersion": "2021-03-01",
  "name": "string"
}

Property values

Microsoft.Network/applicationGatewayAvailableSslOptions

Name Description Value
apiVersion The api version '2021-03-01'
name The resource name 'default' (required)
type The resource type 'Microsoft.Network/applicationGatewayAvailableSslOptions'

Terraform (AzAPI provider) resource definition

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

  • Subscription

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

Resource format

To create a Microsoft.Network/applicationGatewayAvailableSslOptions resource, add the following Terraform to your template.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/applicationGatewayAvailableSslOptions@2021-03-01"
  name = "string"
}

Property values

Microsoft.Network/applicationGatewayAvailableSslOptions

Name Description Value
name The resource name 'default' (required)
type The resource type "Microsoft.Network/applicationGatewayAvailableSslOptions@2021-03-01"