Uses of Class
com.azure.resourcemanager.appservice.models.RegistryAdapterType
Packages that use RegistryAdapterType
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of RegistryAdapterType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type RegistryAdapterType in com.azure.resourcemanager.appservice.modelsFields in com.azure.resourcemanager.appservice.models declared as RegistryAdapterTypeModifier and TypeFieldDescriptionstatic final RegistryAdapterTypeRegistryAdapterType.BINARYStatic value Binary for RegistryAdapterType.static final RegistryAdapterTypeRegistryAdapterType.DWORDStatic value DWord for RegistryAdapterType.static final RegistryAdapterTypeRegistryAdapterType.EXPAND_STRINGStatic value Expand_String for RegistryAdapterType.static final RegistryAdapterTypeRegistryAdapterType.MULTI_STRINGStatic value Multi_String for RegistryAdapterType.static final RegistryAdapterTypeRegistryAdapterType.QWORDStatic value QWord for RegistryAdapterType.static final RegistryAdapterTypeRegistryAdapterType.STRINGStatic value String for RegistryAdapterType.Methods in com.azure.resourcemanager.appservice.models that return RegistryAdapterTypeModifier and TypeMethodDescriptionstatic RegistryAdapterTypeRegistryAdapterType.fromString(String name) Creates or finds a RegistryAdapterType from its string representation.RegistryAdapter.type()Get the type property: Type of the registry adapter.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type RegistryAdapterTypeModifier and TypeMethodDescriptionstatic Collection<RegistryAdapterType> RegistryAdapterType.values()Gets known RegistryAdapterType values.Methods in com.azure.resourcemanager.appservice.models with parameters of type RegistryAdapterTypeModifier and TypeMethodDescriptionRegistryAdapter.withType(RegistryAdapterType type) Set the type property: Type of the registry adapter.