Deployment.DefinitionStages.WithMode Interface
public interface WithMode
A deployment definition allowing the deployment mode to be specified.
Method Summary
Modifier and Type | Method and Description |
---|---|
Deployment. |
withMode(DeploymentMode mode)
Specifies the deployment mode. |
Method Details
withMode
public WithCreate withMode(DeploymentMode mode)
Specifies the deployment mode.
Parameters:
mode
- the mode of the deployment
Returns:
the next stage of the definition
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java