Uses of Class
com.microsoft.azure.management.resources.AliasPattern
Packages that use AliasPattern
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of AliasPattern in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return AliasPatternModifier and TypeMethodDescriptionAlias.defaultPattern()
Get the default pattern for an alias.AliasPath.pattern()
Get the pattern for an alias path.AliasPattern.withPhrase
(String phrase) Set the alias pattern phrase.AliasPattern.withType
(AliasPatternType type) Set the type of alias pattern.AliasPattern.withVariable
(String variable) Set the alias pattern variable.Methods in com.microsoft.azure.management.resources with parameters of type AliasPatternModifier and TypeMethodDescriptionAlias.withDefaultPattern
(AliasPattern defaultPattern) Set the default pattern for an alias.AliasPath.withPattern
(AliasPattern pattern) Set the pattern for an alias path.