Uses of Class
com.azure.resourcemanager.resources.models.Alias
-
Packages that use Alias Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of Alias in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return Alias Modifier and Type Method Description AliasAlias. withDefaultPath(String defaultPath)Set the defaultPath property: The default path for an alias.AliasAlias. withDefaultPattern(AliasPattern defaultPattern)Set the defaultPattern property: The default pattern for an alias.AliasAlias. withName(String name)Set the name property: The alias name.AliasAlias. withPaths(List<AliasPath> paths)Set the paths property: The paths for an alias.AliasAlias. withType(AliasType type)Set the type property: The type of the alias.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type Alias Modifier and Type Method Description List<Alias>ProviderResourceType. aliases()Get the aliases property: The aliases that are supported by this resource type.List<Alias>ResourceTypeAliases. aliases()Get the aliases property: The aliases for property names.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type Alias Modifier and Type Method Description ProviderResourceTypeProviderResourceType. withAliases(List<Alias> aliases)Set the aliases property: The aliases that are supported by this resource type.ResourceTypeAliasesResourceTypeAliases. withAliases(List<Alias> aliases)Set the aliases property: The aliases for property names.
-