IUpdate.WithPriority(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.