Uses of Interface
com.microsoft.azure.management.resources.GenericResource
Package
Description
This package contains the classes for ResourceManagementClient.
-
Uses of GenericResource in com.microsoft.azure.management.resources
Modifier 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.Modifier 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.Modifier and TypeMethodDescriptionPolicyAssignment.DefinitionStages.WithScope.forResource
(GenericResource genericResource) Specifies the scope of the policy assignment to be a resource.