Freigeben über


IApplicationTypeVersionsOperations Schnittstelle

Definition

ApplicationTypeVersionsOperations-Vorgänge.

public interface IApplicationTypeVersionsOperations
type IApplicationTypeVersionsOperations = interface
Public Interface IApplicationTypeVersionsOperations

Methoden

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

Erstellt oder aktualisiert eine Service Fabric-Anwendungstypversionsressource.

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

Löscht eine Service Fabric-Anwendungstypversionsressource.

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

Erstellt oder aktualisiert eine Service Fabric-Anwendungstypversionsressource.

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

Löscht eine Service Fabric-Anwendungstypversionsressource.

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

Ruft eine Service Fabric-Anwendungstypversionsressource ab.

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

Ruft die Liste der Anwendungstypversionsressourcen ab, die in der angegebenen Service Fabric-Anwendungstypnamenressource erstellt wurden.

Erweiterungsmethoden

BeginCreateOrUpdate(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource)

Erstellt oder aktualisiert eine Service Fabric-Anwendungstypversionsressource.

BeginCreateOrUpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource, CancellationToken)

Erstellt oder aktualisiert eine Service Fabric-Anwendungstypversionsressource.

BeginDelete(IApplicationTypeVersionsOperations, String, String, String, String)

Löscht eine Service Fabric-Anwendungstypversionsressource.

BeginDeleteAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

Löscht eine Service Fabric-Anwendungstypversionsressource.

CreateOrUpdate(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource)

Erstellt oder aktualisiert eine Service Fabric-Anwendungstypversionsressource.

CreateOrUpdateAsync(IApplicationTypeVersionsOperations, String, String, String, String, ApplicationTypeVersionResource, CancellationToken)

Erstellt oder aktualisiert eine Service Fabric-Anwendungstypversionsressource.

Delete(IApplicationTypeVersionsOperations, String, String, String, String)

Löscht eine Service Fabric-Anwendungstypversionsressource.

DeleteAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

Löscht eine Service Fabric-Anwendungstypversionsressource.

Get(IApplicationTypeVersionsOperations, String, String, String, String)

Ruft eine Service Fabric-Anwendungstypversionsressource ab.

GetAsync(IApplicationTypeVersionsOperations, String, String, String, String, CancellationToken)

Ruft eine Service Fabric-Anwendungstypversionsressource ab.

List(IApplicationTypeVersionsOperations, String, String, String)

Ruft die Liste der Anwendungstypversionsressourcen ab, die in der angegebenen Service Fabric-Anwendungstypnamenressource erstellt wurden.

ListAsync(IApplicationTypeVersionsOperations, String, String, String, CancellationToken)

Ruft die Liste der Anwendungstypversionsressourcen ab, die in der angegebenen Service Fabric-Anwendungstypnamenressource erstellt wurden.

Gilt für: