Uses of Interface
com.azure.resourcemanager.resources.models.ResourceGroup
Packages that use ResourceGroup
Package
Description
This package contains the base classes for resource models.
Package containing the data models for ResourceManagementClient.
-
Uses of ResourceGroup in com.azure.resourcemanager.resources.fluentcore.arm.models
Methods in com.azure.resourcemanager.resources.fluentcore.arm.models with parameters of type ResourceGroupModifier and TypeMethodDescriptionGroupableResource.DefinitionStages.WithExistingResourceGroup.withExistingResourceGroup(ResourceGroup group) Associates the resource with an existing resource group.Method parameters in com.azure.resourcemanager.resources.fluentcore.arm.models with type arguments of type ResourceGroupModifier and TypeMethodDescriptionGroupableResource.DefinitionStages.WithCreatableResourceGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition) Creates a new resource group to put the resource in, based on the definition specified. -
Uses of ResourceGroup in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models with parameters of type ResourceGroupModifier and TypeMethodDescriptionPolicyAssignment.DefinitionStages.WithScope.forResourceGroup(ResourceGroup resourceGroup) Specifies the scope of the policy assignment to be a resource group.voidGenericResources.moveResources(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resourceIds) Move resources from one resource group to another.GenericResources.moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resourceIds) Move resources from one resource group to another asynchronously.voidGenericResources.validateMoveResources(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resourceIds) Validates move resources from one resource group to another.GenericResources.validateMoveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resourceIds) Validates move resources from one resource group to another asynchronously.ManagementLock.DefinitionStages.WithLockedResource.withLockedResourceGroup(ResourceGroup resourceGroup) Specifies the resource group to lock.ManagementLock.UpdateStages.WithLockedResource.withLockedResourceGroup(ResourceGroup resourceGroup) Specifies the resource group to lock.Method parameters in com.azure.resourcemanager.resources.models with type arguments of type ResourceGroupModifier and TypeMethodDescriptionDeployment.DefinitionStages.WithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition) Creates a new resource group to put the resource in, based on the definition specified.