Clusters Interface
public interface Clusters
Resource collection API of Clusters.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Blank |
define(String name)
Begins definition for a new SCCluster |
| abstract void |
delete(String resourceGroupName, String organizationName, String environmentId, String clusterId)
Delete confluent cluster by id. |
| abstract void |
delete(String resourceGroupName, String organizationName, String environmentId, String clusterId, Context context)
Delete confluent cluster by id. |
| abstract void |
deleteById(String id)
Delete confluent cluster by id. |
| abstract void |
deleteByIdWithResponse(String id, Context context)
Delete confluent cluster by id. |
Method Details
define
public abstract SCClusterRecord.DefinitionStages.Blank define(String name)
Begins definition for a new SCClusterRecord resource.
Parameters:
Returns:
delete
public abstract void delete(String resourceGroupName, String organizationName, String environmentId, String clusterId)
Delete confluent cluster by id.
Parameters:
delete
public abstract void delete(String resourceGroupName, String organizationName, String environmentId, String clusterId, Context context)
Delete confluent cluster by id.
Parameters:
deleteById
public abstract void deleteById(String id)
Delete confluent cluster by id.
Parameters:
deleteByIdWithResponse
public abstract void deleteByIdWithResponse(String id, Context context)
Delete confluent cluster by id.
Parameters: