次の方法で共有


ApiKeyRecord Interface

public interface ApiKeyRecord

An immutable client-side representation of ApiKeyRecord.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Id of the api key.

abstract ApiKeyRecordInner innerModel()

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

abstract String kind()

Gets the kind property: Type of api key.

abstract SCMetadataEntity metadata()

Gets the metadata property: Metadata of the record.

abstract ApiKeySpecEntity spec()

Gets the spec property: Specification of the API Key.

Method Details

id

public abstract String id()

Gets the id property: Id of the api key.

Returns:

the id value.

innerModel

public abstract ApiKeyRecordInner innerModel()

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

Returns:

the inner object.

kind

public abstract String kind()

Gets the kind property: Type of api key.

Returns:

the kind value.

metadata

public abstract SCMetadataEntity metadata()

Gets the metadata property: Metadata of the record.

Returns:

the metadata value.

spec

public abstract ApiKeySpecEntity spec()

Gets the spec property: Specification of the API Key.

Returns:

the spec value.

Applies to