Deployment.DefinitionStages.WithGroup Interface

Definition

A deployment definition allowing resource group to be specified.

public static interface Deployment.DefinitionStages.WithGroup extends GroupableResource.DefinitionStages.WithExistingResourceGroup<Deployment.DefinitionStages.WithTemplate>
Implements

Methods

withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)

Creates a new resource group to put the resource in, based on the definition specified.

withNewResourceGroup(String name, Region region)

Creates a new resource group to put the deployment in.

Applies to