ApplicationDefinition.DefinitionStages.WithPolicies Interface
public static interface ApplicationDefinition.DefinitionStages.WithPolicies
The stage of the ApplicationDefinition definition allowing to specify policies.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withPolicies(List<ApplicationPolicy> policies)
Specifies the policies property: The managed application provider policies.. |
Method Details
withPolicies
public abstract ApplicationDefinition.DefinitionStages.WithCreate withPolicies(List
Specifies the policies property: The managed application provider policies..
Parameters:
policies
- The managed application provider policies.
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