マイクロソフト。Search searchServices/privateEndpointConnections 2020-03-13
Bicep リソース定義
searchServices/privateEndpointConnections リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドに関するページを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft を作成するには。Search/searchServices/privateEndpointConnections リソースに、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Search/searchServices/privateEndpointConnections@2020-03-13' = {
name: 'string'
parent: resourceSymbolicName
properties: {
privateEndpoint: {
id: 'string'
}
privateLinkServiceConnectionState: {
actionsRequired: 'string'
description: 'string'
status: 'string'
}
}
}
プロパティ値
searchServices/privateEndpointConnections
名前 | 説明 | 値 |
---|---|---|
name | リソース名 Bicep で子リソースの名前と型を設定する方法を参照してください。 |
string (必須) |
parent | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「 親リソースの外部にある子リソース」を参照してください。 |
種類のリソースのシンボル名: searchServices |
properties | Azure Cognitive Search サービスへの既存のプライベート エンドポイント接続のプロパティについて説明します。 | PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties
名前 | 説明 | 値 |
---|---|---|
privateEndpoint | Microsoft.Network プロバイダーからのプライベート エンドポイント リソース。 | PrivateEndpointConnectionPropertiesPrivateEndpoint |
privateLinkServiceConnectionState | Azure プライベート エンドポイントへの既存のPrivate Link サービス接続の現在の状態について説明します。 | PrivateEndpointConnectionPropertiesPrivateLinkServic... |
PrivateEndpointConnectionPropertiesPrivateEndpoint
名前 | 説明 | 値 |
---|---|---|
id | Microsoft.Network プロバイダーからのプライベート エンドポイント リソースのリソース ID。 | string |
PrivateEndpointConnectionPropertiesPrivateLinkServic...
名前 | 説明 | 値 |
---|---|---|
actionsRequired | 必要になる可能性がある追加のアクションの説明。 | string |
description | プライベート リンク サービスの接続状態の説明。 | string |
status | プライベート リンク サービス接続の状態。 [保留中]、[承認済み]、[拒否済み]、または [切断済み] を指定できます。 | '承認済み' 'Disconnected' '保留中' 'Rejected' |
ARM テンプレート リソース定義
searchServices/privateEndpointConnections リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループ - リソース グループのデプロイ コマンドに関するページを参照してください
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft を作成するには。Search/searchServices/privateEndpointConnections リソースに、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Search/searchServices/privateEndpointConnections",
"apiVersion": "2020-03-13",
"name": "string",
"properties": {
"privateEndpoint": {
"id": "string"
},
"privateLinkServiceConnectionState": {
"actionsRequired": "string",
"description": "string",
"status": "string"
}
}
}
プロパティ値
searchServices/privateEndpointConnections
名前 | 説明 | 値 |
---|---|---|
type | リソースの種類 | 'Microsoft.Search/searchServices/privateEndpointConnections' |
apiVersion | リソース API のバージョン | '2020-03-13' |
name | リソース名 JSON ARM テンプレートで子リソースの名前と型を設定する方法を参照してください。 |
string (必須) |
properties | Azure Cognitive Search サービスへの既存のプライベート エンドポイント接続のプロパティについて説明します。 | PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties
名前 | 説明 | 値 |
---|---|---|
privateEndpoint | Microsoft.Network プロバイダーからのプライベート エンドポイント リソース。 | PrivateEndpointConnectionPropertiesPrivateEndpoint |
privateLinkServiceConnectionState | Azure プライベート エンドポイントへの既存のPrivate Link サービス接続の現在の状態について説明します。 | PrivateEndpointConnectionPropertiesPrivateLinkServic... |
PrivateEndpointConnectionPropertiesPrivateEndpoint
名前 | 説明 | 値 |
---|---|---|
id | Microsoft.Network プロバイダーからのプライベート エンドポイント リソースのリソース ID。 | string |
PrivateEndpointConnectionPropertiesPrivateLinkServic...
名前 | 説明 | 値 |
---|---|---|
actionsRequired | 必要になる可能性がある追加のアクションの説明。 | string |
description | プライベート リンク サービスの接続状態の説明。 | string |
status | プライベート リンク サービス接続の状態。 保留中、承認済み、拒否済み、または切断可能です。 | '承認済み' 'Disconnected' '保留中' 'Rejected' |
Terraform (AzAPI プロバイダー) リソース定義
searchServices/privateEndpointConnections リソースの種類は、次を対象とする操作でデプロイできます。
- リソース グループ
各 API バージョンの変更されたプロパティの一覧については、「 変更ログ」を参照してください。
リソース形式
Microsoft を作成するには。Search/searchServices/privateEndpointConnections リソースに、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Search/searchServices/privateEndpointConnections@2020-03-13"
name = "string"
parent_id = "string"
body = jsonencode({
properties = {
privateEndpoint = {
id = "string"
}
privateLinkServiceConnectionState = {
actionsRequired = "string"
description = "string"
status = "string"
}
}
})
}
プロパティ値
searchServices/privateEndpointConnections
名前 | 説明 | 値 |
---|---|---|
type | リソースの種類 | "Microsoft.Search/searchServices/privateEndpointConnections@2020-03-13" |
name | リソース名 | string (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: searchServices |
properties | Azure Cognitive Search サービスへの既存のプライベート エンドポイント接続のプロパティについて説明します。 | PrivateEndpointConnectionProperties |
PrivateEndpointConnectionProperties
名前 | 説明 | 値 |
---|---|---|
privateEndpoint | Microsoft.Network プロバイダーからのプライベート エンドポイント リソース。 | PrivateEndpointConnectionPropertiesPrivateEndpoint |
privateLinkServiceConnectionState | Azure プライベート エンドポイントへの既存のPrivate Link サービス接続の現在の状態について説明します。 | PrivateEndpointConnectionPropertiesPrivateLinkServic... |
PrivateEndpointConnectionPropertiesPrivateEndpoint
名前 | 説明 | 値 |
---|---|---|
id | Microsoft.Network プロバイダーからのプライベート エンドポイント リソースのリソース ID。 | string |
PrivateEndpointConnectionPropertiesPrivateLinkServic...
名前 | 説明 | 値 |
---|---|---|
actionsRequired | 必要になる可能性がある追加のアクションの説明。 | string |
description | プライベート リンク サービスの接続状態の説明。 | string |
status | プライベート リンク サービス接続の状態。 保留中、承認済み、拒否済み、または切断可能です。 | "承認済み" "Disconnected" "保留中" "Rejected" |