Microsoft.Web hostingEnvironments/configurations 2021-01-01
Bicep リソース定義
hostingEnvironments/configurations リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/hostingEnvironments/configurations リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Web/hostingEnvironments/configurations@2021-01-01' = {
parent: resourceSymbolicName
kind: 'string'
name: 'networking'
properties: {
allowNewPrivateEndpointConnections: bool
}
}
プロパティ値
AseV3NetworkingConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
allowNewPrivateEndpointConnections | ASE での新しいプライベート エンドポイント接続の作成を有効または無効にするプロパティ | bool |
Microsoft.Web/hostingEnvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | 'networking' (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: hostingEnvironments |
プロパティ | AseV3NetworkingConfiguration リソース固有のプロパティ | aseV3NetworkingConfigurationProperties の |
ARM テンプレート リソース定義
hostingEnvironments/configurations リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/hostingEnvironments/configurations リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Web/hostingEnvironments/configurations",
"apiVersion": "2021-01-01",
"name": "string",
"kind": "string",
"properties": {
"allowNewPrivateEndpointConnections": "bool"
}
}
プロパティ値
AseV3NetworkingConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
allowNewPrivateEndpointConnections | ASE での新しいプライベート エンドポイント接続の作成を有効または無効にするプロパティ | bool |
Microsoft.Web/hostingEnvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2021-01-01' |
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | 'networking' (必須) |
プロパティ | AseV3NetworkingConfiguration リソース固有のプロパティ | aseV3NetworkingConfigurationProperties の |
種類 | リソースの種類 | 'Microsoft.Web/hostingEnvironments/configurations' |
Terraform (AzAPI プロバイダー) リソース定義
hostingEnvironments/configurations リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/hostingEnvironments/configurations リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Web/hostingEnvironments/configurations@2021-01-01"
name = "string"
kind = "string"
body = jsonencode({
properties = {
allowNewPrivateEndpointConnections = bool
}
})
}
プロパティ値
AseV3NetworkingConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
allowNewPrivateEndpointConnections | ASE での新しいプライベート エンドポイント接続の作成を有効または無効にするプロパティ | bool |
Microsoft.Web/hostingEnvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | 'networking' (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: hostingEnvironments |
プロパティ | AseV3NetworkingConfiguration リソース固有のプロパティ | aseV3NetworkingConfigurationProperties の |
種類 | リソースの種類 | "Microsoft.Web/hostingEnvironments/configurations@2021-01-01" |