Uses of Class
com.azure.resourcemanager.apimanagement.models.HostnameType
Packages that use HostnameType
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of HostnameType in com.azure.resourcemanager.apimanagement.models
Fields in com.azure.resourcemanager.apimanagement.models declared as HostnameTypeModifier and TypeFieldDescriptionstatic final HostnameTypeHostnameType.CONFIGURATION_APIStatic value ConfigurationApi for HostnameType.static final HostnameTypeHostnameType.DEVELOPER_PORTALStatic value DeveloperPortal for HostnameType.static final HostnameTypeHostnameType.MANAGEMENTStatic value Management for HostnameType.static final HostnameTypeHostnameType.PORTALStatic value Portal for HostnameType.static final HostnameTypeHostnameType.PROXYStatic value Proxy for HostnameType.static final HostnameTypeHostnameType.SCMStatic value Scm for HostnameType.Methods in com.azure.resourcemanager.apimanagement.models that return HostnameTypeModifier and TypeMethodDescriptionstatic HostnameTypeHostnameType.fromString(String name) Creates or finds a HostnameType from its string representation.HostnameConfiguration.type()Get the type property: Hostname type.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type HostnameTypeModifier and TypeMethodDescriptionstatic Collection<HostnameType> HostnameType.values()Gets known HostnameType values.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type HostnameTypeModifier and TypeMethodDescriptionHostnameConfiguration.withType(HostnameType type) Set the type property: Hostname type.