Class AliasPattern
java.lang.Object
com.microsoft.azure.management.resources.AliasPattern
The type of the pattern for an alias path.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionphrase()
Get the alias pattern phrase.type()
Get the type of alias pattern.variable()
Get the alias pattern variable.withPhrase
(String phrase) Set the alias pattern phrase.withType
(AliasPatternType type) Set the type of alias pattern.withVariable
(String variable) Set the alias pattern variable.
-
Constructor Details
-
AliasPattern
public AliasPattern()
-
-
Method Details
-
phrase
Get the alias pattern phrase.- Returns:
- the phrase value
-
withPhrase
Set the alias pattern phrase.- Parameters:
phrase
- the phrase value to set- Returns:
- the AliasPattern object itself.
-
variable
Get the alias pattern variable.- Returns:
- the variable value
-
withVariable
Set the alias pattern variable.- Parameters:
variable
- the variable value to set- Returns:
- the AliasPattern object itself.
-
type
Get the type of alias pattern. Possible values include: 'NotSpecified', 'Extract'.- Returns:
- the type value
-
withType
Set the type of alias pattern. Possible values include: 'NotSpecified', 'Extract'.- Parameters:
type
- the type value to set- Returns:
- the AliasPattern object itself.
-