Deployment.DefinitionStages.WithMode Interface
public static interface Deployment.DefinitionStages.WithMode
A deployment definition allowing the deployment mode to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withMode(DeploymentMode mode)
Specifies the deployment mode. |
Method Details
withMode
public abstract Deployment.DefinitionStages.WithCreate withMode(DeploymentMode mode)
Specifies the deployment mode.
Parameters:
mode
- the mode of the deployment
Returns:
the next stage of the definition
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java