Uses of Interface
com.azure.resourcemanager.resources.models.Deployment.DefinitionStages.WithParameters
-
Packages that use Deployment.DefinitionStages.WithParameters Package Description com.azure.resourcemanager.resources.models Package containing the data models for ResourceManagementClient. -
-
Uses of Deployment.DefinitionStages.WithParameters in com.azure.resourcemanager.resources.models
Subinterfaces of Deployment.DefinitionStages.WithParameters 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.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.
-