Microsoft.EventGrid partnerDestinations 2023-12-15-preview
Bicep リソース定義
partnerDestinations リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドに関するページを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.EventGrid/partnerDestinations リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.EventGrid/partnerDestinations@2023-12-15-preview' = {
name: 'string'
location: 'string'
tags: {
tagName1: 'tagValue1'
tagName2: 'tagValue2'
}
properties: {
activationState: 'string'
endpointBaseUrl: 'string'
endpointServiceContext: 'string'
expirationTimeIfNotActivatedUtc: 'string'
messageForActivation: 'string'
partnerRegistrationImmutableId: 'string'
}
}
プロパティ値
partnerDestinations
名前 | 説明 | 値 |
---|---|---|
name | リソース名 | string (必須) |
location | リソースの場所。 | string (必須) |
tags | リソースのタグ。 | タグ名と値のディクショナリ。 「テンプレートのタグ」を参照してください |
properties | パートナーの宛先のプロパティ。 | PartnerDestinationProperties |
PartnerDestinationProperties
名前 | 説明 | 値 |
---|---|---|
activationState | パートナーの宛先のアクティブ化の状態。 | 'Activated' 'NeverActivated' |
endpointBaseUrl | パートナーの宛先のエンドポイントベース URL | string |
endpointServiceContext | このパートナーの宛先に関連付けられているエンドポイント コンテキスト。 | string |
expirationTimeIfNotActivatedUtc | パートナーの宛先の有効期限。 このタイマーの有効期限が切れ、パートナーの宛先がアクティブ化されなかった場合は、次の操作を行います。 パートナーの宛先と対応するチャネルが削除されます。 |
string |
messageForActivation | 承認プロセス中に使用できるコンテキストまたは役立つメッセージ。 | string |
partnerRegistrationImmutableId | 対応するパートナー登録の不変 ID。 | string 制約: 最小長 = 36 最大長 = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
ARM テンプレート リソース定義
partnerDestinations リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドに関するページを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.EventGrid/partnerDestinations リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.EventGrid/partnerDestinations",
"apiVersion": "2023-12-15-preview",
"name": "string",
"location": "string",
"tags": {
"tagName1": "tagValue1",
"tagName2": "tagValue2"
},
"properties": {
"activationState": "string",
"endpointBaseUrl": "string",
"endpointServiceContext": "string",
"expirationTimeIfNotActivatedUtc": "string",
"messageForActivation": "string",
"partnerRegistrationImmutableId": "string"
}
}
プロパティ値
partnerDestinations
名前 | 説明 | 値 |
---|---|---|
type | リソースの種類 | 'Microsoft.EventGrid/partnerDestinations' |
apiVersion | リソース API のバージョン | '2023-12-15-preview' |
name | リソース名 | string (必須) |
location | リソースの場所。 | string (必須) |
tags | リソースのタグ。 | タグ名と値のディクショナリ。 「テンプレートのタグ」を参照してください |
properties | パートナーの宛先のプロパティ。 | PartnerDestinationProperties |
PartnerDestinationProperties
名前 | 説明 | 値 |
---|---|---|
activationState | パートナーの宛先のアクティブ化の状態。 | 'Activated' 'NeverActivated' |
endpointBaseUrl | パートナーの宛先のエンドポイントベース URL | string |
endpointServiceContext | このパートナーの宛先に関連付けられているエンドポイント コンテキスト。 | string |
expirationTimeIfNotActivatedUtc | パートナーの宛先の有効期限。 このタイマーの有効期限が切れ、パートナーの宛先がアクティブ化されなかった場合は、次の操作を行います。 パートナーの宛先と対応するチャネルが削除されます。 |
string |
messageForActivation | 承認プロセス中に使用できるコンテキストまたは役立つメッセージ。 | string |
partnerRegistrationImmutableId | 対応するパートナー登録の不変 ID。 | string 制約: 最小長 = 36 最大長 = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |
Terraform (AzAPI プロバイダー) リソース定義
partnerDestinations リソースの種類は、次をターゲットとする操作と共にデプロイできます。
- リソース グループ
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft.EventGrid/partnerDestinations リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.EventGrid/partnerDestinations@2023-12-15-preview"
name = "string"
location = "string"
parent_id = "string"
tags = {
tagName1 = "tagValue1"
tagName2 = "tagValue2"
}
body = jsonencode({
properties = {
activationState = "string"
endpointBaseUrl = "string"
endpointServiceContext = "string"
expirationTimeIfNotActivatedUtc = "string"
messageForActivation = "string"
partnerRegistrationImmutableId = "string"
}
})
}
プロパティ値
partnerDestinations
名前 | 説明 | 値 |
---|---|---|
type | リソースの種類 | "Microsoft.EventGrid/partnerDestinations@2023-12-15-preview" |
name | リソース名 | string (必須) |
location | リソースの場所。 | string (必須) |
parent_id | リソース グループにデプロイするには、そのリソース グループの ID を使用します。 | string (必須) |
tags | リソースのタグ。 | タグ名と値のディクショナリ。 |
properties | パートナーの宛先のプロパティ。 | PartnerDestinationProperties |
PartnerDestinationProperties
名前 | 説明 | 値 |
---|---|---|
activationState | パートナーの宛先のアクティブ化の状態。 | "アクティブ化済み" "NeverActivated" |
endpointBaseUrl | パートナーの宛先のエンドポイントベース URL | string |
endpointServiceContext | このパートナーの宛先に関連付けられているエンドポイント コンテキスト。 | string |
expirationTimeIfNotActivatedUtc | パートナーの宛先の有効期限。 このタイマーの有効期限が切れ、パートナーの宛先がアクティブ化されなかった場合は、次の操作を行います。 パートナーの宛先と対応するチャネルが削除されます。 |
string |
messageForActivation | 承認プロセス中に使用できるコンテキストまたは役立つメッセージ。 | string |
partnerRegistrationImmutableId | 対応するパートナー登録の不変 ID。 | string 制約: 最小長 = 36 最大長 = 36 Pattern = ^[0-9a-fA-F]{8}-([0-9a-fA-F]{4}-){3}[0-9a-fA-F]{12}$ |