Uses of Class
com.microsoft.azure.management.resources.ProviderResourceType
-
Packages that use ProviderResourceType Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of ProviderResourceType in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return ProviderResourceType Modifier and Type Method Description ProviderResourceTypeProviderResourceType. withAliases(List<AliasType> aliases)Set the aliases value.ProviderResourceTypeProviderResourceType. withApiVersions(List<String> apiVersions)Set the apiVersions value.ProviderResourceTypeProviderResourceType. withLocations(List<String> locations)Set the locations value.ProviderResourceTypeProviderResourceType. withProperties(Map<String,String> properties)Set the properties value.ProviderResourceTypeProviderResourceType. withResourceType(String resourceType)Set the resourceType value.Methods in com.microsoft.azure.management.resources that return types with arguments of type ProviderResourceType Modifier and Type Method Description List<ProviderResourceType>Provider. resourceTypes()
-