| Modifier and Type | Method and Description |
|---|---|
AzureResourceType |
HostNameBinding.azureResourceType() |
AzureResourceType |
HostName.azureResourceType()
Get type of the Azure resource the hostname is assigned to.
|
static AzureResourceType |
AzureResourceType.fromString(String value)
Parses a serialized value to a AzureResourceType instance.
|
static AzureResourceType |
AzureResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AzureResourceType[] |
AzureResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
HostName |
HostName.withAzureResourceType(AzureResourceType azureResourceType)
Set type of the Azure resource the hostname is assigned to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/