AppPlatformServiceResource.GetAppPlatformGateway 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.
Rufen Sie das Spring Cloud Gateway und die zugehörigen Eigenschaften ab.
- Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}
- Vorgang IdGateways_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource> GetAppPlatformGateway (string gatewayName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformGateway : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
override this.GetAppPlatformGateway : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayResource>
Public Overridable Function GetAppPlatformGateway (gatewayName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformGatewayResource)
Parameter
- gatewayName
- String
Der Name von Spring Cloud Gateway.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
gatewayName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
gatewayName
ist NULL.