次の方法で共有


SchemaRegistryClusterRecord Interface

public interface SchemaRegistryClusterRecord

An immutable client-side representation of SchemaRegistryClusterRecord.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Id of the cluster.

abstract SchemaRegistryClusterRecordInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterRecordInner object.

abstract String kind()

Gets the kind property: Kind of the cluster.

abstract SCMetadataEntity metadata()

Gets the metadata property: Metadata of the record.

abstract SchemaRegistryClusterSpecEntity spec()

Gets the spec property: Specification of the schema registry cluster.

abstract SchemaRegistryClusterStatusEntity status()

Gets the status property: Specification of the cluster status.

Method Details

id

public abstract String id()

Gets the id property: Id of the cluster.

Returns:

the id value.

innerModel

public abstract SchemaRegistryClusterRecordInner innerModel()

Gets the inner com.azure.resourcemanager.confluent.fluent.models.SchemaRegistryClusterRecordInner object.

Returns:

the inner object.

kind

public abstract String kind()

Gets the kind property: Kind of the cluster.

Returns:

the kind value.

metadata

public abstract SCMetadataEntity metadata()

Gets the metadata property: Metadata of the record.

Returns:

the metadata value.

spec

public abstract SchemaRegistryClusterSpecEntity spec()

Gets the spec property: Specification of the schema registry cluster.

Returns:

the spec value.

status

public abstract SchemaRegistryClusterStatusEntity status()

Gets the status property: Specification of the cluster status.

Returns:

the status value.

Applies to