Uses of Class
com.azure.resourcemanager.resources.models.AliasPattern
Packages that use AliasPattern
Package
Description
Package containing the data models for ResourceManagementClient.
-
Uses of AliasPattern in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return AliasPatternModifier and TypeMethodDescriptionAlias.defaultPattern()Get the defaultPattern property: The default pattern for an alias.static AliasPatternAliasPattern.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AliasPattern from the JsonReader.AliasPath.pattern()Get the pattern property: The pattern for an alias path.AliasPattern.withPhrase(String phrase) Set the phrase property: The alias pattern phrase.AliasPattern.withType(AliasPatternType type) Set the type property: The type of alias pattern.AliasPattern.withVariable(String variable) Set the variable property: The alias pattern variable.Methods in com.azure.resourcemanager.resources.models with parameters of type AliasPatternModifier and TypeMethodDescriptionAlias.withDefaultPattern(AliasPattern defaultPattern) Set the defaultPattern property: The default pattern for an alias.AliasPath.withPattern(AliasPattern pattern) Set the pattern property: The pattern for an alias path.