Freigeben über


AppPlatformApiPortalCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AppPlatformApiPortalResource Vorgänge darstellt. Jedes AppPlatformApiPortalResource in der Auflistung gehört zum gleichen instance von AppPlatformServiceResource. Um eine AppPlatformApiPortalCollection instance rufen Sie die GetAppPlatformApiPortals-Methode aus einer instance von aufAppPlatformServiceResource.

public class AppPlatformApiPortalCollection : Azure.ResourceManager.ArmCollection, System.Collections.Generic.IAsyncEnumerable<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource>, System.Collections.Generic.IEnumerable<Azure.ResourceManager.AppPlatform.AppPlatformApiPortalResource>
type AppPlatformApiPortalCollection = class
    inherit ArmCollection
    interface seq<AppPlatformApiPortalResource>
    interface IEnumerable
    interface IAsyncEnumerable<AppPlatformApiPortalResource>
Public Class AppPlatformApiPortalCollection
Inherits ArmCollection
Implements IAsyncEnumerable(Of AppPlatformApiPortalResource), IEnumerable(Of AppPlatformApiPortalResource)
Vererbung
AppPlatformApiPortalCollection
Implementiert

Konstruktoren

AppPlatformApiPortalCollection()

Initialisiert eine neue instance der -Klasse für die AppPlatformApiPortalCollection Simulation.

Eigenschaften

Client

Ruft den ArmClient ab, aus dem dieser Ressourcenclient erstellt wurde.

(Geerbt von ArmCollection)
Diagnostics

Ruft die Diagnoseoptionen für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Endpoint

Ruft den Basis-URI für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)
Id

Ruft den Ressourcenbezeichner ab.

(Geerbt von ArmCollection)
Pipeline

Ruft die Pipeline für diesen Ressourcenclient ab.

(Geerbt von ArmCollection)

Methoden

CreateOrUpdate(WaitUntil, String, AppPlatformApiPortalData, CancellationToken)

Erstellen Sie das STANDARD-API-Portal, oder aktualisieren Sie das vorhandene API-Portal.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals/{apiPortalName}
  • Vorgangs-IdApiPortals_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AppPlatformApiPortalData, CancellationToken)

Erstellen Sie das STANDARD-API-Portal, oder aktualisieren Sie das vorhandene API-Portal.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals/{apiPortalName}
  • Vorgangs-IdApiPortals_CreateOrUpdate
Exists(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals/{apiPortalName}
  • Vorgangs-IdApiPortals_Get
ExistsAsync(String, CancellationToken)

Überprüft, ob die Ressource in Azure vorhanden ist.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals/{apiPortalName}
  • Vorgangs-IdApiPortals_Get
Get(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals/{apiPortalName}
  • Vorgangs-IdApiPortals_Get
GetAll(CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Dienst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals
  • Vorgangs-IdApiPortals_List
GetAllAsync(CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einem Dienst.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals
  • Vorgangs-IdApiPortals_List
GetAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apiPortals/{apiPortalName}
  • Vorgangs-IdApiPortals_Get
TryGetApiVersion(ResourceType, String)

Ruft die API-Version außer Kraft, wenn sie für die aktuellen Clientoptionen festgelegt wurde.

(Geerbt von ArmCollection)

Explizite Schnittstellenimplementierungen

IAsyncEnumerable<AppPlatformApiPortalResource>.GetAsyncEnumerator(CancellationToken)

Gibt einen Enumerator zurück, der die Sammlung asynchron durchläuft.

IEnumerable.GetEnumerator()

Gibt einen Enumerator zurück, der eine Auflistung durchläuft.

IEnumerable<AppPlatformApiPortalResource>.GetEnumerator()

Gibt einen Enumerator zurück, der die Auflistung durchläuft.

Gilt für: