AppPlatformGatewayResource.GetAppPlatformGatewayCustomDomainAsync 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 die benutzerdefinierte Spring Cloud Gateway-Domäne ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/domains/{domainName}
- Vorgangs-IdGatewayCustomDomains_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayCustomDomainResource>> GetAppPlatformGatewayCustomDomainAsync (string domainName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformGatewayCustomDomainAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayCustomDomainResource>>
override this.GetAppPlatformGatewayCustomDomainAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayCustomDomainResource>>
Public Overridable Function GetAppPlatformGatewayCustomDomainAsync (domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformGatewayCustomDomainResource))
Parameter
- domainName
- String
Der Name der benutzerdefinierten Spring Cloud Gateway-Domäne.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
domainName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
domainName
ist NULL.