Freigeben über


ManagedNetworkFabricExtensions.GetNetworkFabricAccessControlList Methode

Definition

Implementiert Access Control List GET-Methode.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedNetworkFabric/accessControlLists/{accessControlListName}
  • Vorgang IdAccessControlLists_Get
public static Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricAccessControlListResource> GetNetworkFabricAccessControlList (this Azure.ResourceManager.Resources.ResourceGroupResource resourceGroupResource, string accessControlListName, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkFabricAccessControlList : Azure.ResourceManager.Resources.ResourceGroupResource * string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ManagedNetworkFabric.NetworkFabricAccessControlListResource>
<Extension()>
Public Function GetNetworkFabricAccessControlList (resourceGroupResource As ResourceGroupResource, accessControlListName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NetworkFabricAccessControlListResource)

Parameter

resourceGroupResource
ResourceGroupResource

Der ResourceGroupResource instance, für den die Methode ausgeführt wird.

accessControlListName
String

Name der Access Control-Liste.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

accessControlListName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

accessControlListName ist NULL.

Gilt für: