IWithAttach<ParentT>.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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET