Share via


SCEnvironmentRecord Interface

public interface SCEnvironmentRecord

An immutable client-side representation of SCEnvironmentRecord.

Method Summary

Modifier and Type Method and Description
abstract String id()

Gets the id property: Id of the environment.

abstract SCEnvironmentRecordInner innerModel()

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

abstract String kind()

Gets the kind property: Type of environment.

abstract SCMetadataEntity metadata()

Gets the metadata property: Metadata of the record.

abstract String name()

Gets the name property: Display name of the environment.

Method Details

id

public abstract String id()

Gets the id property: Id of the environment.

Returns:

the id value.

innerModel

public abstract SCEnvironmentRecordInner innerModel()

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

Returns:

the inner object.

kind

public abstract String kind()

Gets the kind property: Type of environment.

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: Display name of the environment.

Returns:

the name value.

Applies to