Freigeben über


IApplicationsOperations Schnittstelle

Definition

AnwendungenOperationsvorgänge.

public interface IApplicationsOperations
type IApplicationsOperations = interface
Public Interface IApplicationsOperations

Methoden

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ApplicationResource, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert eine Service Fabric-Anwendungsressource.

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

Löscht eine Service Fabric-Anwendungsressource.

BeginUpdateWithHttpMessagesAsync(String, String, String, ApplicationResourceUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates eine Service Fabric-Anwendungsressource.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ApplicationResource, Dictionary<String,List<String>>, CancellationToken)

Erstellt oder aktualisiert eine Service Fabric-Anwendungsressource.

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

Löscht eine Service Fabric-Anwendungsressource.

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

Ruft eine Service Fabric-Anwendungsressource ab.

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

Ruft die Liste der Anwendungsressourcen ab, die in der angegebenen Service Fabric-Clusterressource erstellt wurden.

UpdateWithHttpMessagesAsync(String, String, String, ApplicationResourceUpdate, Dictionary<String,List<String>>, CancellationToken)

Updates eine Service Fabric-Anwendungsressource.

Erweiterungsmethoden

BeginCreateOrUpdate(IApplicationsOperations, String, String, String, ApplicationResource)

Erstellt oder aktualisiert eine Service Fabric-Anwendungsressource.

BeginCreateOrUpdateAsync(IApplicationsOperations, String, String, String, ApplicationResource, CancellationToken)

Erstellt oder aktualisiert eine Service Fabric-Anwendungsressource.

BeginDelete(IApplicationsOperations, String, String, String)

Löscht eine Service Fabric-Anwendungsressource.

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

Löscht eine Service Fabric-Anwendungsressource.

BeginUpdate(IApplicationsOperations, String, String, String, ApplicationResourceUpdate)

Updates eine Service Fabric-Anwendungsressource.

BeginUpdateAsync(IApplicationsOperations, String, String, String, ApplicationResourceUpdate, CancellationToken)

Updates eine Service Fabric-Anwendungsressource.

CreateOrUpdate(IApplicationsOperations, String, String, String, ApplicationResource)

Erstellt oder aktualisiert eine Service Fabric-Anwendungsressource.

CreateOrUpdateAsync(IApplicationsOperations, String, String, String, ApplicationResource, CancellationToken)

Erstellt oder aktualisiert eine Service Fabric-Anwendungsressource.

Delete(IApplicationsOperations, String, String, String)

Löscht eine Service Fabric-Anwendungsressource.

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

Löscht eine Service Fabric-Anwendungsressource.

Get(IApplicationsOperations, String, String, String)

Ruft eine Service Fabric-Anwendungsressource ab.

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

Ruft eine Service Fabric-Anwendungsressource ab.

List(IApplicationsOperations, String, String)

Ruft die Liste der Anwendungsressourcen ab, die in der angegebenen Service Fabric-Clusterressource erstellt wurden.

ListAsync(IApplicationsOperations, String, String, CancellationToken)

Ruft die Liste der Anwendungsressourcen ab, die in der angegebenen Service Fabric-Clusterressource erstellt wurden.

Update(IApplicationsOperations, String, String, String, ApplicationResourceUpdate)

Updates eine Service Fabric-Anwendungsressource.

UpdateAsync(IApplicationsOperations, String, String, String, ApplicationResourceUpdate, CancellationToken)

Updates eine Service Fabric-Anwendungsressource.

Gilt für: