Delen via


IDatastoresOperations Interface

Definitie

GegevensarchievenBewerkingen.

public interface IDatastoresOperations
type IDatastoresOperations = interface
Public Interface IDatastoresOperations

Methoden

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

Een gegevensarchief maken of bijwerken in een privécloudcluster

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

Een gegevensarchief in een privécloudcluster verwijderen

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

Een gegevensarchief maken of bijwerken in een privécloudcluster

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

Een gegevensarchief in een privécloudcluster verwijderen

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

Een gegevensarchief ophalen in een privécloudcluster

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

Gegevensarchieven in een privécloudcluster weergeven

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

Gegevensarchieven in een privécloudcluster weergeven

Extensiemethoden

BeginCreateOrUpdate(IDatastoresOperations, String, String, String, String, Datastore)

Een gegevensarchief maken of bijwerken in een privécloudcluster

BeginCreateOrUpdateAsync(IDatastoresOperations, String, String, String, String, Datastore, CancellationToken)

Een gegevensarchief maken of bijwerken in een privécloudcluster

BeginDelete(IDatastoresOperations, String, String, String, String)

Een gegevensarchief in een privécloudcluster verwijderen

BeginDeleteAsync(IDatastoresOperations, String, String, String, String, CancellationToken)

Een gegevensarchief in een privécloudcluster verwijderen

CreateOrUpdate(IDatastoresOperations, String, String, String, String, Datastore)

Een gegevensarchief maken of bijwerken in een privécloudcluster

CreateOrUpdateAsync(IDatastoresOperations, String, String, String, String, Datastore, CancellationToken)

Een gegevensarchief maken of bijwerken in een privécloudcluster

Delete(IDatastoresOperations, String, String, String, String)

Een gegevensarchief in een privécloudcluster verwijderen

DeleteAsync(IDatastoresOperations, String, String, String, String, CancellationToken)

Een gegevensarchief in een privécloudcluster verwijderen

Get(IDatastoresOperations, String, String, String, String)

Een gegevensarchief ophalen in een privécloudcluster

GetAsync(IDatastoresOperations, String, String, String, String, CancellationToken)

Een gegevensarchief ophalen in een privécloudcluster

List(IDatastoresOperations, String, String, String)

Gegevensarchieven in een privécloudcluster weergeven

ListAsync(IDatastoresOperations, String, String, String, CancellationToken)

Gegevensarchieven in een privécloudcluster weergeven

ListNext(IDatastoresOperations, String)

Gegevensarchieven in een privécloudcluster weergeven

ListNextAsync(IDatastoresOperations, String, CancellationToken)

Gegevensarchieven in een privécloudcluster weergeven

Van toepassing op