Uses of Interface
com.azure.resourcemanager.resources.models.Deployment.DefinitionStages.WithTemplate
-
Packages that use Deployment.DefinitionStages.WithTemplate Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of Deployment.DefinitionStages.WithTemplate in com.azure.resourcemanager.resources.models
Subinterfaces of Deployment.DefinitionStages.WithTemplate in com.azure.resourcemanager.resources.models Modifier and Type Interface Description static interfaceDeployment.DefinitionContainer interface for all the deployment definitions.Methods in com.azure.resourcemanager.resources.models that return Deployment.DefinitionStages.WithTemplate Modifier and Type Method Description Deployment.DefinitionStages.WithTemplateDeployment.DefinitionStages.WithGroup. withNewResourceGroup(Creatable<ResourceGroup> groupDefinition)Creates a new resource group to put the resource in, based on the definition specified.Deployment.DefinitionStages.WithTemplateDeployment.DefinitionStages.WithGroup. withNewResourceGroup(String name, com.azure.core.management.Region region)Creates a new resource group to put the deployment in.
-