AdminRuleCollectionsOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Erstellt oder aktualisiert eine Sammlung von Administratorregeln.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.AdminRuleCollection> CreateOrUpdateAsync (this Microsoft.Azure.Management.Network.IAdminRuleCollectionsOperations operations, Microsoft.Azure.Management.Network.Models.AdminRuleCollection ruleCollection, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Network.IAdminRuleCollectionsOperations * Microsoft.Azure.Management.Network.Models.AdminRuleCollection * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.AdminRuleCollection>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IAdminRuleCollectionsOperations, ruleCollection As AdminRuleCollection, resourceGroupName As String, networkManagerName As String, configurationName As String, ruleCollectionName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AdminRuleCollection)
Parameter
- operations
- IAdminRuleCollectionsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- ruleCollection
- AdminRuleCollection
Die zu erstellende oder zu aktualisierende Regelsammlung
- resourceGroupName
- String
Der Name der Ressourcengruppe.
- networkManagerName
- String
Der Name des Netzwerk-Managers.
- configurationName
- String
Der Name des Netzwerk-Managers Sicherheitskonfiguration.
- ruleCollectionName
- String
Der Name der Netzwerk-Manager-Sicherheitsregelsammlung configuration.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Gilt für:
Azure SDK for .NET