Uses of Class
com.azure.resourcemanager.resources.models.Alias
Packages that use Alias
Package
Description
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 AliasModifier and TypeMethodDescriptionstatic AliasAlias.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Alias from the JsonReader.Alias.withDefaultPath(String defaultPath) Set the defaultPath property: The default path for an alias.Alias.withDefaultPattern(AliasPattern defaultPattern) Set the defaultPattern property: The default pattern for an alias.Set the name property: The alias name.Set the paths property: The paths for an alias.Set the type property: The type of the alias.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type AliasModifier and TypeMethodDescriptionProviderResourceType.aliases()Get the aliases property: The aliases that are supported by this resource type.ResourceTypeAliases.aliases()Get the aliases property: The aliases for property names.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type AliasModifier and TypeMethodDescriptionProviderResourceType.withAliases(List<Alias> aliases) Set the aliases property: The aliases that are supported by this resource type.ResourceTypeAliases.withAliases(List<Alias> aliases) Set the aliases property: The aliases for property names.