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 WithCreate withPolicies(List<ApplicationPolicy> policies)

Specifies the policies property: The managed application provider policies..

Method Details

withPolicies

public abstract ApplicationDefinition.DefinitionStages.WithCreate withPolicies(List policies)

Specifies the policies property: The managed application provider policies..

Parameters:

policies - The managed application provider policies.

Returns:

the next definition stage.

Applies to