| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
AliasPath |
AliasPath.withApiVersions(List<String> apiVersions)
Set the API versions.
|
AliasPath |
AliasPath.withPath(String path)
Set the path of an alias.
|
AliasPath |
AliasPath.withPattern(AliasPattern pattern)
Set the pattern for an alias path.
|
| Modifier and Type | Method and Description |
|---|---|
List<AliasPath> |
Alias.paths()
Get the paths for an alias.
|
| Modifier and Type | Method and Description |
|---|---|
Alias |
Alias.withPaths(List<AliasPath> paths)
Set the paths for an alias.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/