IUpdate.WithPriority(Int32) Method

Definition

Specifies the priority to assign to this security rule. Security rules are applied in the order of their assigned priority.

public Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IUpdate WithPriority (int priority);
abstract member WithPriority : int -> Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IUpdate
Public Function WithPriority (priority As Integer) As IUpdate

Parameters

priority
Int32

The priority number in the range 100 to 4096.

Returns

Applies to