Freigeben über


AppPlatformDeploymentCollection Klasse

Definition

Eine Klasse, die eine Auflistung von und deren AppPlatformDeploymentResource Vorgänge darstellt. Jedes AppPlatformDeploymentResource in der Auflistung gehört zum gleichen instance von AppPlatformAppResource. Um eine AppPlatformDeploymentCollection instance rufen Sie die GetAppPlatformDeployments-Methode aus einer instance von aufAppPlatformAppResource.

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

Konstruktoren

AppPlatformDeploymentCollection()

Initialisiert eine neue instance der -Klasse für die AppPlatformDeploymentCollection 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, AppPlatformDeploymentData, CancellationToken)

Erstellen Sie eine neue Bereitstellung, oder aktualisieren Sie eine beendende Bereitstellung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}
  • Vorgangs-IdDeployments_CreateOrUpdate
CreateOrUpdateAsync(WaitUntil, String, AppPlatformDeploymentData, CancellationToken)

Erstellen Sie eine neue Bereitstellung, oder aktualisieren Sie eine beendende Bereitstellung.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}
  • Vorgangs-IdDeployments_CreateOrUpdate
Exists(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}
  • Vorgangs-IdDeployments_Get
ExistsAsync(String, CancellationToken)

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}
  • Vorgangs-IdDeployments_Get
Get(String, CancellationToken)

Ruft eine Bereitstellung und ihre Eigenschaften ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}
  • Vorgangs-IdDeployments_Get
GetAll(IEnumerable<String>, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einer App.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments
  • Vorgangs-IdDeployments_List
GetAllAsync(IEnumerable<String>, CancellationToken)

Verarbeitet Anforderungen zum Auflisten aller Ressourcen in einer App.

  • Anforderungspfad/Abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments
  • Vorgangs-IdDeployments_List
GetAsync(String, CancellationToken)

Ruft eine Bereitstellung und ihre Eigenschaften ab.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AppPlatform/Spring/{serviceName}/apps/{appName}/deployments/{deploymentName}
  • Vorgangs-IdDeployments_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<AppPlatformDeploymentResource>.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<AppPlatformDeploymentResource>.GetEnumerator()

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

Gilt für: