Uses of Class
com.microsoft.azure.management.resources.Alias
Packages that use Alias
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of Alias in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return AliasModifier and TypeMethodDescriptionAlias.withDefaultPath
(String defaultPath) Set the default path for an alias.Alias.withDefaultPattern
(AliasPattern defaultPattern) Set the default pattern for an alias.Set the alias name.Set the paths for an alias.Set the type of the alias.Methods in com.microsoft.azure.management.resources that return types with arguments of type AliasModifier and TypeMethodDescriptionProviderResourceType.aliases()
Get the aliases that are supported by this resource type.Method parameters in com.microsoft.azure.management.resources with type arguments of type AliasModifier and TypeMethodDescriptionProviderResourceType.withAliases
(List<Alias> aliases) Set the aliases that are supported by this resource type.