public class HostName extends Object
| Constructor and Description |
|---|
HostName() |
| Modifier and Type | Method and Description |
|---|---|
String |
azureResourceName()
Get the azureResourceName value.
|
AzureResourceType |
azureResourceType()
Get the azureResourceType value.
|
CustomHostNameDnsRecordType |
customHostNameDnsRecordType()
Get the customHostNameDnsRecordType value.
|
HostNameType |
hostNameType()
Get the hostNameType value.
|
String |
name()
Get the name value.
|
List<String> |
siteNames()
Get the siteNames value.
|
HostName |
withAzureResourceName(String azureResourceName)
Set the azureResourceName value.
|
HostName |
withAzureResourceType(AzureResourceType azureResourceType)
Set the azureResourceType value.
|
HostName |
withCustomHostNameDnsRecordType(CustomHostNameDnsRecordType customHostNameDnsRecordType)
Set the customHostNameDnsRecordType value.
|
HostName |
withHostNameType(HostNameType hostNameType)
Set the hostNameType value.
|
HostName |
withName(String name)
Set the name value.
|
HostName |
withSiteNames(List<String> siteNames)
Set the siteNames value.
|
public String name()
public HostName withName(String name)
name - the name value to setpublic 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 set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/