Freigeben über


ApplicationGatewayCollection.Get(String, CancellationToken) Methode

Definition

Ruft das angegebene Anwendungsgateway ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}
  • Vorgang IdApplicationGateways_Get
public virtual Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayResource> Get (string applicationGatewayName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Network.ApplicationGatewayResource>
Public Overridable Function Get (applicationGatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApplicationGatewayResource)

Parameter

applicationGatewayName
String

Der Name des Anwendungsgateways.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

applicationGatewayName ist NULL.

Gilt für: