Share via


HostName Constructors

Definition

Overloads

HostName()
HostName(String, IList<String>, String, Nullable<AzureResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<HostNameType>)

HostName()

public HostName ();
Public Sub New ()

Applies to

HostName(String, IList<String>, String, Nullable<AzureResourceType>, Nullable<CustomHostNameDnsRecordType>, Nullable<HostNameType>)

public HostName (string name = default, System.Collections.Generic.IList<string> siteNames = 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);
new Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostName : string * System.Collections.Generic.IList<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> -> Microsoft.Azure.Management.WebSites.Version2016_09_01.Models.HostName
Public Sub New (Optional name As String = Nothing, Optional siteNames As IList(Of 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)

Parameters

name
String
siteNames
IList<String>
azureResourceName
String
azureResourceType
Nullable<AzureResourceType>
customHostNameDnsRecordType
Nullable<CustomHostNameDnsRecordType>
hostNameType
Nullable<HostNameType>

Applies to