Uses of Class
com.azure.resourcemanager.resources.models.AliasPath
-
Packages that use AliasPath Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of AliasPath in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return AliasPath Modifier and Type Method Description AliasPathAliasPath. withApiVersions(List<String> apiVersions)Set the apiVersions property: The API versions.AliasPathAliasPath. withPath(String path)Set the path property: The path of an alias.AliasPathAliasPath. withPattern(AliasPattern pattern)Set the pattern property: The pattern for an alias path.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type AliasPath Modifier and Type Method Description List<AliasPath>Alias. paths()Get the paths property: The paths for an alias.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type AliasPath Modifier and Type Method Description AliasAlias. withPaths(List<AliasPath> paths)Set the paths property: The paths for an alias.
-