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
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for .NET