Uses of Interface
com.microsoft.azure.management.resources.GenericResource
Packages that use GenericResource
Package
Description
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 GenericResourceModifier and TypeMethodDescriptionGenericResources.get
(String resourceGroupName, String providerNamespace, String resourceType, String resourceName) Returns a resource belonging to a resource group.GenericResources.get
(String resourceGroupName, String resourceProviderNamespace, String parentResourcePath, String resourceType, String resourceName, String apiVersion) Returns a resource belonging to a resource group.Gets the information about a resource from Azure based on the resource id.Gets the information about a resource from Azure based on the resource id.Methods in com.microsoft.azure.management.resources that return types with arguments of type GenericResourceModifier and TypeMethodDescriptionrx.Observable<GenericResource>
GenericResources.getByIdAsync
(String id) Gets the information about a resource from Azure based on the resource id.rx.Observable<GenericResource>
GenericResources.getByIdAsync
(String id, String apiVersion) Gets the information about a resource from Azure based on the resource id.Methods in com.microsoft.azure.management.resources with parameters of type GenericResourceModifier and TypeMethodDescriptionPolicyAssignment.DefinitionStages.WithScope.forResource
(GenericResource genericResource) Specifies the scope of the policy assignment to be a resource.