Uses of Class
com.azure.resourcemanager.resources.models.AliasPathTokenType
Packages that use AliasPathTokenType
Package
Description
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 AliasPathTokenTypeModifier and TypeFieldDescriptionstatic final AliasPathTokenTypeAliasPathTokenType.ANYStatic value Any for AliasPathTokenType.static final AliasPathTokenTypeAliasPathTokenType.ARRAYStatic value Array for AliasPathTokenType.static final AliasPathTokenTypeAliasPathTokenType.BOOLEANStatic value Boolean for AliasPathTokenType.static final AliasPathTokenTypeAliasPathTokenType.INTEGERStatic value Integer for AliasPathTokenType.static final AliasPathTokenTypeAliasPathTokenType.NOT_SPECIFIEDStatic value NotSpecified for AliasPathTokenType.static final AliasPathTokenTypeAliasPathTokenType.NUMBERStatic value Number for AliasPathTokenType.static final AliasPathTokenTypeAliasPathTokenType.OBJECTStatic value Object for AliasPathTokenType.static final AliasPathTokenTypeAliasPathTokenType.STRINGStatic value String for AliasPathTokenType.Methods in com.azure.resourcemanager.resources.models that return AliasPathTokenTypeModifier and TypeMethodDescriptionstatic AliasPathTokenTypeAliasPathTokenType.fromString(String name) Creates or finds a AliasPathTokenType from its string representation.AliasPathMetadata.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 AliasPathTokenTypeModifier and TypeMethodDescriptionstatic Collection<AliasPathTokenType>AliasPathTokenType.values()Gets known AliasPathTokenType values.