AppPlatformServiceResource.GetAppPlatformApiPortal 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 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.