IWithRule.UpdateRule(String) Method

Definition

Begins the description of an update of an existing security rule of this network security group.

public Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IUpdate UpdateRule (string name);
abstract member UpdateRule : string -> Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IUpdate
Public Function UpdateRule (name As String) As IUpdate

Parameters

name
String

The name of an existing security rule.

Returns

Applies to