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
Subinterfaces with type arguments of type ResourceGroup in com.azure.resourcemanager.resources.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure resource group.static interfaceA resource group definition with sufficient inputs to create a new resource group in the cloud, but exposing additional optional inputs to specify.static interfaceThe template for a resource group update operation, containing all the settings that can be modified.interfaceEntry point to resource group management API.interfaceEntry point to resource group management API.interfaceEntry point to resource group management API.interfaceEntry point to resource group management API.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.