Uses of Interface
com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithTemplate
-
Packages that use Deployment.DefinitionStages.WithTemplate Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of Deployment.DefinitionStages.WithTemplate in com.microsoft.azure.management.resources
Subinterfaces of Deployment.DefinitionStages.WithTemplate in com.microsoft.azure.management.resources Modifier and Type Interface Description static interfaceDeployment.DefinitionContainer interface for all the deployment definitions.Methods in com.microsoft.azure.management.resources 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, Region region)Creates a new resource group to put the deployment in.
-