다음을 통해 공유


Microsoft.EventGrid partnerRegistrations 2024-06-01-preview

Bicep 리소스 정의

partnerRegistrations 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.EventGrid/partnerRegistrations 리소스를 만들려면 템플릿에 다음 Bicep을 추가합니다.

resource symbolicname 'Microsoft.EventGrid/partnerRegistrations@2024-06-01-preview' = {
  location: 'string'
  name: 'string'
  properties: {
    partnerRegistrationImmutableId: 'string'
  }
  tags: {
    {customized property}: 'string'
  }
}

속성 값

Microsoft.EventGrid/partnerRegistrations

이름 묘사
위치 리소스의 위치입니다. string(필수)
이름 리소스 이름 string(필수)
속성 파트너 등록의 속성입니다. PartnerRegistrationProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.

PartnerRegistrationProperties

이름 묘사
partnerRegistrationImmutableId 해당 파트너 등록의 immutableId입니다.
참고: 이 속성은 사용 중단으로 표시되며 이후 GA API 버전에서는 지원되지 않습니다.
문자열

제약 조건:
최소 길이 = 36
최대 길이 = 36
패턴 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$

TrackedResourceTags

이름 묘사

ARM 템플릿 리소스 정의

partnerRegistrations 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.EventGrid/partnerRegistrations 리소스를 만들려면 템플릿에 다음 JSON을 추가합니다.

{
  "type": "Microsoft.EventGrid/partnerRegistrations",
  "apiVersion": "2024-06-01-preview",
  "name": "string",
  "location": "string",
  "properties": {
    "partnerRegistrationImmutableId": "string"
  },
  "tags": {
    "{customized property}": "string"
  }
}

속성 값

Microsoft.EventGrid/partnerRegistrations

이름 묘사
apiVersion api 버전 '2024-06-01-preview'
위치 리소스의 위치입니다. string(필수)
이름 리소스 이름 string(필수)
속성 파트너 등록의 속성입니다. PartnerRegistrationProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다. 템플릿 태그를 참조하세요.
리소스 종류 'Microsoft.EventGrid/partnerRegistrations'

PartnerRegistrationProperties

이름 묘사
partnerRegistrationImmutableId 해당 파트너 등록의 immutableId입니다.
참고: 이 속성은 사용 중단으로 표시되며 이후 GA API 버전에서는 지원되지 않습니다.
문자열

제약 조건:
최소 길이 = 36
최대 길이 = 36
패턴 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$

TrackedResourceTags

이름 묘사

Terraform(AzAPI 공급자) 리소스 정의

partnerRegistrations 리소스 종류는 다음을 대상으로 하는 작업으로 배포할 수 있습니다.

  • 리소스 그룹

각 API 버전에서 변경된 속성 목록은 변경 로그참조하세요.

리소스 형식

Microsoft.EventGrid/partnerRegistrations 리소스를 만들려면 템플릿에 다음 Terraform을 추가합니다.

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.EventGrid/partnerRegistrations@2024-06-01-preview"
  name = "string"
  location = "string"
  tags = {
    {customized property} = "string"
  }
  body = jsonencode({
    properties = {
      partnerRegistrationImmutableId = "string"
    }
  })
}

속성 값

Microsoft.EventGrid/partnerRegistrations

이름 묘사
위치 리소스의 위치입니다. string(필수)
이름 리소스 이름 string(필수)
속성 파트너 등록의 속성입니다. PartnerRegistrationProperties
태그 리소스 태그 태그 이름 및 값의 사전입니다.
리소스 종류 "Microsoft.EventGrid/partnerRegistrations@2024-06-01-preview"

PartnerRegistrationProperties

이름 묘사
partnerRegistrationImmutableId 해당 파트너 등록의 immutableId입니다.
참고: 이 속성은 사용 중단으로 표시되며 이후 GA API 버전에서는 지원되지 않습니다.
문자열

제약 조건:
최소 길이 = 36
최대 길이 = 36
패턴 = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$

TrackedResourceTags

이름 묘사