| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AzureResourceType |
HostnameBindingInner.azureResourceType()
Get the azureResourceType property: Azure resource type.
|
AzureResourceType |
HostnameBindingProperties.azureResourceType()
Get the azureResourceType property: Azure resource type.
|
| Modifier and Type | Method and Description |
|---|---|
HostnameBindingInner |
HostnameBindingInner.withAzureResourceType(AzureResourceType azureResourceType)
Set the azureResourceType property: Azure resource type.
|
HostnameBindingProperties |
HostnameBindingProperties.withAzureResourceType(AzureResourceType azureResourceType)
Set the azureResourceType property: Azure resource type.
|
| Modifier and Type | Method and Description |
|---|---|
AzureResourceType |
Hostname.azureResourceType()
Get the azureResourceType property: Type of the Azure resource the hostname is assigned to.
|
AzureResourceType |
HostnameBinding.azureResourceType() |
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 the azureResourceType property: Type of the Azure resource the hostname is assigned to.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.