Freigeben über


AppPlatformApiPortalResource.GetAppPlatformApiPortalCustomDomain Methode

Definition

Rufen Sie die benutzerdefinierte Domäne des API-Portals ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals/{apiPortalName}/domains/{domainName}
  • Vorgangs-IdApiPortalCustomDomains_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalCustomDomainResource> GetAppPlatformApiPortalCustomDomain (string domainName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformApiPortalCustomDomain : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalCustomDomainResource>
override this.GetAppPlatformApiPortalCustomDomain : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalCustomDomainResource>
Public Overridable Function GetAppPlatformApiPortalCustomDomain (domainName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformApiPortalCustomDomainResource)

Parameter

domainName
String

Der Name der benutzerdefinierten Domäne des API-Portals.

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.

Gilt für: