AppPlatformApiPortalResource.GetAppPlatformApiPortalCustomDomainAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenez le domaine personnalisé du portail d’API.
- Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals/{apiPortalName}/domains/{domainName}
- IdApiPortalCustomDomains_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalCustomDomainResource>> GetAppPlatformApiPortalCustomDomainAsync (string domainName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformApiPortalCustomDomainAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalCustomDomainResource>>
override this.GetAppPlatformApiPortalCustomDomainAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalCustomDomainResource>>
Public Overridable Function GetAppPlatformApiPortalCustomDomainAsync (domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AppPlatformApiPortalCustomDomainResource))
Paramètres
- domainName
- String
Nom du domaine personnalisé du portail d’API.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
domainName
est une chaîne vide et devait être non vide.
domainName
a la valeur null.