Deployment.DefinitionStages.WithGroup Interface
Implements
public static interface Deployment.DefinitionStages.WithGroup
extends WithExistingResourceGroup<WithTemplate>
A deployment definition allowing resource group to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)
Creates a new resource group to put the resource in, based on the definition specified. |
abstract
With |
withNewResourceGroup(String name, Region region)
Creates a new resource group to put the deployment in. |
Method Details
withNewResourceGroup
public abstract Deployment.DefinitionStages.WithTemplate withNewResourceGroup(Creatable
Creates a new resource group to put the resource in, based on the definition specified.
Parameters:
Returns:
withNewResourceGroup
public abstract Deployment.DefinitionStages.WithTemplate withNewResourceGroup(String name, Region region)
Creates a new resource group to put the deployment in.
Parameters:
Returns:
Applies to
Azure SDK for Java