Uses of Interface
com.microsoft.azure.management.resources.GenericResource
-
Packages that use GenericResource Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of GenericResource in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources that return GenericResource Modifier and Type Method Description GenericResourceGenericResources. get(String resourceGroupName, String providerNamespace, String resourceType, String resourceName)Returns a resource belonging to a resource group.GenericResourceGenericResources. get(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion)Returns a resource belonging to a resource group.Methods in com.microsoft.azure.management.resources with parameters of type GenericResource Modifier and Type Method Description PolicyAssignment.DefinitionStages.WithPolicyDefinitionPolicyAssignment.DefinitionStages.WithScope. forResource(GenericResource genericResource)Specifies the scope of the policy assignment to be a resource.
-