다음을 통해 공유


ConsumerAction interface

소비자 작업의 데이터 계약을 정의합니다.

속성

allowResourceVersionOverride

구독을 만들거나 편집할 때 리소스 버전을 재정의할 수 있는지 여부를 나타내는 플래그를 가져오거나 설정합니다.

consumerId

이 작업이 속한 소비자의 식별자를 가져오거나 설정합니다.

description

이 작업의 지역화된 설명을 가져오거나 설정합니다.

id

이 작업의 식별자를 가져오거나 설정합니다.

inputDescriptors

이 작업의 입력 설명자를 가져오거나 설정합니다.

name

이 작업의 지역화된 이름을 가져오거나 설정합니다.

supportedEventTypes

이 작업의 지원되는 이벤트 식별자를 가져오거나 설정합니다.

supportedResourceVersions

이 작업의 지원되는 리소스 버전을 가져오거나 설정합니다.

url

이 리소스의 URL

속성 세부 정보

allowResourceVersionOverride

구독을 만들거나 편집할 때 리소스 버전을 재정의할 수 있는지 여부를 나타내는 플래그를 가져오거나 설정합니다.

allowResourceVersionOverride: boolean

속성 값

boolean

consumerId

이 작업이 속한 소비자의 식별자를 가져오거나 설정합니다.

consumerId: string

속성 값

string

description

이 작업의 지역화된 설명을 가져오거나 설정합니다.

description: string

속성 값

string

id

이 작업의 식별자를 가져오거나 설정합니다.

id: string

속성 값

string

inputDescriptors

이 작업의 입력 설명자를 가져오거나 설정합니다.

inputDescriptors: InputDescriptor[]

속성 값

name

이 작업의 지역화된 이름을 가져오거나 설정합니다.

name: string

속성 값

string

supportedEventTypes

이 작업의 지원되는 이벤트 식별자를 가져오거나 설정합니다.

supportedEventTypes: string[]

속성 값

string[]

supportedResourceVersions

이 작업의 지원되는 리소스 버전을 가져오거나 설정합니다.

supportedResourceVersions: {[key: string]: string[]}

속성 값

{[key: string]: string[]}

url

이 리소스의 URL

url: string

속성 값

string