AdminRuleCollectionsOperationsExtensions.GetAsync 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.
Ruft eine Netzwerk-Manager-Sicherheitsadministratorkonfigurationsregelsammlung ab.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.AdminRuleCollection> GetAsync (this Microsoft.Azure.Management.Network.IAdminRuleCollectionsOperations operations, string resourceGroupName, string networkManagerName, string configurationName, string ruleCollectionName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Network.IAdminRuleCollectionsOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Network.Models.AdminRuleCollection>
<Extension()>
Public Function GetAsync (operations As IAdminRuleCollectionsOperations, 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.
- 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