Web App Host Name Binding Slot Args
data class WebAppHostNameBindingSlotArgs(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 slot: Output<String>? = null, val sslState: Output<SslState>? = null, val thumbprint: Output<String>? = null) : ConvertibleToJava<WebAppHostNameBindingSlotArgs>
A hostname binding object. Azure REST API version: 2022-09-01. Prior API version in Azure Native 1.x: 2020-12-01. Other available API versions: 2020-10-01.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:web:WebAppHostNameBindingSlot myresource1 /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Web/sites/{name}/slots/{slot}/hostNameBindings/{hostName}
Content copied to clipboard
Constructors
Link copied to clipboard
fun WebAppHostNameBindingSlotArgs(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, slot: Output<String>? = null, sslState: Output<SslState>? = null, thumbprint: Output<String>? = null)