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.
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.
Applies to
Azure SDK for .NET