Share via


IWithAttach<ParentT>.WithPriority(Int32) Method

Definition

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

public Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithAttach<ParentT> WithPriority (int priority);
abstract member WithPriority : int -> Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithAttach<'ParentT>
Public Function WithPriority (priority As Integer) As IWithAttach(Of ParentT)

Parameters

priority
Int32

The priority number in the range 100 to 4096.

Returns

Applies to