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