Uses of Interface
com.azure.resourcemanager.resources.models.GenericResource
-
Packages that use GenericResource Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of GenericResource in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models 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.GenericResourceGenericResources. getById(String id)Gets the information about a resource from Azure based on the resource id.GenericResourceGenericResources. getById(String id, String apiVersion)Gets the information about a resource from Azure based on the resource id.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type GenericResource Modifier and Type Method Description Accepted<GenericResource>GenericResource.DefinitionStages.WithCreate. beginCreate()Begins creating the Azure resource.Mono<GenericResource>GenericResources. getByIdAsync(String id)Gets the information about a resource from Azure based on the resource id.Mono<GenericResource>GenericResources. getByIdAsync(String id, String apiVersion)Gets the information about a resource from Azure based on the resource id.Methods in com.azure.resourcemanager.resources.models 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.
-