Freigeben über


IApplicationsOperations Schnittstelle

Definition

AnwendungenOperationsvorgänge.

public interface IApplicationsOperations
type IApplicationsOperations = interface
Public Interface IApplicationsOperations

Methoden

BeginCreateWithHttpMessagesAsync(String, String, String, Application, Dictionary<String,List<String>>, CancellationToken)

Erstellt Anwendungen für den HDInsight-Cluster.

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Löscht die angegebene Anwendung im HDInsight-Cluster.

CreateWithHttpMessagesAsync(String, String, String, Application, Dictionary<String,List<String>>, CancellationToken)

Erstellt Anwendungen für den HDInsight-Cluster.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Löscht die angegebene Anwendung im HDInsight-Cluster.

GetAzureAsyncOperationStatusWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft den asynchronen Vorgang status ab.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft Eigenschaften der angegebenen Anwendung ab.

ListByClusterNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByClusterWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

Erweiterungsmethoden

BeginCreate(IApplicationsOperations, String, String, String, Application)

Erstellt Anwendungen für den HDInsight-Cluster.

BeginCreateAsync(IApplicationsOperations, String, String, String, Application, CancellationToken)

Erstellt Anwendungen für den HDInsight-Cluster.

BeginDelete(IApplicationsOperations, String, String, String)

Löscht die angegebene Anwendung im HDInsight-Cluster.

BeginDeleteAsync(IApplicationsOperations, String, String, String, CancellationToken)

Löscht die angegebene Anwendung im HDInsight-Cluster.

Create(IApplicationsOperations, String, String, String, Application)

Erstellt Anwendungen für den HDInsight-Cluster.

CreateAsync(IApplicationsOperations, String, String, String, Application, CancellationToken)

Erstellt Anwendungen für den HDInsight-Cluster.

Delete(IApplicationsOperations, String, String, String)

Löscht die angegebene Anwendung im HDInsight-Cluster.

DeleteAsync(IApplicationsOperations, String, String, String, CancellationToken)

Löscht die angegebene Anwendung im HDInsight-Cluster.

Get(IApplicationsOperations, String, String, String)

Ruft Eigenschaften der angegebenen Anwendung ab.

GetAsync(IApplicationsOperations, String, String, String, CancellationToken)

Ruft Eigenschaften der angegebenen Anwendung ab.

GetAzureAsyncOperationStatus(IApplicationsOperations, String, String, String, String)

Ruft den asynchronen Vorgang status ab.

GetAzureAsyncOperationStatusAsync(IApplicationsOperations, String, String, String, String, CancellationToken)

Ruft den asynchronen Vorgang status ab.

ListByCluster(IApplicationsOperations, String, String)

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

ListByClusterAsync(IApplicationsOperations, String, String, CancellationToken)

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

ListByClusterNext(IApplicationsOperations, String)

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

ListByClusterNextAsync(IApplicationsOperations, String, CancellationToken)

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

Gilt für: