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: Fully qualified resource Id for the resource. |
|
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: The name of the resource. |
| abstract String |
resourceGroupName()
Gets the name of the resource group. |
|
abstract
Stream |
streamGovernanceConfig()
Gets the stream |
|
abstract
System |
systemData()
Gets the system |
| abstract String |
type()
Gets the type property: The type of the resource. |
| abstract Update |
update()
Begins update for the SCEnvironment |
Method Details
id
public abstract String id()
Gets the id property: Fully qualified resource Id for the resource.
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: The name of the resource.
Returns:
resourceGroupName
public abstract String resourceGroupName()
Gets the name of the resource group.
Returns:
streamGovernanceConfig
public abstract StreamGovernanceConfig streamGovernanceConfig()
Gets the streamGovernanceConfig property: Stream governance configuration.
Returns:
systemData
public abstract SystemData systemData()
Gets the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
Returns:
type
public abstract String type()
Gets the type property: The type of the resource.
Returns:
update
public abstract SCEnvironmentRecord.Update update()
Begins update for the SCEnvironmentRecord resource.
Returns: