CassandraDataCentersClient Interface
public interface CassandraDataCentersClient
An instance of this class provides access to all the operations defined in CassandraDataCentersClient.
Method Summary
Method Details
beginCreateUpdate
public abstract SyncPoller
Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
Parameters:
Returns:
beginCreateUpdate
public abstract SyncPoller
Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
Parameters:
Returns:
beginCreateUpdateAsync
public abstract PollerFlux
Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete a managed Cassandra data center.
Parameters:
Returns:
beginDelete
public abstract SyncPoller
Delete a managed Cassandra data center.
Parameters:
Returns:
beginDeleteAsync
public abstract PollerFlux
Delete a managed Cassandra data center.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Update some of the properties of a managed Cassandra data center.
Parameters:
Returns:
beginUpdate
public abstract SyncPoller
Update some of the properties of a managed Cassandra data center.
Parameters:
Returns:
beginUpdateAsync
public abstract PollerFlux
Update some of the properties of a managed Cassandra data center.
Parameters:
Returns:
createUpdate
public abstract DataCenterResourceInner createUpdate(String resourceGroupName, String clusterName, String dataCenterName, DataCenterResourceInner body)
Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
Parameters:
Returns:
createUpdate
public abstract DataCenterResourceInner createUpdate(String resourceGroupName, String clusterName, String dataCenterName, DataCenterResourceInner body, Context context)
Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
Parameters:
Returns:
createUpdateAsync
public abstract Mono
Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
Parameters:
Returns:
createUpdateWithResponseAsync
public abstract Mono
Create or update a managed Cassandra data center. When updating, overwrite all properties. To update only some properties, use PATCH.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String clusterName, String dataCenterName)
Delete a managed Cassandra data center.
Parameters:
delete
public abstract void delete(String resourceGroupName, String clusterName, String dataCenterName, Context context)
Delete a managed Cassandra data center.
Parameters:
deleteAsync
public abstract Mono
Delete a managed Cassandra data center.
Parameters:
Returns:
deleteWithResponseAsync
public abstract Mono
Delete a managed Cassandra data center.
Parameters:
Returns:
get
public abstract DataCenterResourceInner get(String resourceGroupName, String clusterName, String dataCenterName)
Get the properties of a managed Cassandra data center.
Parameters:
Returns:
getAsync
public abstract Mono
Get the properties of a managed Cassandra data center.
Parameters:
Returns:
getWithResponse
public abstract Response
Get the properties of a managed Cassandra data center.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Get the properties of a managed Cassandra data center.
Parameters:
Returns:
list
public abstract PagedIterable
List all data centers in a particular managed Cassandra cluster.
Parameters:
Returns:
list
public abstract PagedIterable
List all data centers in a particular managed Cassandra cluster.
Parameters:
Returns:
listAsync
public abstract PagedFlux
List all data centers in a particular managed Cassandra cluster.
Parameters:
Returns:
update
public abstract DataCenterResourceInner update(String resourceGroupName, String clusterName, String dataCenterName, DataCenterResourceInner body)
Update some of the properties of a managed Cassandra data center.
Parameters:
Returns:
update
public abstract DataCenterResourceInner update(String resourceGroupName, String clusterName, String dataCenterName, DataCenterResourceInner body, Context context)
Update some of the properties of a managed Cassandra data center.
Parameters:
Returns:
updateAsync
public abstract Mono
Update some of the properties of a managed Cassandra data center.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Update some of the properties of a managed Cassandra data center.
Parameters:
Returns:
Applies to
Azure SDK for Java