getDnssecConfig

Gets the DNSSEC configuration. Uses Azure REST API version 2023-07-01-preview.

Return

Represents the DNSSEC configuration.

Parameters

argument

null


suspend fun getDnssecConfig(resourceGroupName: String, zoneName: String): GetDnssecConfigResult

Return

Represents the DNSSEC configuration.

Parameters

resourceGroupName

The name of the resource group. The name is case insensitive.

zoneName

The name of the DNS zone (without a terminating dot).

See also


Return

Represents the DNSSEC configuration.

Parameters

argument

Builder for com.pulumi.azurenative.network.kotlin.inputs.GetDnssecConfigPlainArgs.

See also