你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Microsoft.Network applicationGatewayAvailableSslOptions 2019-11-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@2019-11-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": "2019-11-01",
  "name": "string"
}

Property values

Microsoft.Network/applicationGatewayAvailableSslOptions

Name Description Value
apiVersion The api version '2019-11-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@2019-11-01"
  name = "string"
}

Property values

Microsoft.Network/applicationGatewayAvailableSslOptions

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