Uses of Interface
com.microsoft.azure.management.resources.Deployment.DefinitionStages.WithParameters
-
Packages that use Deployment.DefinitionStages.WithParameters Package Description com.microsoft.azure.management.resources This package contains the classes for ResourceManagementClient. -
-
Uses of Deployment.DefinitionStages.WithParameters in com.microsoft.azure.management.resources
Subinterfaces of Deployment.DefinitionStages.WithParameters 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.WithParameters Modifier and Type Method Description Deployment.DefinitionStages.WithParametersDeployment.DefinitionStages.WithTemplate. withTemplate(Object template)Specifies the template as a Java object.Deployment.DefinitionStages.WithParametersDeployment.DefinitionStages.WithTemplate. withTemplate(String templateJson)Specifies the template as a JSON string.Deployment.DefinitionStages.WithParametersDeployment.DefinitionStages.WithTemplate. withTemplateLink(String uri, String contentVersion)Specifies the template as a URL.
-