ArmAppServiceModelFactory.HostNameBindingData Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HostNameBindingData(ResourceIdentifier, String, ResourceType, SystemData, String, String, String, String, Nullable<AppServiceResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<AppServiceHostNameType>, Nullable<HostNameBindingSslState>, String, String)
- Source:
- ArmAppServiceModelFactory.cs
Initializes a new instance of HostNameBindingData.
public static Azure.ResourceManager.AppService.HostNameBindingData HostNameBindingData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string kind = default, string siteName = default, string domainId = default, string azureResourceName = default, Azure.ResourceManager.AppService.Models.AppServiceResourceType? azureResourceType = default, Azure.ResourceManager.AppService.Models.CustomHostNameDnsRecordType? customHostNameDnsRecordType = default, Azure.ResourceManager.AppService.Models.AppServiceHostNameType? hostNameType = default, Azure.ResourceManager.AppService.Models.HostNameBindingSslState? sslState = default, string thumbprintString = default, string virtualIP = default);
static member HostNameBindingData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * string * Nullable<Azure.ResourceManager.AppService.Models.AppServiceResourceType> * Nullable<Azure.ResourceManager.AppService.Models.CustomHostNameDnsRecordType> * Nullable<Azure.ResourceManager.AppService.Models.AppServiceHostNameType> * Nullable<Azure.ResourceManager.AppService.Models.HostNameBindingSslState> * string * string -> Azure.ResourceManager.AppService.HostNameBindingData
Public Shared Function HostNameBindingData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional kind As String = Nothing, Optional siteName As String = Nothing, Optional domainId As String = Nothing, Optional azureResourceName As String = Nothing, Optional azureResourceType As Nullable(Of AppServiceResourceType) = Nothing, Optional customHostNameDnsRecordType As Nullable(Of CustomHostNameDnsRecordType) = Nothing, Optional hostNameType As Nullable(Of AppServiceHostNameType) = Nothing, Optional sslState As Nullable(Of HostNameBindingSslState) = Nothing, Optional thumbprintString As String = Nothing, Optional virtualIP As String = Nothing) As HostNameBindingData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- kind
- String
Kind of resource. Serialized Name: HostNameBinding.kind
- siteName
- String
App Service app name. Serialized Name: HostNameBinding.properties.siteName
- domainId
- String
Fully qualified ARM domain resource URI. Serialized Name: HostNameBinding.properties.domainId
- azureResourceName
- String
Azure resource name. Serialized Name: HostNameBinding.properties.azureResourceName
- azureResourceType
- Nullable<AppServiceResourceType>
Azure resource type. Serialized Name: HostNameBinding.properties.azureResourceType
- customHostNameDnsRecordType
- Nullable<CustomHostNameDnsRecordType>
Custom DNS record type. Serialized Name: HostNameBinding.properties.customHostNameDnsRecordType
- hostNameType
- Nullable<AppServiceHostNameType>
Hostname type. Serialized Name: HostNameBinding.properties.hostNameType
- sslState
- Nullable<HostNameBindingSslState>
SSL type Serialized Name: HostNameBinding.properties.sslState
- thumbprintString
- String
SSL certificate thumbprint Serialized Name: HostNameBinding.properties.thumbprint
- virtualIP
- String
Virtual IP address assigned to the hostname if IP based SSL is enabled. Serialized Name: HostNameBinding.properties.virtualIP
Returns
A new HostNameBindingData instance for mocking.
Applies to
HostNameBindingData(ResourceIdentifier, String, ResourceType, SystemData, String, String, String, Nullable<AppServiceResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<AppServiceHostNameType>, Nullable<HostNameBindingSslState>, String, String, String)
- Source:
- ArmAppServiceModelFactory.cs
- Source:
- ArmAppServiceModelFactory.cs
Initializes a new instance of HostNameBindingData.
public static Azure.ResourceManager.AppService.HostNameBindingData HostNameBindingData(Azure.Core.ResourceIdentifier id = default, string name = default, Azure.Core.ResourceType resourceType = default, Azure.ResourceManager.Models.SystemData systemData = default, string siteName = default, string domainId = default, string azureResourceName = default, Azure.ResourceManager.AppService.Models.AppServiceResourceType? azureResourceType = default, Azure.ResourceManager.AppService.Models.CustomHostNameDnsRecordType? customHostNameDnsRecordType = default, Azure.ResourceManager.AppService.Models.AppServiceHostNameType? hostNameType = default, Azure.ResourceManager.AppService.Models.HostNameBindingSslState? sslState = default, string thumbprintString = default, string virtualIP = default, string kind = default);
static member HostNameBindingData : Azure.Core.ResourceIdentifier * string * Azure.Core.ResourceType * Azure.ResourceManager.Models.SystemData * string * string * string * Nullable<Azure.ResourceManager.AppService.Models.AppServiceResourceType> * Nullable<Azure.ResourceManager.AppService.Models.CustomHostNameDnsRecordType> * Nullable<Azure.ResourceManager.AppService.Models.AppServiceHostNameType> * Nullable<Azure.ResourceManager.AppService.Models.HostNameBindingSslState> * string * string * string -> Azure.ResourceManager.AppService.HostNameBindingData
Public Shared Function HostNameBindingData (Optional id As ResourceIdentifier = Nothing, Optional name As String = Nothing, Optional resourceType As ResourceType = Nothing, Optional systemData As SystemData = Nothing, Optional siteName As String = Nothing, Optional domainId As String = Nothing, Optional azureResourceName As String = Nothing, Optional azureResourceType As Nullable(Of AppServiceResourceType) = Nothing, Optional customHostNameDnsRecordType As Nullable(Of CustomHostNameDnsRecordType) = Nothing, Optional hostNameType As Nullable(Of AppServiceHostNameType) = Nothing, Optional sslState As Nullable(Of HostNameBindingSslState) = Nothing, Optional thumbprintString As String = Nothing, Optional virtualIP As String = Nothing, Optional kind As String = Nothing) As HostNameBindingData
Parameters
The id.
- name
- String
The name.
- resourceType
- ResourceType
The resourceType.
- systemData
- SystemData
The systemData.
- siteName
- String
App Service app name.
- domainId
- String
Fully qualified ARM domain resource URI.
- azureResourceName
- String
Azure resource name.
- azureResourceType
- Nullable<AppServiceResourceType>
Azure resource type.
- customHostNameDnsRecordType
- Nullable<CustomHostNameDnsRecordType>
Custom DNS record type.
- hostNameType
- Nullable<AppServiceHostNameType>
Hostname type.
- sslState
- Nullable<HostNameBindingSslState>
SSL type.
- thumbprintString
- String
SSL certificate thumbprint.
- virtualIP
- String
Virtual IP address assigned to the hostname if IP based SSL is enabled.
- kind
- String
Kind of resource.
Returns
A new HostNameBindingData instance for mocking.