Partager via


AppPlatformGatewayCustomDomainCollection.GetAsync Méthode

Définition

Obtenez le domaine personnalisé Spring Cloud Gateway.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/gateways/{gatewayName}/domains/{domainName}
  • IdGatewayCustomDomains_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayCustomDomainResource>> GetAsync (string domainName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayCustomDomainResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformGatewayCustomDomainResource>>
Public Overridable Function GetAsync (domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformGatewayCustomDomainResource))

Paramètres

domainName
String

Nom du domaine personnalisé Spring Cloud Gateway.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

domainName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

domainName a la valeur null.

S’applique à