Freigeben über


AppPlatformServiceResource.GetAppPlatformApiPortal Methode

Definition

Rufen Sie das API-Portal und die zugehörigen Eigenschaften ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals/{apiPortalName}
  • Vorgang IdApiPortals_Get
public virtual Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource> GetAppPlatformApiPortal (string apiPortalName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAppPlatformApiPortal : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource>
override this.GetAppPlatformApiPortal : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource>
Public Overridable Function GetAppPlatformApiPortal (apiPortalName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AppPlatformApiPortalResource)

Parameter

apiPortalName
String

Der Name des API-Portals.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

apiPortalName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

apiPortalName ist NULL.

Gilt für: