Uses of Interface
com.microsoft.azure.management.resources.ResourceGroup
-
Packages that use ResourceGroup Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient.com.microsoft.azure.management.resources.fluentcore.arm.models This package contains the base classes for resource models. -
-
Uses of ResourceGroup in com.microsoft.azure.management.resources
Methods in com.microsoft.azure.management.resources with parameters of type ResourceGroup Modifier and Type Method Description TResourceConnector.Builder. create(com.microsoft.rest.RestClient restClient, String subscriptionId, ResourceGroup resourceGroup)PolicyAssignment.DefinitionStages.WithPolicyDefinitionPolicyAssignment.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> resources)Move resources from one resource group to another.rx.CompletableGenericResources. moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources)Move resources from one resource group to another asynchronously.com.microsoft.rest.ServiceFuture<Void>GenericResources. moveResourcesAsync(String sourceResourceGroupName, ResourceGroup targetResourceGroup, List<String> resources, com.microsoft.rest.ServiceCallback<Void> callback)Move resources from one resource group to another asynchronously.Method parameters in com.microsoft.azure.management.resources with type arguments of type ResourceGroup Modifier and Type Method Description Deployment.DefinitionStages.WithTemplateDeployment.DefinitionStages.WithGroup. withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)Creates a new resource group to put the resource in, based on the definition specified. -
Uses of ResourceGroup in com.microsoft.azure.management.resources.fluentcore.arm.models
Methods in com.microsoft.azure.management.resources.fluentcore.arm.models with parameters of type ResourceGroup Modifier and Type Method Description TGroupableResource.DefinitionStages.WithExistingResourceGroup. withExistingResourceGroup(ResourceGroup group)Associates the resource with an existing resource group.Method parameters in com.microsoft.azure.management.resources.fluentcore.arm.models with type arguments of type ResourceGroup Modifier and Type Method Description TGroupableResource.DefinitionStages.WithCreatableResourceGroup. withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)Creates a new resource group to put the resource in, based on the definition specified.
-