Microsoft.Network applicationGatewayAvailableSslOptions 2021-08-01

Bicep resource definition

The applicationGatewayAvailableSslOptions resource type can exist at: Subscriptions

Note

This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.

Use the existing keyword.

Resource format

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

resource symbolicname 'Microsoft.Network/applicationGatewayAvailableSslOptions@2021-08-01' existing = {
  name: 'string'
}

Property values

applicationGatewayAvailableSslOptions

Name Description Value
name The name of the existing resource. 'default'

ARM template resource definition

The applicationGatewayAvailableSslOptions resource type can exist at: Subscriptions

Note

This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.

Use the reference function.

Resource format

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

[reference(resourceId('Microsoft.Network/applicationGatewayAvailableSslOptions', '{name}'), '2021-08-01')]

Property values

applicationGatewayAvailableSslOptions

Name Description Value
name The name of the existing resource. 'default'

Terraform (AzAPI provider) resource definition

The applicationGatewayAvailableSslOptions resource type can exist at: Subscriptions

Note

This resource type is read-only, which means it can't be deployed but an existing instance can be referenced. Typically, read-only resource types are automatically created by the service.

Use the data keyword.

Resource format

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

data "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/applicationGatewayAvailableSslOptions@2021-08-01"
  name = "string"
  parent_id = "string"
}

Property values

applicationGatewayAvailableSslOptions

Name Description Value
name The name of the existing resource. "default"
parent_id To reference a subscription, use the ID of that subscription. string (required)