次の方法で共有


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 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: The name of the resource.

abstract String resourceGroupName()

Gets the name of the resource group.

abstract StreamGovernanceConfig streamGovernanceConfig()

Gets the streamGovernanceConfig property: Stream governance configuration.

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 SCEnvironmentRecord 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 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: 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.

streamGovernanceConfig

public abstract StreamGovernanceConfig streamGovernanceConfig()

Gets the streamGovernanceConfig property: Stream governance configuration.

Returns:

the streamGovernanceConfig 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 SCEnvironmentRecord.Update update()

Begins update for the SCEnvironmentRecord resource.

Returns:

the stage of resource update.

Applies to