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