| Package | Description |
|---|---|
| com.microsoft.azure.management.resources |
This package contains the classes for ResourceManagementClient.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Deployment.Definition
Container interface for all the deployment definitions.
|
| 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.
|
Deployment.DefinitionStages.WithTemplate |
Deployment.DefinitionStages.WithGroup.withNewResourceGroup(String name,
Region region)
Creates a new resource group to put the deployment in.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/