ApplicationDefinition.DefinitionStages.WithManagementPolicy Interface

public static interface ApplicationDefinition.DefinitionStages.WithManagementPolicy

The stage of the ApplicationDefinition definition allowing to specify managementPolicy.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withManagementPolicy(ApplicationManagementPolicy managementPolicy)

Specifies the managementPolicy property: The managed application management policy that determines publisher's access to the managed resource group..

Method Details

withManagementPolicy

public abstract ApplicationDefinition.DefinitionStages.WithCreate withManagementPolicy(ApplicationManagementPolicy managementPolicy)

Specifies the managementPolicy property: The managed application management policy that determines publisher's access to the managed resource group..

Parameters:

managementPolicy - The managed application management policy that determines publisher's access to the managed resource group.

Returns:

the next definition stage.

Applies to