| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AliasPattern |
Alias.defaultPattern()
Get the defaultPattern property: The default pattern for an alias.
|
AliasPattern |
AliasPath.pattern()
Get the pattern property: The pattern for an alias path.
|
AliasPattern |
AliasPattern.withPhrase(String phrase)
Set the phrase property: The alias pattern phrase.
|
AliasPattern |
AliasPattern.withType(AliasPatternType type)
Set the type property: The type of alias pattern.
|
AliasPattern |
AliasPattern.withVariable(String variable)
Set the variable property: The alias pattern variable.
|
| Modifier and Type | Method and Description |
|---|---|
Alias |
Alias.withDefaultPattern(AliasPattern defaultPattern)
Set the defaultPattern property: The default pattern for an alias.
|
AliasPath |
AliasPath.withPattern(AliasPattern pattern)
Set the pattern property: The pattern for an alias path.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.