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