Uses of Class
com.microsoft.azure.management.resources.AliasPattern
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of AliasPattern in com.microsoft.azure.management.resources
Modifier 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.Modifier and TypeMethodDescriptionAlias.withDefaultPattern
(AliasPattern defaultPattern) Set the default pattern for an alias.AliasPath.withPattern
(AliasPattern pattern) Set the pattern for an alias path.