Uses of Class
com.azure.resourcemanager.resources.models.AliasType
-
Packages that use AliasType Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of AliasType in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return AliasType Modifier and Type Method Description static AliasTypeAliasType. fromString(String value)Parses a serialized value to a AliasType instance.AliasTypeAlias. type()Get the type property: The type of the alias.static AliasTypeAliasType. valueOf(String name)Returns the enum constant of this type with the specified name.static AliasType[]AliasType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.azure.resourcemanager.resources.models with parameters of type AliasType Modifier and Type Method Description AliasAlias. withType(AliasType type)Set the type property: The type of the alias.
-