Freigeben über


SecurityRulesOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellt oder aktualisiert eine Sicherheitsregel in der angegebenen Netzwerksicherheitsgruppe.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleInner> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.Fluent.ISecurityRulesOperations operations, string resourceGroupName, string networkSecurityGroupName, string securityRuleName, Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleInner securityRuleParameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.Fluent.ISecurityRulesOperations * string * string * string * Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Fluent.Models.SecurityRuleInner>
<Extension()>
Public Function CreateOrUpdateAsync (operations As ISecurityRulesOperations, resourceGroupName As String, networkSecurityGroupName As String, securityRuleName As String, securityRuleParameters As SecurityRuleInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SecurityRuleInner)

Parameter

operations
ISecurityRulesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe.

networkSecurityGroupName
String

Der Name der Netzwerksicherheitsgruppe.

securityRuleName
String

Der Name der Sicherheitsregel.

securityRuleParameters
SecurityRuleInner

Parameter, die für den Vorgang zum Erstellen oder Aktualisieren der Netzwerksicherheitsregel bereitgestellt werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: