NetworkSecurityRule.DefinitionStages.WithPriority<ParentT> Interface

Type Parameters

ParentT

the stage of the parent definition to return to after attaching this definition

public static interface NetworkSecurityRule.DefinitionStages.WithPriority

The stage of the network rule definition allowing the priority to be specified.

Method Summary

Modifier and Type Method and Description
abstract WithAttach<ParentT> withPriority(int priority)

Specifies the priority to assign to this rule.

Method Details

withPriority

public abstract NetworkSecurityRule.DefinitionStages.WithAttach withPriority(int priority)

Specifies the priority to assign to this rule.

Security rules are applied in the order of their assigned priority.

Parameters:

priority - the priority number in the range 100 to 4096

Returns:

the next stage

Applies to