次の方法で共有


SCClusterRecord Interface

public interface SCClusterRecord

An immutable client-side representation of SCClusterRecord.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

abstract SCClusterRecordInner innerModel()

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

abstract String kind()

Gets the kind property: Type of cluster.

abstract SCMetadataEntity metadata()

Gets the metadata property: Metadata of the record.

abstract String name()

Gets the name property: The name of the resource.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract SCClusterSpecEntity spec()

Gets the spec property: Specification of the cluster.

abstract ClusterStatusEntity status()

Gets the status property: Specification of the cluster status.

abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

abstract String type()

Gets the type property: The type of the resource.

abstract Update update()

Begins update for the SCClusterRecord resource.

Method Details

id

public abstract String id()

Gets the id property: Fully qualified resource Id for the resource.

Returns:

the id value.

innerModel

public abstract SCClusterRecordInner innerModel()

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

Returns:

the inner object.

kind

public abstract String kind()

Gets the kind property: Type of cluster.

Returns:

the kind value.

metadata

public abstract SCMetadataEntity metadata()

Gets the metadata property: Metadata of the record.

Returns:

the metadata value.

name

public abstract String name()

Gets the name property: The name of the resource.

Returns:

the name value.

resourceGroupName

public abstract String resourceGroupName()

Gets the name of the resource group.

Returns:

the name of the resource group.

spec

public abstract SCClusterSpecEntity spec()

Gets the spec property: Specification of the cluster.

Returns:

the spec value.

status

public abstract ClusterStatusEntity status()

Gets the status property: Specification of the cluster status.

Returns:

the status value.

systemData

public abstract SystemData systemData()

Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

type

public abstract String type()

Gets the type property: The type of the resource.

Returns:

the type value.

update

public abstract SCClusterRecord.Update update()

Begins update for the SCClusterRecord resource.

Returns:

the stage of resource update.

Applies to