PolicyDefinition.DefinitionStages.WithPolicyType Interface

public static interface PolicyDefinition.DefinitionStages.WithPolicyType

A policy definition specifying the policy type to be blob.

Method Summary

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

Specifies the type of the policy.

Method Details

withPolicyType

public abstract PolicyDefinition.DefinitionStages.WithCreate 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 definition

Applies to