Uses of Class
com.azure.resourcemanager.resources.models.AliasPathTokenType
-
Packages that use AliasPathTokenType Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of AliasPathTokenType in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as AliasPathTokenType Modifier and Type Field Description static AliasPathTokenTypeAliasPathTokenType. ANYStatic value Any for AliasPathTokenType.static AliasPathTokenTypeAliasPathTokenType. ARRAYStatic value Array for AliasPathTokenType.static AliasPathTokenTypeAliasPathTokenType. BOOLEANStatic value Boolean for AliasPathTokenType.static AliasPathTokenTypeAliasPathTokenType. INTEGERStatic value Integer for AliasPathTokenType.static AliasPathTokenTypeAliasPathTokenType. NOT_SPECIFIEDStatic value NotSpecified for AliasPathTokenType.static AliasPathTokenTypeAliasPathTokenType. NUMBERStatic value Number for AliasPathTokenType.static AliasPathTokenTypeAliasPathTokenType. OBJECTStatic value Object for AliasPathTokenType.static AliasPathTokenTypeAliasPathTokenType. STRINGStatic value String for AliasPathTokenType.Methods in com.azure.resourcemanager.resources.models that return AliasPathTokenType Modifier and Type Method Description static AliasPathTokenTypeAliasPathTokenType. fromString(String name)Creates or finds a AliasPathTokenType from its string representation.AliasPathTokenTypeAliasPathMetadata. type()Get the type property: The type of the token that the alias path is referring to.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type AliasPathTokenType Modifier and Type Method Description static Collection<AliasPathTokenType>AliasPathTokenType. values()
-