| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AliasPattern |
Alias.defaultPattern()
Get the default pattern for an alias.
|
AliasPattern |
AliasPath.pattern()
Get the pattern for an alias path.
|
AliasPattern |
AliasPattern.withPhrase(String phrase)
Set the alias pattern phrase.
|
AliasPattern |
AliasPattern.withType(AliasPatternType type)
Set the type of alias pattern.
|
AliasPattern |
AliasPattern.withVariable(String variable)
Set the alias pattern variable.
|
| Modifier and Type | Method and Description |
|---|---|
Alias |
Alias.withDefaultPattern(AliasPattern defaultPattern)
Set the default pattern for an alias.
|
AliasPath |
AliasPath.withPattern(AliasPattern pattern)
Set the pattern for an alias path.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/