Uses of Enum
com.azure.resourcemanager.resources.models.AliasPatternType
Packages that use AliasPatternType
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of AliasPatternType in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return AliasPatternTypeModifier and TypeMethodDescriptionstatic AliasPatternTypeAliasPatternType.fromString(String value) Parses a serialized value to a AliasPatternType instance.AliasPattern.type()Get the type property: The type of alias pattern.static AliasPatternTypeReturns the enum constant of this type with the specified name.static AliasPatternType[]AliasPatternType.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 AliasPatternTypeModifier and TypeMethodDescriptionAliasPattern.withType(AliasPatternType type) Set the type property: The type of alias pattern.