WebAppHostNameBindingArgs

data class WebAppHostNameBindingArgs(val azureResourceName: Output<String>? = null, val azureResourceType: Output<AzureResourceType>? = null, val customHostNameDnsRecordType: Output<CustomHostNameDnsRecordType>? = null, val domainId: Output<String>? = null, val hostName: Output<String>? = null, val hostNameType: Output<HostNameType>? = null, val kind: Output<String>? = null, val name: Output<String>? = null, val resourceGroupName: Output<String>? = null, val siteName: Output<String>? = null, val sslState: Output<SslState>? = null, val thumbprint: Output<String>? = null) : ConvertibleToJava<WebAppHostNameBindingArgs>

A hostname binding object. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2022-09-01. Other available API versions: 2016-08-01, 2018-02-01, 2018-11-01, 2019-08-01, 2020-06-01, 2020-09-01, 2020-10-01, 2020-12-01, 2021-01-01, 2021-01-15, 2021-02-01, 2021-03-01, 2022-03-01, 2022-09-01, 2023-01-01, 2023-12-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native web [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Import

An existing resource can be imported using its type token, name, and identifier, e.g.

$ pulumi import azure-native:web:WebAppHostNameBinding myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/hostNameBindings/{hostName}

Constructors

Link copied to clipboard
constructor(azureResourceName: Output<String>? = null, azureResourceType: Output<AzureResourceType>? = null, customHostNameDnsRecordType: Output<CustomHostNameDnsRecordType>? = null, domainId: Output<String>? = null, hostName: Output<String>? = null, hostNameType: Output<HostNameType>? = null, kind: Output<String>? = null, name: Output<String>? = null, resourceGroupName: Output<String>? = null, siteName: Output<String>? = null, sslState: Output<SslState>? = null, thumbprint: Output<String>? = null)

Properties

Link copied to clipboard
val azureResourceName: Output<String>? = null

Azure resource name.

Link copied to clipboard

Azure resource type.

Link copied to clipboard

Custom DNS record type.

Link copied to clipboard
val domainId: Output<String>? = null

Fully qualified ARM domain resource URI.

Link copied to clipboard
val hostName: Output<String>? = null

Hostname in the hostname binding.

Link copied to clipboard
val hostNameType: Output<HostNameType>? = null

Hostname type.

Link copied to clipboard
val kind: Output<String>? = null

Kind of resource.

Link copied to clipboard
val name: Output<String>? = null

Name of the app.

Link copied to clipboard
val resourceGroupName: Output<String>? = null

Name of the resource group to which the resource belongs.

Link copied to clipboard
val siteName: Output<String>? = null

App Service app name.

Link copied to clipboard
val sslState: Output<SslState>? = null

SSL type

Link copied to clipboard
val thumbprint: Output<String>? = null

SSL certificate thumbprint

Functions

Link copied to clipboard
open override fun toJava(): WebAppHostNameBindingArgs