Uses of Enum
com.azure.resourcemanager.appservice.models.HostnameType
Packages that use HostnameType
Package
Description
Package containing the inner data models for WebSiteManagementClient.
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 HostnameTypeModifier and TypeMethodDescriptionHostnameBindingInner.hostnameType()Get the hostnameType property: Hostname type.HostnameBindingProperties.hostnameType()Get the hostnameType property: Hostname type.Methods in com.azure.resourcemanager.appservice.fluent.models with parameters of type HostnameTypeModifier and TypeMethodDescriptionHostnameBindingInner.withHostnameType(HostnameType hostnameType) Set the hostnameType property: Hostname type.HostnameBindingProperties.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 HostnameTypeModifier and TypeMethodDescriptionstatic HostnameTypeHostnameType.fromString(String value) Parses a serialized value to a HostnameType instance.Hostname.hostnameType()Get the hostnameType property: Type of the hostname.HostnameBinding.hostnameType()static HostnameTypeReturns 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 HostnameTypeModifier and TypeMethodDescriptionHostname.withHostnameType(HostnameType hostnameType) Set the hostnameType property: Type of the hostname.