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
SCEnvironment |
innerModel()
Gets the inner com. |
| abstract String |
kind()
Gets the kind property: Type of environment. |
|
abstract
SCMetadata |
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:
innerModel
public abstract SCEnvironmentRecordInner innerModel()
Gets the inner com.azure.resourcemanager.confluent.fluent.models.SCEnvironmentRecordInner object.
Returns:
kind
public abstract String kind()
Gets the kind property: Type of environment.
Returns:
metadata
public abstract SCMetadataEntity metadata()
Gets the metadata property: Metadata of the record.
Returns:
name
public abstract String name()
Gets the name property: Display name of the environment.
Returns: