ApplicationDefinition.DefinitionStages.WithDeploymentPolicy Interface
public static interface ApplicationDefinition.DefinitionStages.WithDeploymentPolicy
The stage of the ApplicationDefinition definition allowing to specify deploymentPolicy.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withDeploymentPolicy(ApplicationDeploymentPolicy deploymentPolicy)
Specifies the deployment |
Method Details
withDeploymentPolicy
public abstract ApplicationDefinition.DefinitionStages.WithCreate withDeploymentPolicy(ApplicationDeploymentPolicy deploymentPolicy)
Specifies the deploymentPolicy property: The managed application deployment policy..
Parameters:
deploymentPolicy
- The managed application deployment policy.
Returns:
the next definition stage.
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