HostName 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
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
- azureResourceName
- String
- azureResourceType
- Nullable<AzureResourceType>
- customHostNameDnsRecordType
- Nullable<CustomHostNameDnsRecordType>
- hostNameType
- Nullable<HostNameType>