Freigeben über


HDInsightApplicationCollection Klasse

Definition

Eine Klasse, die eine Auflistung von HDInsightApplicationResource und deren Vorgänge darstellt. Jedes HDInsightApplicationResource in der Auflistung gehört zum gleichen instance von HDInsightClusterResource. Um einen HDInsightApplicationCollection instance rufen Sie die GetHDInsightApplications-Methode aus einer instance von aufHDInsightClusterResource.

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

Konstruktoren

HDInsightApplicationCollection()

Initialisiert eine neue instance der HDInsightApplicationCollection -Klasse zum Mocking.

Eigenschaften

Client

Ruft die Ressource ab, aus ArmClient der 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, HDInsightApplicationData, CancellationToken)

Erstellt Anwendungen für den HDInsight-Cluster.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • Vorgang IdApplications_Create
CreateOrUpdateAsync(WaitUntil, String, HDInsightApplicationData, CancellationToken)

Erstellt Anwendungen für den HDInsight-Cluster.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • Vorgang IdApplications_Create
Exists(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • Vorgang IdApplications_Get
ExistsAsync(String, CancellationToken)

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

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • Vorgang IdApplications_Get
Get(String, CancellationToken)

Ruft Eigenschaften der angegebenen Anwendung ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • Vorgang IdApplications_Get
GetAll(CancellationToken)

Listet alle Anwendungen für den HDInsight-Cluster auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications
  • Vorgang IdApplications_ListByCluster
GetAllAsync(CancellationToken)

Listet alle Anwendungen für den HDInsight-Cluster auf.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications
  • Vorgang IdApplications_ListByCluster
GetAsync(String, CancellationToken)

Ruft Eigenschaften der angegebenen Anwendung ab.

  • Anfordern von Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.HDInsight/clusters/{clusterName}/applications/{applicationName}
  • Vorgang IdApplications_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<HDInsightApplicationResource>.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<HDInsightApplicationResource>.GetEnumerator()

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

Gilt für: