Sdílet prostřednictvím


ICassandraDataCentersOperations Interface

Definition

CassandraDataCentersOperations operations.

public interface ICassandraDataCentersOperations
type ICassandraDataCentersOperations = interface
Public Interface ICassandraDataCentersOperations

Methods

BeginCreateUpdateWithHttpMessagesAsync(String, String, String, DataCenterResource, Dictionary<String,List<String>>, CancellationToken)

Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.

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

Delete a managed Cassandra data center.

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

Update some of the properties of a managed Cassandra data center.

CreateUpdateWithHttpMessagesAsync(String, String, String, DataCenterResource, Dictionary<String,List<String>>, CancellationToken)

Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.

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

Delete a managed Cassandra data center.

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

Get the properties of a managed Cassandra data center.

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

List all data centers in a particular managed Cassandra cluster.

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

Update some of the properties of a managed Cassandra data center.

Extension Methods

BeginCreateUpdate(ICassandraDataCentersOperations, String, String, String, DataCenterResource)

Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.

BeginCreateUpdateAsync(ICassandraDataCentersOperations, String, String, String, DataCenterResource, CancellationToken)

Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.

BeginDelete(ICassandraDataCentersOperations, String, String, String)

Delete a managed Cassandra data center.

BeginDeleteAsync(ICassandraDataCentersOperations, String, String, String, CancellationToken)

Delete a managed Cassandra data center.

BeginUpdate(ICassandraDataCentersOperations, String, String, String, DataCenterResource)

Update some of the properties of a managed Cassandra data center.

BeginUpdateAsync(ICassandraDataCentersOperations, String, String, String, DataCenterResource, CancellationToken)

Update some of the properties of a managed Cassandra data center.

CreateUpdate(ICassandraDataCentersOperations, String, String, String, DataCenterResource)

Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.

CreateUpdateAsync(ICassandraDataCentersOperations, String, String, String, DataCenterResource, CancellationToken)

Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.

Delete(ICassandraDataCentersOperations, String, String, String)

Delete a managed Cassandra data center.

DeleteAsync(ICassandraDataCentersOperations, String, String, String, CancellationToken)

Delete a managed Cassandra data center.

Get(ICassandraDataCentersOperations, String, String, String)

Get the properties of a managed Cassandra data center.

GetAsync(ICassandraDataCentersOperations, String, String, String, CancellationToken)

Get the properties of a managed Cassandra data center.

List(ICassandraDataCentersOperations, String, String)

List all data centers in a particular managed Cassandra cluster.

ListAsync(ICassandraDataCentersOperations, String, String, CancellationToken)

List all data centers in a particular managed Cassandra cluster.

Update(ICassandraDataCentersOperations, String, String, String, DataCenterResource)

Update some of the properties of a managed Cassandra data center.

UpdateAsync(ICassandraDataCentersOperations, String, String, String, DataCenterResource, CancellationToken)

Update some of the properties of a managed Cassandra data center.

Applies to