Microsoft.Web hostingEnvironments/configurations 2022-03-01
Bicep リソース定義
hostingEnvironments/configurations リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/hostingEnvironments/configurations リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Web/hostingEnvironments/configurations@2022-03-01' = {
name: 'string'
// For remaining properties, see microsoft.web/hostingenvironments/configurations objects
}
microsoft.web/hostingenvironments/configurations オブジェクト
名 プロパティを設定して、オブジェクトの種類を指定します。
customdnssuffix の場合は、次の値を使用します。
{
kind: 'string'
name: 'customdnssuffix'
properties: {
certificateUrl: 'string'
dnsSuffix: 'string'
keyVaultReferenceIdentity: 'string'
}
}
ネットワークの場合は、次を使用します。
{
kind: 'string'
name: 'networking'
properties: {
allowNewPrivateEndpointConnections: bool
ftpEnabled: bool
inboundIpAddressOverride: 'string'
remoteDebugEnabled: bool
}
}
プロパティ値
AseV3NetworkingConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
allowNewPrivateEndpointConnections | ASE での新しいプライベート エンドポイント接続の作成を有効または無効にするプロパティ | bool |
ftpEnabled | ASEV3 で FTP を有効または無効にするプロパティ | bool |
inboundIpAddressOverride | 顧客が指定した受信 IP アドレス。 Ase create でのみ設定できます。 | 糸 |
remoteDebugEnabled | ASEV3 でリモート デバッグを有効または無効にするプロパティ | bool |
CustomDnsSuffixConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
certificateUrl | カスタム ドメイン サフィックスを持つサイトの既定の SSL/TLS 証明書として使用する必要がある Azure Key Vault 証明書シークレットを参照する URL。 | 糸 |
dnsSuffix | ASE に展開されているすべてのサイトに使用する既定のカスタム ドメイン サフィックス。 | 糸 |
keyVaultReferenceIdentity | キー コンテナー証明書参照の解決に使用するユーザー割り当て ID。 指定しない場合は、システム割り当て ASE ID が使用可能な場合に使用されます。 | 糸 |
microsoft.web/hostingenvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
名前 | Microsoft.Web/hostingEnvironments/configurationsの型 |
'customdnssuffix' 'networking' (必須) |
Microsoft.Web/hostingEnvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | 'customdnssuffix' (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: hostingEnvironments |
プロパティ | CustomDnsSuffixConfiguration リソース固有のプロパティ | CustomDnsSuffixConfigurationProperties の |
Microsoft.Web/hostingEnvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | 'networking' (必須) |
親 | Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。 詳細については、「親リソースの外部 |
種類のリソースのシンボリック名: hostingEnvironments |
プロパティ | AseV3NetworkingConfiguration リソース固有のプロパティ | aseV3NetworkingConfigurationProperties の |
ARM テンプレート リソース定義
hostingEnvironments/configurations リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/hostingEnvironments/configurations リソースを作成するには、次の JSON をテンプレートに追加します。
{
"name": "string"
// For remaining properties, see microsoft.web/hostingenvironments/configurations objects
}
microsoft.web/hostingenvironments/configurations オブジェクト
名 プロパティを設定して、オブジェクトの種類を指定します。
customdnssuffix の場合は、次の値を使用します。
{
"kind": "string",
"name": "customdnssuffix",
"properties": {
"certificateUrl": "string",
"dnsSuffix": "string",
"keyVaultReferenceIdentity": "string"
}
}
ネットワークの場合は、次を使用します。
{
"kind": "string",
"name": "networking",
"properties": {
"allowNewPrivateEndpointConnections": "bool",
"ftpEnabled": "bool",
"inboundIpAddressOverride": "string",
"remoteDebugEnabled": "bool"
}
}
プロパティ値
AseV3NetworkingConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
allowNewPrivateEndpointConnections | ASE での新しいプライベート エンドポイント接続の作成を有効または無効にするプロパティ | bool |
ftpEnabled | ASEV3 で FTP を有効または無効にするプロパティ | bool |
inboundIpAddressOverride | 顧客が指定した受信 IP アドレス。 Ase create でのみ設定できます。 | 糸 |
remoteDebugEnabled | ASEV3 でリモート デバッグを有効または無効にするプロパティ | bool |
CustomDnsSuffixConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
certificateUrl | カスタム ドメイン サフィックスを持つサイトの既定の SSL/TLS 証明書として使用する必要がある Azure Key Vault 証明書シークレットを参照する URL。 | 糸 |
dnsSuffix | ASE に展開されているすべてのサイトに使用する既定のカスタム ドメイン サフィックス。 | 糸 |
keyVaultReferenceIdentity | キー コンテナー証明書参照の解決に使用するユーザー割り当て ID。 指定しない場合は、システム割り当て ASE ID が使用可能な場合に使用されます。 | 糸 |
microsoft.web/hostingenvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
名前 | Microsoft.Web/hostingEnvironments/configurationsの型 |
'customdnssuffix' 'networking' (必須) |
Microsoft.Web/hostingEnvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2022-03-01' |
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | 'customdnssuffix' (必須) |
プロパティ | CustomDnsSuffixConfiguration リソース固有のプロパティ | CustomDnsSuffixConfigurationProperties の |
種類 | リソースの種類 | 'Microsoft.Web/hostingEnvironments/configurations' |
Microsoft.Web/hostingEnvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
apiVersion | API のバージョン | '2022-03-01' |
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | 'networking' (必須) |
プロパティ | AseV3NetworkingConfiguration リソース固有のプロパティ | aseV3NetworkingConfigurationProperties の |
種類 | リソースの種類 | 'Microsoft.Web/hostingEnvironments/configurations' |
Terraform (AzAPI プロバイダー) リソース定義
hostingEnvironments/configurations リソースの種類は、次を対象とする操作と共にデプロイできます。
- リソース グループの
各 API バージョンで変更されたプロパティの一覧については、変更ログの
リソースの形式
Microsoft.Web/hostingEnvironments/configurations リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
name = "string"
// For remaining properties, see microsoft.web/hostingenvironments/configurations objects
}
microsoft.web/hostingenvironments/configurations オブジェクト
名 プロパティを設定して、オブジェクトの種類を指定します。
customdnssuffix の場合は、次の値を使用します。
{
kind = "string"
name = "customdnssuffix"
properties = {
certificateUrl = "string"
dnsSuffix = "string"
keyVaultReferenceIdentity = "string"
}
}
ネットワークの場合は、次を使用します。
{
kind = "string"
name = "networking"
properties = {
allowNewPrivateEndpointConnections = bool
ftpEnabled = bool
inboundIpAddressOverride = "string"
remoteDebugEnabled = bool
}
}
プロパティ値
AseV3NetworkingConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
allowNewPrivateEndpointConnections | ASE での新しいプライベート エンドポイント接続の作成を有効または無効にするプロパティ | bool |
ftpEnabled | ASEV3 で FTP を有効または無効にするプロパティ | bool |
inboundIpAddressOverride | 顧客が指定した受信 IP アドレス。 Ase create でのみ設定できます。 | 糸 |
remoteDebugEnabled | ASEV3 でリモート デバッグを有効または無効にするプロパティ | bool |
CustomDnsSuffixConfigurationProperties
名前 | 形容 | 価値 |
---|---|---|
certificateUrl | カスタム ドメイン サフィックスを持つサイトの既定の SSL/TLS 証明書として使用する必要がある Azure Key Vault 証明書シークレットを参照する URL。 | 糸 |
dnsSuffix | ASE に展開されているすべてのサイトに使用する既定のカスタム ドメイン サフィックス。 | 糸 |
keyVaultReferenceIdentity | キー コンテナー証明書参照の解決に使用するユーザー割り当て ID。 指定しない場合は、システム割り当て ASE ID が使用可能な場合に使用されます。 | 糸 |
microsoft.web/hostingenvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
名前 | Microsoft.Web/hostingEnvironments/configurationsの型 |
'customdnssuffix' 'networking' (必須) |
Microsoft.Web/hostingEnvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | 'customdnssuffix' (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: hostingEnvironments |
プロパティ | CustomDnsSuffixConfiguration リソース固有のプロパティ | CustomDnsSuffixConfigurationProperties の |
種類 | リソースの種類 | "Microsoft.Web/hostingEnvironments/configurations@2022-03-01" |
Microsoft.Web/hostingEnvironments/configurations
名前 | 形容 | 価値 |
---|---|---|
種類 | リソースの種類。 | 糸 |
名前 | リソース名 | 'networking' (必須) |
parent_id | このリソースの親であるリソースの ID。 | 種類のリソースの ID: hostingEnvironments |
プロパティ | AseV3NetworkingConfiguration リソース固有のプロパティ | aseV3NetworkingConfigurationProperties の |
種類 | リソースの種類 | "Microsoft.Web/hostingEnvironments/configurations@2022-03-01" |