Microsoft.Web sites/slots/privateEndpointConnections 2020-12-01
- [アーティクル]
-
-
Bicep リソース定義
サイト/スロット/privateEndpointConnections リソースの種類は、次をターゲットとする操作と共にデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Web/sites/slots/privateEndpointConnections リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Web/sites/slots/privateEndpointConnections@2020-12-01' = {
parent: resourceSymbolicName
kind: 'string'
name: 'string'
properties: {
ipAddresses: [
'string'
]
privateEndpoint: {}
privateLinkServiceConnectionState: {
actionsRequired: 'string'
description: 'string'
status: 'string'
}
}
}
プロパティ値
ArmIdWrapper
Microsoft.Web/sites/slots/privateEndpointConnections
名前 |
形容 |
価値 |
種類 |
リソースの種類。 |
糸 |
名前 |
リソース名 |
string (必須) |
親 |
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。
詳細については、「親リソースの外部 子リソース」を参照してください。 |
種類のリソースのシンボリック名: サイト/スロット |
プロパティ |
RemotePrivateEndpointConnectionARMResource リソース固有のプロパティ |
RemotePrivateEndpointConnectionARMResourceProperties の |
PrivateLinkConnectionState
名前 |
形容 |
価値 |
actionsRequired |
プライベート リンク接続の ActionsRequired |
糸 |
形容 |
プライベート リンク接続の説明 |
糸 |
地位 |
プライベート リンク接続の状態 |
糸 |
RemotePrivateEndpointConnectionARMResourceProperties
名前 |
形容 |
価値 |
ipAddresses |
リモート プライベート エンドポイントにマップされたプライベート IPAddresses |
string[] |
privateEndpoint |
リモート プライベート エンドポイント接続の PrivateEndpoint |
ArmIdWrapper の |
privateLinkServiceConnectionState |
プライベート リンク接続の状態 |
PrivateLinkConnectionState |
ARM テンプレート リソース定義
サイト/スロット/privateEndpointConnections リソースの種類は、次をターゲットとする操作と共にデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Web/sites/slots/privateEndpointConnections リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Web/sites/slots/privateEndpointConnections",
"apiVersion": "2020-12-01",
"name": "string",
"kind": "string",
"properties": {
"ipAddresses": [ "string" ],
"privateEndpoint": {
},
"privateLinkServiceConnectionState": {
"actionsRequired": "string",
"description": "string",
"status": "string"
}
}
}
プロパティ値
ArmIdWrapper
Microsoft.Web/sites/slots/privateEndpointConnections
名前 |
形容 |
価値 |
apiVersion |
API のバージョン |
'2020-12-01' |
種類 |
リソースの種類。 |
糸 |
名前 |
リソース名 |
string (必須) |
プロパティ |
RemotePrivateEndpointConnectionARMResource リソース固有のプロパティ |
RemotePrivateEndpointConnectionARMResourceProperties の |
種類 |
リソースの種類 |
'Microsoft.Web/sites/slots/privateEndpointConnections' |
PrivateLinkConnectionState
名前 |
形容 |
価値 |
actionsRequired |
プライベート リンク接続の ActionsRequired |
糸 |
形容 |
プライベート リンク接続の説明 |
糸 |
地位 |
プライベート リンク接続の状態 |
糸 |
RemotePrivateEndpointConnectionARMResourceProperties
名前 |
形容 |
価値 |
ipAddresses |
リモート プライベート エンドポイントにマップされたプライベート IPAddresses |
string[] |
privateEndpoint |
リモート プライベート エンドポイント接続の PrivateEndpoint |
ArmIdWrapper の |
privateLinkServiceConnectionState |
プライベート リンク接続の状態 |
PrivateLinkConnectionState |
サイト/スロット/privateEndpointConnections リソースの種類は、次をターゲットとする操作と共にデプロイできます。
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Web/sites/slots/privateEndpointConnections リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/sites/slots/privateEndpointConnections@2020-12-01"
name = "string"
kind = "string"
body = jsonencode({
properties = {
ipAddresses = [
"string"
]
privateEndpoint = {
}
privateLinkServiceConnectionState = {
actionsRequired = "string"
description = "string"
status = "string"
}
}
})
}
プロパティ値
ArmIdWrapper
Microsoft.Web/sites/slots/privateEndpointConnections
名前 |
形容 |
価値 |
種類 |
リソースの種類。 |
糸 |
名前 |
リソース名 |
string (必須) |
parent_id |
このリソースの親であるリソースの ID。 |
種類のリソースの ID: サイト/スロット |
プロパティ |
RemotePrivateEndpointConnectionARMResource リソース固有のプロパティ |
RemotePrivateEndpointConnectionARMResourceProperties の |
種類 |
リソースの種類 |
"Microsoft.Web/sites/slots/privateEndpointConnections@2020-12-01" |
PrivateLinkConnectionState
名前 |
形容 |
価値 |
actionsRequired |
プライベート リンク接続の ActionsRequired |
糸 |
形容 |
プライベート リンク接続の説明 |
糸 |
地位 |
プライベート リンク接続の状態 |
糸 |
RemotePrivateEndpointConnectionARMResourceProperties
名前 |
形容 |
価値 |
ipAddresses |
リモート プライベート エンドポイントにマップされたプライベート IPAddresses |
string[] |
privateEndpoint |
リモート プライベート エンドポイント接続の PrivateEndpoint |
ArmIdWrapper の |
privateLinkServiceConnectionState |
プライベート リンク接続の状態 |
PrivateLinkConnectionState |