Microsoft.EventGrid partnerNamespaces/channels
Bicep 리소스 정의
partnerNamespaces/channels 리소스 종류는 다음을 대상으로 하는 작업을 사용하여 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령을 참조하세요.
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.EventGrid/partnerNamespaces/channels 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.
resource symbolicname 'Microsoft.EventGrid/partnerNamespaces/channels@2023-12-15-preview' = {
name: 'string'
parent: resourceSymbolicName
properties: {
channelType: 'string'
expirationTimeIfNotActivatedUtc: 'string'
messageForActivation: 'string'
partnerDestinationInfo: {
azureSubscriptionId: 'string'
endpointServiceContext: 'string'
name: 'string'
resourceGroupName: 'string'
resourceMoveChangeHistory: [
{
azureSubscriptionId: 'string'
changedTimeUtc: 'string'
resourceGroupName: 'string'
}
]
endpointType: 'string'
// For remaining properties, see PartnerDestinationInfo objects
}
partnerTopicInfo: {
azureSubscriptionId: 'string'
eventTypeInfo: {
inlineEventTypes: {
{customized property}: {
dataSchemaUrl: 'string'
description: 'string'
displayName: 'string'
documentationUrl: 'string'
}
}
kind: 'Inline'
}
name: 'string'
resourceGroupName: 'string'
source: 'string'
}
provisioningState: 'string'
readinessState: 'string'
}
}
PartnerDestinationInfo 개체
endpointType 속성을 설정하여 개체 유형을 지정합니다.
WebHook의 경우 다음을 사용합니다.
endpointType: 'WebHook'
properties: {
clientAuthentication: {
clientAuthenticationType: 'string'
// For remaining properties, see PartnerClientAuthentication objects
}
endpointBaseUrl: 'string'
endpointUrl: 'string'
}
PartnerClientAuthentication 개체
clientAuthenticationType 속성을 설정하여 개체 유형을 지정합니다.
AzureAD의 경우 다음을 사용합니다.
clientAuthenticationType: 'AzureAD'
properties: {
azureActiveDirectoryApplicationIdOrUri: 'string'
azureActiveDirectoryTenantId: 'string'
}
속성 값
partnerNamespaces/channels
Name | Description | 값 |
---|---|---|
name | 리소스 이름 Bicep에서 자식 리소스의 이름과 형식을 설정하는 방법을 참조하세요. |
string(필수) |
부모(parent) | Bicep에서 자식 리소스에 대한 부모 리소스를 지정할 수 있습니다. 자식 리소스가 부모 리소스 외부에서 선언된 경우에만 이 속성을 추가하면 됩니다. 자세한 내용은 부모 리소스 외부의 자식 리소스를 참조하세요. |
형식의 리소스에 대한 기호 이름: partnerNamespaces |
properties | 채널의 속성입니다. | ChannelProperties |
ChannelProperties
Name | Description | 값 |
---|---|---|
channelType | 이벤트의 방향 흐름을 나타내는 이벤트 채널의 형식입니다. | 'PartnerDestination' 'PartnerTopic' |
expirationTimeIfNotActivatedUtc | 채널의 만료 시간입니다. 해당 파트너 토픽이 활성화되지 않는 동안 이 타이머가 만료되는 경우 채널 및 해당 파트너 토픽이 삭제됩니다. |
string |
messageForActivation | 구독자가 승인 프로세스 중에 사용할 수 있는 컨텍스트 또는 유용한 메시지입니다. | string |
partnerDestinationInfo | channelType이 PartnerDestination이고 채널에 해당하는 파트너 대상 리소스에 대한 정보를 나타내는 경우 이 속성을 채워야 합니다. | PartnerDestinationInfo |
partnerTopicInfo | channelType이 PartnerTopic이고 채널에 해당하는 파트너 토픽 리소스에 대한 정보를 나타내는 경우 이 속성을 채워야 합니다. | PartnerTopicInfo |
provisioningState | 채널의 프로비전 상태입니다. | 'Canceled' '만들기' '삭제 중' '실패' 'IdleDueToMirroredPartnerDestinationDeletion' 'IdleDueToMirroredPartnerTopicDeletion' '성공' '업데이트 중' |
readinessState | 해당 파트너 토픽의 준비 상태입니다. | '활성화됨' 'NeverActivated' |
PartnerDestinationInfo
Name | Description | 값 |
---|---|---|
azureSubscriptionId | 구독자의 Azure 구독 ID입니다. 채널과 연결된 파트너 대상은 입니다. 이 Azure 구독에서 생성됩니다. |
string |
endpointServiceContext | 파트너 대상 엔드포인트의 추가 컨텍스트입니다. | 문자열 |
name | 채널과 연결된 파트너 대상의 이름입니다. | string |
resourceGroupName | 구독자의 Azure 리소스 그룹입니다. 채널과 연결된 파트너 대상은 입니다. 이 리소스 그룹 아래에 생성됩니다. |
문자열 |
resourceMoveChangeHistory | 리소스 이동 기록을 변경합니다. | ResourceMoveChangeHistory[] |
endpointType | 개체 유형 설정 | WebHook (필수) |
ResourceMoveChangeHistory
Name | Description | 값 |
---|---|---|
azureSubscriptionId | 리소스의 Azure 구독 ID입니다. | 문자열 |
changedTimeUtc | 리소스가 변경된 시점의 UTC 타임스탬프입니다. | 문자열 |
resourceGroupName | 리소스의 Azure 리소스 그룹입니다. | 문자열 |
WebhookPartnerDestinationInfo
Name | Description | 값 |
---|---|---|
endpointType | 파트너 대상에 대한 엔드포인트 유형 | 'WebHook'(필수) |
properties | 파트너 대상의 WebHook 속성입니다. | WebhookPartnerDestinationProperties |
WebhookPartnerDestinationProperties
Name | Description | 값 |
---|---|---|
clientAuthentication | 파트너 클라이언트 인증 | PartnerClientAuthentication |
endpointBaseUrl | 파트너 대상의 엔드포인트를 나타내는 기본 URL입니다. | string |
endpointUrl | 파트너 대상의 엔드포인트를 나타내는 URL입니다. | string |
PartnerClientAuthentication
Name | Description | 값 |
---|---|---|
clientAuthenticationType | 개체 유형 설정 | AzureAD (필수) |
AzureADPartnerClientAuthentication
Name | Description | 값 |
---|---|---|
clientAuthenticationType | 클라이언트 인증 유형 | 'AzureAD'(필수) |
properties | AzureAD ClientAuthentication 속성 | AzureADPartnerClientAuthenticationProperties |
AzureADPartnerClientAuthenticationProperties
Name | Description | 값 |
---|---|---|
azureActiveDirectoryApplicationIdOrUri | 배달 요청에 전달자 토큰으로 포함될 액세스 토큰을 가져오는 Azure Active Directory 애플리케이션 ID 또는 URI입니다. | string |
azureActiveDirectoryTenantId | 배달 요청에 전달자 토큰으로 포함될 액세스 토큰을 가져오는 Azure Active Directory 테넌트 ID입니다. | string |
PartnerTopicInfo
Name | Description | 값 |
---|---|---|
azureSubscriptionId | 구독자의 Azure 구독 ID입니다. 채널과 연결된 파트너 토픽은 이 Azure 구독에서 생성됩니다. |
string |
eventTypeInfo | 파트너 토픽에 대한 이벤트 유형 정보입니다. 이 정보는 게시자가 제공하며 에서 사용할 수 있습니다. 게시되는 다양한 유형의 이벤트를 볼 수 있는 구독자입니다. |
EventTypeInfo |
name | 채널과 연결된 파트너 토픽의 이름입니다. | 문자열 |
resourceGroupName | 구독자의 Azure 리소스 그룹입니다. 채널과 연결된 파트너 토픽은 이 리소스 그룹 아래에 생성됩니다. |
문자열 |
source | 원본 정보는 게시자가 이벤트가 있는 scope 또는 컨텍스트를 결정하기 위해 제공됩니다. 가 시작됩니다. 이 정보는 구독자가 승인 프로세스 중에 사용할 수 있습니다. 만든 파트너 토픽입니다. |
string |
EventTypeInfo
Name | Description | 값 |
---|---|---|
inlineEventTypes | 리소스에 대한 인라인 이벤트 형식의 컬렉션입니다. 인라인 이벤트 형식 키는 이벤트의 이름을 나타내는 문자열 형식입니다. 유효한 인라인 이벤트 이름의 예는 "Contoso.OrderCreated"입니다. 인라인 이벤트 형식 값은 InlineEventProperties 형식이며 모든 인라인 이벤트 형식에 대한 추가 정보를 포함합니다. |
EventTypeInfoInlineEventTypes |
kind | 사용된 이벤트 형식의 종류입니다. | '인라인' |
EventTypeInfoInlineEventTypes
Name | Description | 값 |
---|---|---|
{사용자 지정 속성} | InlineEventProperties |
InlineEventProperties
Name | Description | 값 |
---|---|---|
dataSchemaUrl | 인라인 이벤트에 대한 dataSchemaUrl입니다. | string |
description | 인라인 이벤트에 대한 설명입니다. | 문자열 |
displayName | 인라인 이벤트의 displayName입니다. | string |
documentationUrl | 인라인 이벤트에 대한 documentationUrl입니다. | 문자열 |
ARM 템플릿 리소스 정의
partnerNamespaces/channels 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.
- 리소스 그룹 - 리소스 그룹 배포 명령 참조
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.EventGrid/partnerNamespaces/channels 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.
{
"type": "Microsoft.EventGrid/partnerNamespaces/channels",
"apiVersion": "2023-12-15-preview",
"name": "string",
"properties": {
"channelType": "string",
"expirationTimeIfNotActivatedUtc": "string",
"messageForActivation": "string",
"partnerDestinationInfo": {
"azureSubscriptionId": "string",
"endpointServiceContext": "string",
"name": "string",
"resourceGroupName": "string",
"resourceMoveChangeHistory": [
{
"azureSubscriptionId": "string",
"changedTimeUtc": "string",
"resourceGroupName": "string"
}
],
"endpointType": "string"
// For remaining properties, see PartnerDestinationInfo objects
},
"partnerTopicInfo": {
"azureSubscriptionId": "string",
"eventTypeInfo": {
"inlineEventTypes": {
"{customized property}": {
"dataSchemaUrl": "string",
"description": "string",
"displayName": "string",
"documentationUrl": "string"
}
},
"kind": "Inline"
},
"name": "string",
"resourceGroupName": "string",
"source": "string"
},
"provisioningState": "string",
"readinessState": "string"
}
}
PartnerDestinationInfo 개체
endpointType 속성을 설정하여 개체 유형을 지정합니다.
WebHook의 경우 다음을 사용합니다.
"endpointType": "WebHook",
"properties": {
"clientAuthentication": {
"clientAuthenticationType": "string"
// For remaining properties, see PartnerClientAuthentication objects
},
"endpointBaseUrl": "string",
"endpointUrl": "string"
}
PartnerClientAuthentication 개체
clientAuthenticationType 속성을 설정하여 개체 유형을 지정합니다.
AzureAD의 경우 다음을 사용합니다.
"clientAuthenticationType": "AzureAD",
"properties": {
"azureActiveDirectoryApplicationIdOrUri": "string",
"azureActiveDirectoryTenantId": "string"
}
속성 값
partnerNamespaces/channels
Name | Description | 값 |
---|---|---|
형식 | 리소스 종류 | 'Microsoft.EventGrid/partnerNamespaces/channels' |
apiVersion | 리소스 api 버전 | '2023-12-15-preview' |
name | 리소스 이름 JSON ARM 템플릿에서 자식 리소스의 이름 및 형식을 설정하는 방법을 참조하세요. |
string(필수) |
properties | 채널의 속성입니다. | ChannelProperties |
ChannelProperties
Name | Description | 값 |
---|---|---|
channelType | 이벤트의 방향 흐름을 나타내는 이벤트 채널의 형식입니다. | 'PartnerDestination' 'PartnerTopic' |
expirationTimeIfNotActivatedUtc | 채널의 만료 시간입니다. 해당 파트너 토픽이 활성화되지 않은 동안 이 타이머가 만료되는 경우 채널 및 해당 파트너 토픽이 삭제됩니다. |
문자열 |
messageForActivation | 구독자가 승인 프로세스 중에 사용할 수 있는 컨텍스트 또는 유용한 메시지입니다. | string |
partnerDestinationInfo | channelType이 PartnerDestination이고 채널에 해당하는 파트너 대상 리소스에 대한 정보를 나타내는 경우 이 속성을 채워야 합니다. | PartnerDestinationInfo |
partnerTopicInfo | channelType이 PartnerTopic이고 채널에 해당하는 파트너 토픽 리소스에 대한 정보를 나타내는 경우 이 속성을 채워야 합니다. | PartnerTopicInfo |
provisioningState | 채널의 프로비전 상태입니다. | '취소됨' '만들기' '삭제 중' '실패' 'IdleDueToMirroredPartnerDestinationDeletion' 'IdleDueToMirroredPartnerTopicDeletion' '성공' '업데이트 중' |
readinessState | 해당 파트너 토픽의 준비 상태입니다. | '활성화됨' 'NeverActivated' |
PartnerDestinationInfo
Name | Description | 값 |
---|---|---|
azureSubscriptionId | 구독자의 Azure 구독 ID입니다. 채널과 연결된 파트너 대상은 이 Azure 구독에서 생성됩니다. |
문자열 |
endpointServiceContext | 파트너 대상 엔드포인트의 추가 컨텍스트입니다. | 문자열 |
name | 채널과 연결된 파트너 대상의 이름입니다. | string |
resourceGroupName | 구독자의 Azure 리소스 그룹입니다. 채널과 연결된 파트너 대상은 이 리소스 그룹 아래에 생성됩니다. |
string |
resourceMoveChangeHistory | 리소스 이동 기록을 변경합니다. | ResourceMoveChangeHistory[] |
endpointType | 개체 형식 설정 | WebHook (필수) |
ResourceMoveChangeHistory
Name | Description | 값 |
---|---|---|
azureSubscriptionId | 리소스의 Azure 구독 ID입니다. | 문자열 |
changedTimeUtc | 리소스가 변경된 시점의 UTC 타임스탬프입니다. | 문자열 |
resourceGroupName | 리소스의 Azure 리소스 그룹입니다. | 문자열 |
WebhookPartnerDestinationInfo
Name | Description | 값 |
---|---|---|
endpointType | 파트너 대상에 대한 엔드포인트 유형 | 'WebHook'(필수) |
properties | 파트너 대상의 WebHook 속성입니다. | WebhookPartnerDestinationProperties |
WebhookPartnerDestinationProperties
Name | Description | 값 |
---|---|---|
clientAuthentication | 파트너 클라이언트 인증 | PartnerClientAuthentication |
endpointBaseUrl | 파트너 대상의 엔드포인트를 나타내는 기본 URL입니다. | string |
endpointUrl | 파트너 대상의 엔드포인트를 나타내는 URL입니다. | string |
PartnerClientAuthentication
Name | Description | 값 |
---|---|---|
clientAuthenticationType | 개체 형식 설정 | AzureAD (필수) |
AzureADPartnerClientAuthentication
Name | Description | 값 |
---|---|---|
clientAuthenticationType | 클라이언트 인증 유형 | 'AzureAD'(필수) |
properties | AzureAD ClientAuthentication 속성 | AzureADPartnerClientAuthenticationProperties |
AzureADPartnerClientAuthenticationProperties
Name | Description | 값 |
---|---|---|
azureActiveDirectoryApplicationIdOrUri | 배달 요청에 전달자 토큰으로 포함될 액세스 토큰을 가져오는 Azure Active Directory 애플리케이션 ID 또는 URI입니다. | 문자열 |
azureActiveDirectoryTenantId | 배달 요청에 전달자 토큰으로 포함될 액세스 토큰을 가져오는 Azure Active Directory 테넌트 ID입니다. | string |
PartnerTopicInfo
Name | Description | 값 |
---|---|---|
azureSubscriptionId | 구독자의 Azure 구독 ID입니다. 채널과 연결된 파트너 토픽은 이 Azure 구독에서 생성됩니다. |
문자열 |
eventTypeInfo | 파트너 토픽에 대한 이벤트 유형 정보입니다. 이 정보는 게시자가 제공하며 다음에서 사용할 수 있습니다. 게시되는 다양한 유형의 이벤트를 볼 수 있는 구독자입니다. |
EventTypeInfo |
name | 채널과 연결된 파트너 토픽의 이름입니다. | string |
resourceGroupName | 구독자의 Azure 리소스 그룹입니다. 채널과 연결된 파트너 토픽은 이 리소스 그룹 아래에 생성됩니다. |
문자열 |
source | 원본 정보는 게시자가 이벤트가 있는 scope 또는 컨텍스트를 결정하기 위해 제공됩니다. 가 시작됩니다. 이 정보는 구독자가 승인 프로세스 중에 사용할 수 있습니다. 만든 파트너 토픽입니다. |
문자열 |
EventTypeInfo
Name | Description | 값 |
---|---|---|
inlineEventTypes | 리소스에 대한 인라인 이벤트 형식의 컬렉션입니다. 인라인 이벤트 형식 키는 이벤트의 이름을 나타내는 문자열 형식입니다. 유효한 인라인 이벤트 이름의 예는 "Contoso.OrderCreated"입니다. 인라인 이벤트 형식 값은 InlineEventProperties 형식이며 모든 인라인 이벤트 형식에 대한 추가 정보를 포함합니다. |
EventTypeInfoInlineEventTypes |
kind | 사용되는 이벤트 형식의 종류입니다. | '인라인' |
EventTypeInfoInlineEventTypes
Name | Description | 값 |
---|---|---|
{customized property} | InlineEventProperties |
InlineEventProperties
Name | Description | 값 |
---|---|---|
dataSchemaUrl | 인라인 이벤트에 대한 dataSchemaUrl입니다. | string |
description | 인라인 이벤트에 대한 설명입니다. | string |
displayName | 인라인 이벤트의 displayName입니다. | string |
documentationUrl | 인라인 이벤트에 대한 documentationUrl입니다. | 문자열 |
Terraform(AzAPI 공급자) 리소스 정의
partnerNamespaces/channels 리소스 종류는 다음을 대상으로 하는 작업을 사용하여 배포할 수 있습니다.
- 리소스 그룹
각 API 버전에서 변경된 속성 목록은 변경 로그를 참조하세요.
리소스 형식
Microsoft.EventGrid/partnerNamespaces/channels 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.
resource "azapi_resource" "symbolicname" {
type = "Microsoft.EventGrid/partnerNamespaces/channels@2023-12-15-preview"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
channelType = "string"
expirationTimeIfNotActivatedUtc = "string"
messageForActivation = "string"
partnerDestinationInfo = {
azureSubscriptionId = "string"
endpointServiceContext = "string"
name = "string"
resourceGroupName = "string"
resourceMoveChangeHistory = [
{
azureSubscriptionId = "string"
changedTimeUtc = "string"
resourceGroupName = "string"
}
]
endpointType = "string"
// For remaining properties, see PartnerDestinationInfo objects
}
partnerTopicInfo = {
azureSubscriptionId = "string"
eventTypeInfo = {
inlineEventTypes = {
{customized property} = {
dataSchemaUrl = "string"
description = "string"
displayName = "string"
documentationUrl = "string"
}
}
kind = "Inline"
}
name = "string"
resourceGroupName = "string"
source = "string"
}
provisioningState = "string"
readinessState = "string"
}
})
}
PartnerDestinationInfo 개체
endpointType 속성을 설정하여 개체 유형을 지정합니다.
WebHook의 경우 다음을 사용합니다.
endpointType = "WebHook"
properties = {
clientAuthentication = {
clientAuthenticationType = "string"
// For remaining properties, see PartnerClientAuthentication objects
}
endpointBaseUrl = "string"
endpointUrl = "string"
}
PartnerClientAuthentication 개체
clientAuthenticationType 속성을 설정하여 개체 유형을 지정합니다.
AzureAD의 경우 다음을 사용합니다.
clientAuthenticationType = "AzureAD"
properties = {
azureActiveDirectoryApplicationIdOrUri = "string"
azureActiveDirectoryTenantId = "string"
}
속성 값
partnerNamespaces/channels
Name | Description | 값 |
---|---|---|
형식 | 리소스 종류 | "Microsoft.EventGrid/partnerNamespaces/channels@2023-12-15-preview" |
name | 리소스 이름 | string(필수) |
parent_id | 이 리소스의 부모인 리소스의 ID입니다. | 형식의 리소스에 대한 ID: partnerNamespaces |
properties | 채널의 속성입니다. | ChannelProperties |
ChannelProperties
Name | Description | 값 |
---|---|---|
channelType | 이벤트의 방향 흐름을 나타내는 이벤트 채널의 형식입니다. | "PartnerDestination" "PartnerTopic" |
expirationTimeIfNotActivatedUtc | 채널의 만료 시간입니다. 해당 파트너 토픽이 활성화되지 않는 동안 이 타이머가 만료되는 경우 채널 및 해당 파트너 토픽이 삭제됩니다. |
string |
messageForActivation | 구독자가 승인 프로세스 중에 사용할 수 있는 컨텍스트 또는 유용한 메시지입니다. | 문자열 |
partnerDestinationInfo | channelType이 PartnerDestination이고 채널에 해당하는 파트너 대상 리소스에 대한 정보를 나타내는 경우 이 속성을 채워야 합니다. | PartnerDestinationInfo |
partnerTopicInfo | channelType이 PartnerTopic이고 채널에 해당하는 파트너 토픽 리소스에 대한 정보를 나타내는 경우 이 속성을 채워야 합니다. | PartnerTopicInfo |
provisioningState | 채널의 프로비전 상태입니다. | "취소됨" "만들기" "삭제 중" "실패" "IdleDueToMirroredPartnerDestinationDeletion" "IdleDueToMirroredPartnerTopicDeletion" "성공" "업데이트 중" |
readinessState | 해당 파트너 토픽의 준비 상태입니다. | "활성화됨" "NeverActivated" |
PartnerDestinationInfo
Name | Description | 값 |
---|---|---|
azureSubscriptionId | 구독자의 Azure 구독 ID입니다. 채널과 연결된 파트너 대상은 입니다. 이 Azure 구독에서 생성됩니다. |
문자열 |
endpointServiceContext | 파트너 대상 엔드포인트의 추가 컨텍스트입니다. | 문자열 |
name | 채널과 연결된 파트너 대상의 이름입니다. | string |
resourceGroupName | 구독자의 Azure 리소스 그룹입니다. 채널과 연결된 파트너 대상은 입니다. 이 리소스 그룹 아래에 생성됩니다. |
string |
resourceMoveChangeHistory | 리소스 이동 기록을 변경합니다. | ResourceMoveChangeHistory[] |
endpointType | 개체 유형 설정 | WebHook (필수) |
ResourceMoveChangeHistory
Name | Description | 값 |
---|---|---|
azureSubscriptionId | 리소스의 Azure 구독 ID입니다. | string |
changedTimeUtc | 리소스가 변경된 시점의 UTC 타임스탬프입니다. | 문자열 |
resourceGroupName | 리소스의 Azure 리소스 그룹입니다. | string |
WebhookPartnerDestinationInfo
Name | Description | 값 |
---|---|---|
endpointType | 파트너 대상에 대한 엔드포인트 유형 | "WebHook"(필수) |
properties | 파트너 대상의 WebHook 속성입니다. | WebhookPartnerDestinationProperties |
WebhookPartnerDestinationProperties
Name | Description | 값 |
---|---|---|
clientAuthentication | 파트너 클라이언트 인증 | PartnerClientAuthentication |
endpointBaseUrl | 파트너 대상의 엔드포인트를 나타내는 기본 URL입니다. | 문자열 |
endpointUrl | 파트너 대상의 엔드포인트를 나타내는 URL입니다. | string |
PartnerClientAuthentication
Name | Description | 값 |
---|---|---|
clientAuthenticationType | 개체 유형 설정 | AzureAD (필수) |
AzureADPartnerClientAuthentication
Name | Description | 값 |
---|---|---|
clientAuthenticationType | 클라이언트 인증 유형 | "AzureAD"(필수) |
properties | AzureAD ClientAuthentication 속성 | AzureADPartnerClientAuthenticationProperties |
AzureADPartnerClientAuthenticationProperties
Name | Description | 값 |
---|---|---|
azureActiveDirectoryApplicationIdOrUri | 배달 요청에 전달자 토큰으로 포함될 액세스 토큰을 가져오는 Azure Active Directory 애플리케이션 ID 또는 URI입니다. | string |
azureActiveDirectoryTenantId | 배달 요청에 전달자 토큰으로 포함될 액세스 토큰을 가져오는 Azure Active Directory 테넌트 ID입니다. | string |
PartnerTopicInfo
Name | Description | 값 |
---|---|---|
azureSubscriptionId | 구독자의 Azure 구독 ID입니다. 채널과 연결된 파트너 토픽은 이 Azure 구독에서 생성됩니다. |
string |
eventTypeInfo | 파트너 토픽에 대한 이벤트 유형 정보입니다. 이 정보는 게시자가 제공하며 에서 사용할 수 있습니다. 게시되는 다양한 유형의 이벤트를 볼 수 있는 구독자입니다. |
EventTypeInfo |
name | 채널과 연결된 파트너 토픽의 이름입니다. | string |
resourceGroupName | 구독자의 Azure 리소스 그룹입니다. 채널과 연결된 파트너 토픽은 이 리소스 그룹 아래에 생성됩니다. |
문자열 |
source | 원본 정보는 게시자가 이벤트가 있는 scope 또는 컨텍스트를 결정하기 위해 제공됩니다. 가 시작됩니다. 이 정보는 구독자가 승인 프로세스 중에 사용할 수 있습니다. 만든 파트너 토픽입니다. |
문자열 |
EventTypeInfo
Name | Description | 값 |
---|---|---|
inlineEventTypes | 리소스에 대한 인라인 이벤트 형식의 컬렉션입니다. 인라인 이벤트 형식 키는 이벤트의 이름을 나타내는 문자열 형식입니다. 유효한 인라인 이벤트 이름의 예는 "Contoso.OrderCreated"입니다. 인라인 이벤트 형식 값은 InlineEventProperties 형식이며 모든 인라인 이벤트 형식에 대한 추가 정보를 포함합니다. |
EventTypeInfoInlineEventTypes |
kind | 사용되는 이벤트 형식의 종류입니다. | "인라인" |
EventTypeInfoInlineEventTypes
Name | Description | 값 |
---|---|---|
{customized property} | InlineEventProperties |
InlineEventProperties
Name | Description | 값 |
---|---|---|
dataSchemaUrl | 인라인 이벤트에 대한 dataSchemaUrl입니다. | string |
description | 인라인 이벤트에 대한 설명입니다. | 문자열 |
displayName | 인라인 이벤트의 displayName입니다. | 문자열 |
documentationUrl | 인라인 이벤트에 대한 documentationUrl입니다. | string |