Uses of Interface
com.azure.resourcemanager.resources.models.Deployment.DefinitionStages.WithParameters
Packages that use Deployment.DefinitionStages.WithParameters
Package
Description
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.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the deployment definitions.Methods in com.azure.resourcemanager.resources.models that return Deployment.DefinitionStages.WithParametersModifier and TypeMethodDescriptionDeployment.DefinitionStages.WithTemplate.withTemplate(Object template) Specifies the template as a Java object.Deployment.DefinitionStages.WithTemplate.withTemplate(String templateJson) Specifies the template as a JSON string.Deployment.DefinitionStages.WithTemplate.withTemplateLink(String uri, String contentVersion) Specifies the template as a URL.