Deployment.UpdateStages.WithMode Interface
public static interface Deployment.UpdateStages.WithMode
A deployment update allowing to change the deployment mode.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update |
withMode(DeploymentMode mode)
Specifies the deployment mode. |
Method Details
withMode
public abstract Deployment.Update withMode(DeploymentMode mode)
Specifies the deployment mode.
Parameters:
mode
- the mode of the deployment
Returns:
the next stage of the deployment update
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java