PolicyDefinition.UpdateStages.WithPolicyType Interface

public static interface PolicyDefinition.UpdateStages.WithPolicyType

A policy definition allowing the policy type to be set.

Method Summary

Modifier and Type Method and Description
abstract Update withPolicyType(PolicyType policyType)

Specifies the type of the policy.

Method Details

withPolicyType

public abstract PolicyDefinition.Update withPolicyType(PolicyType policyType)

Specifies the type of the policy. The default value is 'NotSpecified'.

Parameters:

policyType - the policy type enum

Returns:

the next stage of policy update

Applies to