GetWebAppHostNameBindingSlotPlainArgs

data class GetWebAppHostNameBindingSlotPlainArgs(val hostName: String, val name: String, val resourceGroupName: String, val slot: String) : ConvertibleToJava<GetWebAppHostNameBindingSlotPlainArgs>

Constructors

Link copied to clipboard
constructor(hostName: String, name: String, resourceGroupName: String, slot: String)

Properties

Link copied to clipboard

Hostname in the hostname binding.

Link copied to clipboard

Name of the app.

Link copied to clipboard

Name of the resource group to which the resource belongs.

Link copied to clipboard

Name of the deployment slot. If a slot is not specified, the API the named binding for the production slot.

Functions

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