| 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.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ResourceConnector.Builder.create(com.microsoft.rest.RestClient restClient,
String subscriptionId,
ResourceGroup resourceGroup) |
PolicyAssignment.DefinitionStages.WithPolicyDefinition |
PolicyAssignment.DefinitionStages.WithScope.forResourceGroup(ResourceGroup resourceGroup)
Specifies the scope of the policy assignment to be a resource group.
|
void |
GenericResources.moveResources(String sourceResourceGroupName,
ResourceGroup targetResourceGroup,
List<String> resources)
Move resources from one resource group to another.
|
rx.Completable |
GenericResources.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.
|
| Modifier and Type | Method and Description |
|---|---|
Deployment.DefinitionStages.WithTemplate |
Deployment.DefinitionStages.WithGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
| Modifier and Type | Method and Description |
|---|---|
T |
GroupableResource.DefinitionStages.WithExistingResourceGroup.withExistingResourceGroup(ResourceGroup group)
Associates the resource with an existing resource group.
|
| Modifier and Type | Method and Description |
|---|---|
T |
GroupableResource.DefinitionStages.WithCreatableResourceGroup.withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/