HostNameBinding Constructors
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
HostNameBinding()
public HostNameBinding ();
Public Sub New ()
Applies to
HostNameBinding(String, String, String, String, String, String, String, Nullable<AzureResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<HostNameType>, Nullable<SslState>, String, String)
public HostNameBinding (string id = default, string name = default, string kind = default, string type = default, string siteName = default, string domainId = default, string azureResourceName = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AzureResourceType? azureResourceType = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.CustomHostNameDnsRecordType? customHostNameDnsRecordType = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostNameType? hostNameType = default, Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SslState? sslState = default, string thumbprint = default, string virtualIP = default);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostNameBinding : string * string * string * string * string * string * string * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.AzureResourceType> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.CustomHostNameDnsRecordType> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostNameType> * Nullable<Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.SslState> * string * string -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostNameBinding
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional kind As String = Nothing, Optional type As String = Nothing, Optional siteName As String = Nothing, Optional domainId As String = Nothing, Optional azureResourceName As String = Nothing, Optional azureResourceType As Nullable(Of AzureResourceType) = Nothing, Optional customHostNameDnsRecordType As Nullable(Of CustomHostNameDnsRecordType) = Nothing, Optional hostNameType As Nullable(Of HostNameType) = Nothing, Optional sslState As Nullable(Of SslState) = Nothing, Optional thumbprint As String = Nothing, Optional virtualIP As String = Nothing)
Parameters
- id
- String
- name
- String
- kind
- String
- type
- String
- siteName
- String
- domainId
- String
- azureResourceName
- String
- azureResourceType
- Nullable<AzureResourceType>
- customHostNameDnsRecordType
- Nullable<CustomHostNameDnsRecordType>
- hostNameType
- Nullable<HostNameType>
- thumbprint
- String
- virtualIP
- String