public class HostName extends Object
Constructor and Description |
---|
HostName() |
Modifier and Type | Method and Description |
---|---|
String |
azureResourceName()
Get name of the Azure resource the hostname is assigned to.
|
AzureResourceType |
azureResourceType()
Get type of the Azure resource the hostname is assigned to.
|
CustomHostNameDnsRecordType |
customHostNameDnsRecordType()
Get type of the DNS record.
|
HostNameType |
hostNameType()
Get type of the hostname.
|
String |
name()
Get name of the hostname.
|
List<String> |
siteNames()
Get list of apps the hostname is assigned to.
|
HostName |
withAzureResourceName(String azureResourceName)
Set name of the Azure resource the hostname is assigned to.
|
HostName |
withAzureResourceType(AzureResourceType azureResourceType)
Set type of the Azure resource the hostname is assigned to.
|
HostName |
withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType customHostNameDnsRecordType)
Set type of the DNS record.
|
HostName |
withHostNameType(HostNameType hostNameType)
Set type of the hostname.
|
HostName |
withName(String name)
Set name of the hostname.
|
HostName |
withSiteNames(List<String> siteNames)
Set list of apps the hostname is assigned to.
|
public String name()
public HostName withName(String name)
name
- the name value to setpublic List<String> siteNames()
public HostName withSiteNames(List<String> siteNames)
siteNames
- the siteNames value to setpublic String azureResourceName()
public HostName withAzureResourceName(String azureResourceName)
azureResourceName
- the azureResourceName value to setpublic AzureResourceType azureResourceType()
public HostName withAzureResourceType(AzureResourceType azureResourceType)
azureResourceType
- the azureResourceType value to setpublic CustomHostNameDnsRecordType customHostNameDnsRecordType()
public HostName withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType customHostNameDnsRecordType)
customHostNameDnsRecordType
- the customHostNameDnsRecordType value to setpublic HostNameType hostNameType()
public HostName withHostNameType(HostNameType hostNameType)
hostNameType
- the hostNameType value to setCopyright © 2019. All rights reserved.