Deployment.DefinitionStages.WithTemplate Interface
public static interface Deployment.DefinitionStages.WithTemplate
A deployment definition allowing the template to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withTemplate(Object template)
Specifies the template as a Java object. |
abstract
With |
withTemplate(String templateJson)
Specifies the template as a JSON string. |
abstract
With |
withTemplateLink(String uri, String contentVersion)
Specifies the template as a URL. |
Method Details
withTemplate
public abstract Deployment.DefinitionStages.WithParameters withTemplate(Object template)
Specifies the template as a Java object.
Parameters:
Returns:
withTemplate
public abstract Deployment.DefinitionStages.WithParameters withTemplate(String templateJson)
Specifies the template as a JSON string.
Parameters:
Returns:
Throws:
withTemplateLink
public abstract Deployment.DefinitionStages.WithParameters withTemplateLink(String uri, String contentVersion)
Specifies the template as a URL.
Parameters:
Returns:
Applies to
Azure SDK for Java