| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
Alias |
Alias.withDefaultPath(String defaultPath)
Set the default path for an alias.
|
Alias |
Alias.withDefaultPattern(AliasPattern defaultPattern)
Set the default pattern for an alias.
|
Alias |
Alias.withName(String name)
Set the alias name.
|
Alias |
Alias.withPaths(List<AliasPath> paths)
Set the paths for an alias.
|
Alias |
Alias.withType(AliasType type)
Set the type of the alias.
|
| Modifier and Type | Method and Description |
|---|---|
List<Alias> |
ProviderResourceType.aliases()
Get the aliases that are supported by this resource type.
|
| Modifier and Type | Method and Description |
|---|---|
ProviderResourceType |
ProviderResourceType.withAliases(List<Alias> aliases)
Set the aliases that are supported by this resource type.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/