Uses of Class
com.microsoft.azure.management.resources.AliasPathType
-
Packages that use AliasPathType Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of AliasPathType in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return AliasPathType Modifier and Type Method Description AliasPathTypeAliasPathType. withApiVersions(List<String> apiVersions)Set the apiVersions value.AliasPathTypeAliasPathType. withPath(String path)Set the path value.Methods in com.microsoft.azure.management.resources that return types with arguments of type AliasPathType Modifier and Type Method Description List<AliasPathType>AliasType. paths()Get the paths value.Method parameters in com.microsoft.azure.management.resources with type arguments of type AliasPathType Modifier and Type Method Description AliasTypeAliasType. withPaths(List<AliasPathType> paths)Set the paths value.
-