1. Packages
  2. Azure Native
  3. API Docs
  4. web
  5. WebAppHostNameBindingSlot
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.20.0 published on Wednesday, Nov 29, 2023 by Pulumi

azure-native.web.WebAppHostNameBindingSlot

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.20.0 published on Wednesday, Nov 29, 2023 by Pulumi

    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, 2023-01-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} 
    

    Create WebAppHostNameBindingSlot Resource

    new WebAppHostNameBindingSlot(name: string, args: WebAppHostNameBindingSlotArgs, opts?: CustomResourceOptions);
    @overload
    def WebAppHostNameBindingSlot(resource_name: str,
                                  opts: Optional[ResourceOptions] = None,
                                  azure_resource_name: Optional[str] = None,
                                  azure_resource_type: Optional[AzureResourceType] = None,
                                  custom_host_name_dns_record_type: Optional[CustomHostNameDnsRecordType] = None,
                                  domain_id: Optional[str] = None,
                                  host_name: Optional[str] = None,
                                  host_name_type: Optional[HostNameType] = None,
                                  kind: Optional[str] = None,
                                  name: Optional[str] = None,
                                  resource_group_name: Optional[str] = None,
                                  site_name: Optional[str] = None,
                                  slot: Optional[str] = None,
                                  ssl_state: Optional[SslState] = None,
                                  thumbprint: Optional[str] = None)
    @overload
    def WebAppHostNameBindingSlot(resource_name: str,
                                  args: WebAppHostNameBindingSlotArgs,
                                  opts: Optional[ResourceOptions] = None)
    func NewWebAppHostNameBindingSlot(ctx *Context, name string, args WebAppHostNameBindingSlotArgs, opts ...ResourceOption) (*WebAppHostNameBindingSlot, error)
    public WebAppHostNameBindingSlot(string name, WebAppHostNameBindingSlotArgs args, CustomResourceOptions? opts = null)
    public WebAppHostNameBindingSlot(String name, WebAppHostNameBindingSlotArgs args)
    public WebAppHostNameBindingSlot(String name, WebAppHostNameBindingSlotArgs args, CustomResourceOptions options)
    
    type: azure-native:web:WebAppHostNameBindingSlot
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args WebAppHostNameBindingSlotArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args WebAppHostNameBindingSlotArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args WebAppHostNameBindingSlotArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args WebAppHostNameBindingSlotArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args WebAppHostNameBindingSlotArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    WebAppHostNameBindingSlot Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The WebAppHostNameBindingSlot resource accepts the following input properties:

    Name string

    Name of the app.

    ResourceGroupName string

    Name of the resource group to which the resource belongs.

    Slot string

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

    AzureResourceName string

    Azure resource name.

    AzureResourceType Pulumi.AzureNative.Web.AzureResourceType

    Azure resource type.

    CustomHostNameDnsRecordType Pulumi.AzureNative.Web.CustomHostNameDnsRecordType

    Custom DNS record type.

    DomainId string

    Fully qualified ARM domain resource URI.

    HostName string

    Hostname in the hostname binding.

    HostNameType Pulumi.AzureNative.Web.HostNameType

    Hostname type.

    Kind string

    Kind of resource.

    SiteName string

    App Service app name.

    SslState Pulumi.AzureNative.Web.SslState

    SSL type

    Thumbprint string

    SSL certificate thumbprint

    Name string

    Name of the app.

    ResourceGroupName string

    Name of the resource group to which the resource belongs.

    Slot string

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

    AzureResourceName string

    Azure resource name.

    AzureResourceType AzureResourceType

    Azure resource type.

    CustomHostNameDnsRecordType CustomHostNameDnsRecordType

    Custom DNS record type.

    DomainId string

    Fully qualified ARM domain resource URI.

    HostName string

    Hostname in the hostname binding.

    HostNameType HostNameType

    Hostname type.

    Kind string

    Kind of resource.

    SiteName string

    App Service app name.

    SslState SslState

    SSL type

    Thumbprint string

    SSL certificate thumbprint

    name String

    Name of the app.

    resourceGroupName String

    Name of the resource group to which the resource belongs.

    slot String

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

    azureResourceName String

    Azure resource name.

    azureResourceType AzureResourceType

    Azure resource type.

    customHostNameDnsRecordType CustomHostNameDnsRecordType

    Custom DNS record type.

    domainId String

    Fully qualified ARM domain resource URI.

    hostName String

    Hostname in the hostname binding.

    hostNameType HostNameType

    Hostname type.

    kind String

    Kind of resource.

    siteName String

    App Service app name.

    sslState SslState

    SSL type

    thumbprint String

    SSL certificate thumbprint

    name string

    Name of the app.

    resourceGroupName string

    Name of the resource group to which the resource belongs.

    slot string

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

    azureResourceName string

    Azure resource name.

    azureResourceType AzureResourceType

    Azure resource type.

    customHostNameDnsRecordType CustomHostNameDnsRecordType

    Custom DNS record type.

    domainId string

    Fully qualified ARM domain resource URI.

    hostName string

    Hostname in the hostname binding.

    hostNameType HostNameType

    Hostname type.

    kind string

    Kind of resource.

    siteName string

    App Service app name.

    sslState SslState

    SSL type

    thumbprint string

    SSL certificate thumbprint

    name str

    Name of the app.

    resource_group_name str

    Name of the resource group to which the resource belongs.

    slot str

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

    azure_resource_name str

    Azure resource name.

    azure_resource_type AzureResourceType

    Azure resource type.

    custom_host_name_dns_record_type CustomHostNameDnsRecordType

    Custom DNS record type.

    domain_id str

    Fully qualified ARM domain resource URI.

    host_name str

    Hostname in the hostname binding.

    host_name_type HostNameType

    Hostname type.

    kind str

    Kind of resource.

    site_name str

    App Service app name.

    ssl_state SslState

    SSL type

    thumbprint str

    SSL certificate thumbprint

    name String

    Name of the app.

    resourceGroupName String

    Name of the resource group to which the resource belongs.

    slot String

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

    azureResourceName String

    Azure resource name.

    azureResourceType "Website" | "TrafficManager"

    Azure resource type.

    customHostNameDnsRecordType "CName" | "A"

    Custom DNS record type.

    domainId String

    Fully qualified ARM domain resource URI.

    hostName String

    Hostname in the hostname binding.

    hostNameType "Verified" | "Managed"

    Hostname type.

    kind String

    Kind of resource.

    siteName String

    App Service app name.

    sslState "Disabled" | "SniEnabled" | "IpBasedEnabled"

    SSL type

    thumbprint String

    SSL certificate thumbprint

    Outputs

    All input properties are implicitly available as output properties. Additionally, the WebAppHostNameBindingSlot resource produces the following output properties:

    Id string

    The provider-assigned unique ID for this managed resource.

    Type string

    Resource type.

    VirtualIP string

    Virtual IP address assigned to the hostname if IP based SSL is enabled.

    Id string

    The provider-assigned unique ID for this managed resource.

    Type string

    Resource type.

    VirtualIP string

    Virtual IP address assigned to the hostname if IP based SSL is enabled.

    id String

    The provider-assigned unique ID for this managed resource.

    type String

    Resource type.

    virtualIP String

    Virtual IP address assigned to the hostname if IP based SSL is enabled.

    id string

    The provider-assigned unique ID for this managed resource.

    type string

    Resource type.

    virtualIP string

    Virtual IP address assigned to the hostname if IP based SSL is enabled.

    id str

    The provider-assigned unique ID for this managed resource.

    type str

    Resource type.

    virtual_ip str

    Virtual IP address assigned to the hostname if IP based SSL is enabled.

    id String

    The provider-assigned unique ID for this managed resource.

    type String

    Resource type.

    virtualIP String

    Virtual IP address assigned to the hostname if IP based SSL is enabled.

    Supporting Types

    AzureResourceType, AzureResourceTypeArgs

    Website
    Website
    TrafficManager
    TrafficManager
    AzureResourceTypeWebsite
    Website
    AzureResourceTypeTrafficManager
    TrafficManager
    Website
    Website
    TrafficManager
    TrafficManager
    Website
    Website
    TrafficManager
    TrafficManager
    WEBSITE
    Website
    TRAFFIC_MANAGER
    TrafficManager
    "Website"
    Website
    "TrafficManager"
    TrafficManager

    CustomHostNameDnsRecordType, CustomHostNameDnsRecordTypeArgs

    CName
    CName
    A
    A
    CustomHostNameDnsRecordTypeCName
    CName
    CustomHostNameDnsRecordTypeA
    A
    CName
    CName
    A
    A
    CName
    CName
    A
    A
    C_NAME
    CName
    A
    A
    "CName"
    CName
    "A"
    A

    HostNameType, HostNameTypeArgs

    Verified
    Verified
    Managed
    Managed
    HostNameTypeVerified
    Verified
    HostNameTypeManaged
    Managed
    Verified
    Verified
    Managed
    Managed
    Verified
    Verified
    Managed
    Managed
    VERIFIED
    Verified
    MANAGED
    Managed
    "Verified"
    Verified
    "Managed"
    Managed

    SslState, SslStateArgs

    Disabled
    Disabled
    SniEnabled
    SniEnabled
    IpBasedEnabled
    IpBasedEnabled
    SslStateDisabled
    Disabled
    SslStateSniEnabled
    SniEnabled
    SslStateIpBasedEnabled
    IpBasedEnabled
    Disabled
    Disabled
    SniEnabled
    SniEnabled
    IpBasedEnabled
    IpBasedEnabled
    Disabled
    Disabled
    SniEnabled
    SniEnabled
    IpBasedEnabled
    IpBasedEnabled
    DISABLED
    Disabled
    SNI_ENABLED
    SniEnabled
    IP_BASED_ENABLED
    IpBasedEnabled
    "Disabled"
    Disabled
    "SniEnabled"
    SniEnabled
    "IpBasedEnabled"
    IpBasedEnabled

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.20.0 published on Wednesday, Nov 29, 2023 by Pulumi