| 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 |
|---|---|
HostnameType |
HostnameBindingInner.hostnameType()
Get the hostnameType property: Hostname type.
|
HostnameType |
HostnameBindingProperties.hostnameType()
Get the hostnameType property: Hostname type.
|
| Modifier and Type | Method and Description |
|---|---|
HostnameBindingInner |
HostnameBindingInner.withHostnameType(HostnameType hostnameType)
Set the hostnameType property: Hostname type.
|
HostnameBindingProperties |
HostnameBindingProperties.withHostnameType(HostnameType hostnameType)
Set the hostnameType property: Hostname type.
|
| Modifier and Type | Method and Description |
|---|---|
static HostnameType |
HostnameType.fromString(String value)
Parses a serialized value to a HostnameType instance.
|
HostnameType |
Hostname.hostnameType()
Get the hostnameType property: Type of the hostname.
|
HostnameType |
HostnameBinding.hostnameType() |
static HostnameType |
HostnameType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HostnameType[] |
HostnameType.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.withHostnameType(HostnameType hostnameType)
Set the hostnameType property: Type of the hostname.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.