次の方法で共有


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 SCClusterRecord resource.

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:

name - resource name.

Returns:

the first stage of the new SCClusterRecord definition.

delete

public abstract void delete(String resourceGroupName, String organizationName, String environmentId, String clusterId)

Delete confluent cluster by id.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
organizationName - Organization resource name.
environmentId - Confluent environment id.
clusterId - Confluent kafka or schema registry cluster id.

delete

public abstract void delete(String resourceGroupName, String organizationName, String environmentId, String clusterId, Context context)

Delete confluent cluster by id.

Parameters:

resourceGroupName - The name of the resource group. The name is case insensitive.
organizationName - Organization resource name.
environmentId - Confluent environment id.
clusterId - Confluent kafka or schema registry cluster id.
context - The context to associate with this operation.

deleteById

public abstract void deleteById(String id)

Delete confluent cluster by id.

Parameters:

id - the resource ID.

deleteByIdWithResponse

public abstract void deleteByIdWithResponse(String id, Context context)

Delete confluent cluster by id.

Parameters:

id - the resource ID.
context - The context to associate with this operation.

Applies to