Uses of Class
com.azure.resourcemanager.appservice.models.HostnameType
-
Packages that use HostnameType 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. -
-
Uses of HostnameType in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return HostnameType Modifier and Type Method Description HostnameTypeHostnameBindingInner. hostnameType()Get the hostnameType property: Hostname type.HostnameTypeHostnameBindingProperties. hostnameType()Get the hostnameType property: Hostname type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type HostnameType Modifier and Type Method Description HostnameBindingInnerHostnameBindingInner. withHostnameType(HostnameType hostnameType)Set the hostnameType property: Hostname type.HostnameBindingPropertiesHostnameBindingProperties. withHostnameType(HostnameType hostnameType)Set the hostnameType property: Hostname type. -
Uses of HostnameType in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return HostnameType Modifier and Type Method Description static HostnameTypeHostnameType. fromString(String value)Parses a serialized value to a HostnameType instance.HostnameTypeHostname. hostnameType()Get the hostnameType property: Type of the hostname.HostnameTypeHostnameBinding. hostnameType()static HostnameTypeHostnameType. 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.Methods in com.azure.resourcemanager.appservice.models with parameters of type HostnameType Modifier and Type Method Description HostnameHostname. withHostnameType(HostnameType hostnameType)Set the hostnameType property: Type of the hostname.
-