次の方法で共有


Microsoft.Network networkInterfaces/tapConfigurations 2019-08-01

Bicep リソース定義

networkInterfaces/tapConfigurations リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Network/networkInterfaces/tapConfigurations リソースを作成するには、次の Bicep をテンプレートに追加します。

resource symbolicname 'Microsoft.Network/networkInterfaces/tapConfigurations@2019-08-01' = {
  parent: resourceSymbolicName
  etag: 'string'
  name: 'string'
  properties: {
    virtualNetworkTap: {
      etag: 'string'
      id: 'string'
      location: 'string'
      properties: {
        destinationLoadBalancerFrontEndIPConfiguration: {
          etag: 'string'
          id: 'string'
          name: 'string'
          properties: {
            privateIPAddress: 'string'
            privateIPAddressVersion: 'string'
            privateIPAllocationMethod: 'string'
            publicIPAddress: {
              etag: 'string'
              id: 'string'
              location: 'string'
              properties: {
                ddosSettings: {
                  ddosCustomPolicy: {
                    id: 'string'
                  }
                  protectionCoverage: 'string'
                }
                dnsSettings: {
                  domainNameLabel: 'string'
                  fqdn: 'string'
                  reverseFqdn: 'string'
                }
                idleTimeoutInMinutes: int
                ipAddress: 'string'
                ipTags: [
                  {
                    ipTagType: 'string'
                    tag: 'string'
                  }
                ]
                publicIPAddressVersion: 'string'
                publicIPAllocationMethod: 'string'
                publicIPPrefix: {
                  id: 'string'
                }
                resourceGuid: 'string'
              }
              sku: {
                name: 'string'
              }
              tags: {
                {customized property}: 'string'
              }
              zones: [
                'string'
              ]
            }
            publicIPPrefix: {
              id: 'string'
            }
            subnet: {
              etag: 'string'
              id: 'string'
              name: 'string'
              properties: {
                addressPrefix: 'string'
                addressPrefixes: [
                  'string'
                ]
                delegations: [
                  {
                    etag: 'string'
                    id: 'string'
                    name: 'string'
                    properties: {
                      actions: [
                        'string'
                      ]
                      serviceName: 'string'
                    }
                  }
                ]
                natGateway: {
                  id: 'string'
                }
                networkSecurityGroup: {
                  etag: 'string'
                  id: 'string'
                  location: 'string'
                  properties: {
                    defaultSecurityRules: [
                      {
                        etag: 'string'
                        id: 'string'
                        name: 'string'
                        properties: {
                          access: 'string'
                          description: 'string'
                          destinationAddressPrefix: 'string'
                          destinationAddressPrefixes: [
                            'string'
                          ]
                          destinationApplicationSecurityGroups: [
                            {
                              id: 'string'
                              location: 'string'
                              properties: {}
                              tags: {
                                {customized property}: 'string'
                              }
                            }
                          ]
                          destinationPortRange: 'string'
                          destinationPortRanges: [
                            'string'
                          ]
                          direction: 'string'
                          priority: int
                          protocol: 'string'
                          sourceAddressPrefix: 'string'
                          sourceAddressPrefixes: [
                            'string'
                          ]
                          sourceApplicationSecurityGroups: [
                            {
                              id: 'string'
                              location: 'string'
                              properties: {}
                              tags: {
                                {customized property}: 'string'
                              }
                            }
                          ]
                          sourcePortRange: 'string'
                          sourcePortRanges: [
                            'string'
                          ]
                        }
                      }
                    ]
                    resourceGuid: 'string'
                    securityRules: [
                      {
                        etag: 'string'
                        id: 'string'
                        name: 'string'
                        properties: {
                          access: 'string'
                          description: 'string'
                          destinationAddressPrefix: 'string'
                          destinationAddressPrefixes: [
                            'string'
                          ]
                          destinationApplicationSecurityGroups: [
                            {
                              id: 'string'
                              location: 'string'
                              properties: {}
                              tags: {
                                {customized property}: 'string'
                              }
                            }
                          ]
                          destinationPortRange: 'string'
                          destinationPortRanges: [
                            'string'
                          ]
                          direction: 'string'
                          priority: int
                          protocol: 'string'
                          sourceAddressPrefix: 'string'
                          sourceAddressPrefixes: [
                            'string'
                          ]
                          sourceApplicationSecurityGroups: [
                            {
                              id: 'string'
                              location: 'string'
                              properties: {}
                              tags: {
                                {customized property}: 'string'
                              }
                            }
                          ]
                          sourcePortRange: 'string'
                          sourcePortRanges: [
                            'string'
                          ]
                        }
                      }
                    ]
                  }
                  tags: {
                    {customized property}: 'string'
                  }
                }
                privateEndpointNetworkPolicies: 'string'
                privateLinkServiceNetworkPolicies: 'string'
                resourceNavigationLinks: [
                  {
                    id: 'string'
                    name: 'string'
                    properties: {
                      link: 'string'
                      linkedResourceType: 'string'
                    }
                  }
                ]
                routeTable: {
                  etag: 'string'
                  id: 'string'
                  location: 'string'
                  properties: {
                    disableBgpRoutePropagation: bool
                    routes: [
                      {
                        etag: 'string'
                        id: 'string'
                        name: 'string'
                        properties: {
                          addressPrefix: 'string'
                          nextHopIpAddress: 'string'
                          nextHopType: 'string'
                        }
                      }
                    ]
                  }
                  tags: {
                    {customized property}: 'string'
                  }
                }
                serviceAssociationLinks: [
                  {
                    id: 'string'
                    name: 'string'
                    properties: {
                      allowDelete: bool
                      link: 'string'
                      linkedResourceType: 'string'
                      locations: [
                        'string'
                      ]
                    }
                    type: 'string'
                  }
                ]
                serviceEndpointPolicies: [
                  {
                    etag: 'string'
                    id: 'string'
                    location: 'string'
                    properties: {
                      serviceEndpointPolicyDefinitions: [
                        {
                          etag: 'string'
                          id: 'string'
                          name: 'string'
                          properties: {
                            description: 'string'
                            service: 'string'
                            serviceResources: [
                              'string'
                            ]
                          }
                        }
                      ]
                    }
                    tags: {
                      {customized property}: 'string'
                    }
                  }
                ]
                serviceEndpoints: [
                  {
                    locations: [
                      'string'
                    ]
                    service: 'string'
                  }
                ]
              }
            }
          }
          zones: [
            'string'
          ]
        }
        destinationNetworkInterfaceIPConfiguration: {
          etag: 'string'
          id: 'string'
          name: 'string'
          properties: {
            applicationGatewayBackendAddressPools: [
              {
                etag: 'string'
                id: 'string'
                name: 'string'
                properties: {
                  backendAddresses: [
                    {
                      fqdn: 'string'
                      ipAddress: 'string'
                    }
                  ]
                  backendIPConfigurations: [
                    ...
                  ]
                }
                type: 'string'
              }
            ]
            applicationSecurityGroups: [
              {
                id: 'string'
                location: 'string'
                properties: {}
                tags: {
                  {customized property}: 'string'
                }
              }
            ]
            loadBalancerBackendAddressPools: [
              {
                etag: 'string'
                id: 'string'
                name: 'string'
                properties: {}
              }
            ]
            loadBalancerInboundNatRules: [
              {
                etag: 'string'
                id: 'string'
                name: 'string'
                properties: {
                  backendPort: int
                  enableFloatingIP: bool
                  enableTcpReset: bool
                  frontendIPConfiguration: {
                    id: 'string'
                  }
                  frontendPort: int
                  idleTimeoutInMinutes: int
                  protocol: 'string'
                }
              }
            ]
            primary: bool
            privateIPAddress: 'string'
            privateIPAddressVersion: 'string'
            privateIPAllocationMethod: 'string'
            publicIPAddress: {
              etag: 'string'
              id: 'string'
              location: 'string'
              properties: {
                ddosSettings: {
                  ddosCustomPolicy: {
                    id: 'string'
                  }
                  protectionCoverage: 'string'
                }
                dnsSettings: {
                  domainNameLabel: 'string'
                  fqdn: 'string'
                  reverseFqdn: 'string'
                }
                idleTimeoutInMinutes: int
                ipAddress: 'string'
                ipTags: [
                  {
                    ipTagType: 'string'
                    tag: 'string'
                  }
                ]
                publicIPAddressVersion: 'string'
                publicIPAllocationMethod: 'string'
                publicIPPrefix: {
                  id: 'string'
                }
                resourceGuid: 'string'
              }
              sku: {
                name: 'string'
              }
              tags: {
                {customized property}: 'string'
              }
              zones: [
                'string'
              ]
            }
            subnet: {
              etag: 'string'
              id: 'string'
              name: 'string'
              properties: {
                addressPrefix: 'string'
                addressPrefixes: [
                  'string'
                ]
                delegations: [
                  {
                    etag: 'string'
                    id: 'string'
                    name: 'string'
                    properties: {
                      actions: [
                        'string'
                      ]
                      serviceName: 'string'
                    }
                  }
                ]
                natGateway: {
                  id: 'string'
                }
                networkSecurityGroup: {
                  etag: 'string'
                  id: 'string'
                  location: 'string'
                  properties: {
                    defaultSecurityRules: [
                      {
                        etag: 'string'
                        id: 'string'
                        name: 'string'
                        properties: {
                          access: 'string'
                          description: 'string'
                          destinationAddressPrefix: 'string'
                          destinationAddressPrefixes: [
                            'string'
                          ]
                          destinationApplicationSecurityGroups: [
                            {
                              id: 'string'
                              location: 'string'
                              properties: {}
                              tags: {
                                {customized property}: 'string'
                              }
                            }
                          ]
                          destinationPortRange: 'string'
                          destinationPortRanges: [
                            'string'
                          ]
                          direction: 'string'
                          priority: int
                          protocol: 'string'
                          sourceAddressPrefix: 'string'
                          sourceAddressPrefixes: [
                            'string'
                          ]
                          sourceApplicationSecurityGroups: [
                            {
                              id: 'string'
                              location: 'string'
                              properties: {}
                              tags: {
                                {customized property}: 'string'
                              }
                            }
                          ]
                          sourcePortRange: 'string'
                          sourcePortRanges: [
                            'string'
                          ]
                        }
                      }
                    ]
                    resourceGuid: 'string'
                    securityRules: [
                      {
                        etag: 'string'
                        id: 'string'
                        name: 'string'
                        properties: {
                          access: 'string'
                          description: 'string'
                          destinationAddressPrefix: 'string'
                          destinationAddressPrefixes: [
                            'string'
                          ]
                          destinationApplicationSecurityGroups: [
                            {
                              id: 'string'
                              location: 'string'
                              properties: {}
                              tags: {
                                {customized property}: 'string'
                              }
                            }
                          ]
                          destinationPortRange: 'string'
                          destinationPortRanges: [
                            'string'
                          ]
                          direction: 'string'
                          priority: int
                          protocol: 'string'
                          sourceAddressPrefix: 'string'
                          sourceAddressPrefixes: [
                            'string'
                          ]
                          sourceApplicationSecurityGroups: [
                            {
                              id: 'string'
                              location: 'string'
                              properties: {}
                              tags: {
                                {customized property}: 'string'
                              }
                            }
                          ]
                          sourcePortRange: 'string'
                          sourcePortRanges: [
                            'string'
                          ]
                        }
                      }
                    ]
                  }
                  tags: {
                    {customized property}: 'string'
                  }
                }
                privateEndpointNetworkPolicies: 'string'
                privateLinkServiceNetworkPolicies: 'string'
                resourceNavigationLinks: [
                  {
                    id: 'string'
                    name: 'string'
                    properties: {
                      link: 'string'
                      linkedResourceType: 'string'
                    }
                  }
                ]
                routeTable: {
                  etag: 'string'
                  id: 'string'
                  location: 'string'
                  properties: {
                    disableBgpRoutePropagation: bool
                    routes: [
                      {
                        etag: 'string'
                        id: 'string'
                        name: 'string'
                        properties: {
                          addressPrefix: 'string'
                          nextHopIpAddress: 'string'
                          nextHopType: 'string'
                        }
                      }
                    ]
                  }
                  tags: {
                    {customized property}: 'string'
                  }
                }
                serviceAssociationLinks: [
                  {
                    id: 'string'
                    name: 'string'
                    properties: {
                      allowDelete: bool
                      link: 'string'
                      linkedResourceType: 'string'
                      locations: [
                        'string'
                      ]
                    }
                    type: 'string'
                  }
                ]
                serviceEndpointPolicies: [
                  {
                    etag: 'string'
                    id: 'string'
                    location: 'string'
                    properties: {
                      serviceEndpointPolicyDefinitions: [
                        {
                          etag: 'string'
                          id: 'string'
                          name: 'string'
                          properties: {
                            description: 'string'
                            service: 'string'
                            serviceResources: [
                              'string'
                            ]
                          }
                        }
                      ]
                    }
                    tags: {
                      {customized property}: 'string'
                    }
                  }
                ]
                serviceEndpoints: [
                  {
                    locations: [
                      'string'
                    ]
                    service: 'string'
                  }
                ]
              }
            }
            virtualNetworkTaps: [
              ...
            ]
          }
        }
        destinationPort: int
      }
      tags: {
        {customized property}: 'string'
      }
    }
  }
}

プロパティ値

Microsoft.Network/networkInterfaces/tapConfigurations (英語)

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
名前 リソース名 string (必須)
Bicep では、子リソースの親リソースを指定できます。 このプロパティを追加する必要があるのは、子リソースが親リソースの外部で宣言されている場合のみです。

詳細については、「親リソースの外部 子リソース」を参照してください。
種類のリソースのシンボリック名: networkInterfaces
プロパティ Virtual Network Tap 構成のプロパティ。 NetworkInterfaceTapConfigurationPropertiesFormat

ApplicationGatewayBackendアドレス

名前 形容 価値
FQDNの 完全修飾ドメイン名 (FQDN)。
IPアドレス IPアドレス。

ApplicationGatewayBackendAddressPool

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 Application Gateway 内で一意であるバックエンド アドレス プールの名前。
プロパティ アプリケーション ゲートウェイ バックエンド アドレス プールのプロパティ。 ApplicationGatewayBackendAddressPoolPropertiesFormat の
種類 リソースの種類。

ApplicationGatewayBackendAddressPoolPropertiesFormat

名前 形容 価値
バックエンドアドレス バックエンド アドレス。 ApplicationGatewayBackendアドレス[]
バックエンドIPConfigurations ネットワーク インターフェイスで定義されている IP への参照のコレクション。 NetworkInterfaceIPConfiguration[]

アプリケーションセキュリティグループ

名前 形容 価値
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ アプリケーション セキュリティ グループのプロパティ。 ApplicationSecurityGroupPropertiesFormat の
タグ リソース タグ。 リソースタグ

ApplicationSecurityGroupPropertiesFormat

名前 形容 価値

バックエンドアドレスプール

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 ロード バランサーによって使用されるバックエンド アドレス プールのセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ロード バランサー バックエンド アドレス プールのプロパティ。 BackendAddressPoolPropertiesFormat の

バックエンドアドレスプールプロパティフォーマット

名前 形容 価値

DdosSettings (Ddos設定)

名前 形容 価値
ddosCustomPolicy (英語) パブリック IP に関連付けられている DDoS カスタム ポリシー。 SubResource の
保護カバレッジ パブリック IP の DDoS 保護ポリシーのカスタマイズ性。 カスタマイズできるのは標準カバレッジのみです。 「ベーシック」
「スタンダード」

代表

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 サブネット内で一意のリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ サブネットのプロパティ。 ServiceDelegationPropertiesFormat の

フロントエンドIPConfiguration

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 ロード バランサーによって使用されるフロントエンド IP 構成のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ロード バランサー プローブのプロパティ。 フロントエンドIPConfigurationPropertiesFormat
ゾーン リソースに割り当てられた IP を示す可用性ゾーンの一覧が必要です。 文字列[]

フロントエンドIPConfigurationPropertiesFormat

名前 形容 価値
プライベートIPアドレス IP 構成のプライベート IP アドレス。
privateIPAddressVersion (プライベートIPAddressVersion) 特定の ipconfiguration が IPv4 か IPv6 か。 既定値は IPv4 と見なされます。 「IPv4」
「IPv6」
privateIPAllocationメソッド プライベート IP 割り当て方法。 「ダイナミック」
「静的」
publicIPアドレス パブリック IP リソースの参照。 PublicIPアドレス
publicIPPrefixの パブリック IP プレフィックス リソースの参照。 SubResource の
サブネット サブネット リソースの参照。 サブネット

InboundNatRule (英語)

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 ロード バランサーによって使用される受信 NAT 規則のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ロード バランサーの受信 NAT 規則のプロパティ。 InboundNatRulePropertiesFormat を する

InboundNatRulePropertiesFormat

名前 形容 価値
バックエンドポート 内部エンドポイントに使用されるポート。 使用できる値の範囲は 1 ~ 65535 です。 整数 (int)
enableフローティングIP SQL AlwaysOn 可用性グループを構成するために必要なフローティング IP 機能用に仮想マシンのエンドポイントを構成します。 この設定は、SQL Server で SQL AlwaysOn 可用性グループを使用する場合に必要です。 エンドポイントを作成した後は、この設定を変更できません。 ブール (bool)
enableTcpリセット TCP フローのアイドル タイムアウトまたは予期しない接続終了時に双方向 TCP リセットを受信します。 この要素は、プロトコルが TCP に設定されている場合にのみ使用されます。 ブール (bool)
フロントエンドIPConfiguration フロントエンド IP アドレスへの参照。 SubResource の
フロントエンドポート 外部エンドポイントのポート。 各規則のポート番号は、ロード バランサー内で一意である必要があります。 使用可能な値の範囲は 1 ~ 65534 です。 整数 (int)
アイドルタイムアウト (分単位) TCP アイドル接続のタイムアウト。 値は 4 ~ 30 分の間で設定できます。 既定値は 4 分です。 この要素は、プロトコルが TCP に設定されている場合にのみ使用されます。 整数 (int)
議定書 負荷分散規則で使用されるトランスポート プロトコルへの参照。 「すべて」
'TCP'
「ウディプ」

Ipタグ

名前 形容 価値
ipTagType (英語) IP タグの種類。 例: FirstPartyUsage。
タグ パブリック IP に関連付けられている IP タグの値。 例: SQL。

NetworkInterfaceIPConfiguration (ネットワーク・インターフェース IPConfiguration)

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ネットワーク インターフェイスの IP 構成プロパティ。 NetworkInterfaceIPConfigurationPropertiesFormat

NetworkInterfaceIPConfigurationPropertiesFormat

名前 形容 価値
applicationGatewayBackendAddressPools ApplicationGatewayBackendAddressPool リソースの参照。 ApplicationGatewayBackendAddressPool[]
アプリケーションセキュリティグループ IP 構成が含まれるアプリケーション セキュリティ グループ。 アプリケーションセキュリティグループ[]
loadBalancerBackendAddressPools LoadBalancerBackendAddressPool リソースの参照。 バックエンドアドレスプール[]
loadBalancerInboundNatRules LoadBalancerInboundNatRules の参照の一覧。 InboundNatRule[]
原発 これがネットワーク インターフェイスの主要な顧客アドレスであるかどうか。 ブール (bool)
プライベートIPアドレス IP 構成のプライベート IP アドレス。
privateIPAddressVersion (プライベートIPAddressVersion) 特定の IP 構成が IPv4 か IPv6 か。 既定値は IPv4 です。 「IPv4」
「IPv6」
privateIPAllocationメソッド プライベート IP アドレスの割り当て方法。 「ダイナミック」
「静的」
publicIPアドレス IP 構成にバインドされたパブリック IP アドレス。 PublicIPアドレス
サブネット IP 構成にバインドされたサブネット。 サブネット
virtualNetworkTapsの 仮想ネットワーク タップへの参照。 VirtualNetworkTap[]

NetworkInterfaceTapConfigurationPropertiesFormat

名前 形容 価値
バーチャルネットワークタップ Virtual Network Tap リソースの参照。 VirtualNetworkTap を する

ネットワークセキュリティグループ

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ ネットワーク セキュリティ グループのプロパティ。 NetworkSecurityGroupPropertiesFormat
タグ リソース タグ。 リソースタグ

NetworkSecurityGroupPropertiesFormat

名前 形容 価値
デフォルトのセキュリティルール ネットワーク セキュリティ グループの既定のセキュリティ規則。 セキュリティルール[]
リソースギッド ネットワーク セキュリティ グループ リソースのリソース GUID プロパティ。
セキュリティルール ネットワーク セキュリティ グループのセキュリティ規則のコレクション。 セキュリティルール[]

パブリックIPアドレス

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ パブリック IP アドレスのプロパティ。 PublicIPAddressPropertiesFormat
エスケーユー パブリック IP アドレス SKU。 PublicIPAddressSku (パブリックIPAddressSku)
タグ リソース タグ。 リソースタグ
ゾーン リソースに割り当てられた IP を示す可用性ゾーンの一覧が必要です。 文字列[]

PublicIPAddressDns設定

名前 形容 価値
ドメイン名ラベル ドメイン名ラベル。 ドメイン名ラベルと地域化 DNS ゾーンを連結すると、パブリック IP アドレスに関連付けられている完全修飾ドメイン名が構成されます。 ドメイン名ラベルを指定すると、Microsoft Azure DNS システムのパブリック IP に対して DNS レコードが作成されます。
FQDNの パブリック IP に関連付けられている DNS レコードの完全修飾ドメイン名。 これは、domainNameLabel と地域化された DNS ゾーンの連結です。
リバースFqdn 逆引き FQDN。 このパブリック IP アドレスに解決される、ユーザーに表示される完全修飾ドメイン名。 reverseFqdn が指定されている場合は、in-addr.arpa ドメイン内の IP アドレスから逆 FQDN を指す PTR DNS レコードが作成されます。

PublicIPAddressPropertiesFormat

名前 形容 価値
ddos設定 パブリック IP アドレスに関連付けられている DDoS 保護カスタム ポリシー。 DdosSettings の
dns設定 パブリック IP アドレスに関連付けられている DNS レコードの FQDN。 PublicIPAddressDns設定
アイドルタイムアウト (分単位) パブリック IP アドレスのアイドル タイムアウト。 整数 (int)
IPアドレス パブリック IP アドレス リソースに関連付けられている IP アドレス。
ipタグ パブリック IP アドレスに関連付けられているタグの一覧。 Ipタグ[]
publicIPAddressVersion (パブリックIPAddressVersion) パブリック IP アドレスのバージョン。 「IPv4」
「IPv6」
publicIPAllocationメソッド パブリック IP アドレスの割り当て方法。 「ダイナミック」
「静的」
publicIPPrefixの このパブリック IP アドレスの割り当て先となるパブリック IP プレフィックス。 SubResource の
リソースギッド パブリック IP アドレス リソースのリソース GUID プロパティ。

PublicIPAddressSku (パブリックIPAddressSku)

名前 形容 価値
名前 パブリック IP アドレス SKU の名前。 「ベーシック」
「スタンダード」
名前 形容 価値
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ リソース ナビゲーション リンクのプロパティの形式。 リソースナビゲーションリンクフォーマット

リソースナビゲーションリンクフォーマット

名前 形容 価値
リンク 外部リソースへのリンク。
linkedResourceType (リンクリソースタイプ) リンクされたリソースのリソースの種類。

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

ルート

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ルートのプロパティ。 RoutePropertiesFormat の

ルートプロパティフォーマット

名前 形容 価値
アドレスプレフィックス ルートが適用される宛先 CIDR。
次のHopIpAddress IP アドレス パケットを転送する必要があります。 次ホップの値は、次ホップの種類が VirtualAppliance であるルートでのみ使用できます。
ネクストホップタイプ パケットの送信先となる Azure ホップの種類。 「インターネット」
「なし」
「VirtualAppliance」
「VirtualNetworkGateway」
'VnetLocal' (必須)

ルートテーブル

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ ルート テーブルのプロパティ。 RouteTablePropertiesFormat の
タグ リソース タグ。 リソースタグ

RouteTablePropertiesFormat (ルート テーブル プロパティ形式)

名前 形容 価値
disableBgpRoutePropagation (英語) そのルート テーブルで BGP によって学習されたルートを無効にするかどうか。 True は無効を意味します。 ブール (bool)
ルート ルート テーブル内に含まれるルートのコレクション。 ルート[]

セキュリティルール

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ セキュリティ規則のプロパティ。 SecurityRulePropertiesFormat の

SecurityRulePropertiesFormat

名前 形容 価値
アクセス ネットワーク トラフィックは許可または拒否されます。 「許可する」
'Deny' (必須)
形容 このルールの説明。 140 文字に制限されます。
destinationAddressプレフィックス 宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。
destinationAddressプレフィックス 宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。 文字列[]
destinationApplicationSecurityGroups 宛先として指定されたアプリケーション セキュリティ グループ。 アプリケーションセキュリティグループ[]
destinationPortRange (宛先ポートレンジ) 宛先ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。
destinationPortRanges(宛先ポート範囲) 宛先ポートの範囲。 文字列[]
方向 ルールの方向。 方向は、受信トラフィックまたは送信トラフィックでルールを評価するかどうかを指定します。 「インバウンド」
'Outbound' (必須)
優先権 ルールの優先順位。 値は 100 から 4096 の間で指定できます。 優先順位番号は、コレクション内の各ルールで一意である必要があります。 優先度の数値が小さいと、ルールの優先度が高くなります。 整数 (int)
議定書 この規則が適用されるネットワーク プロトコル。 '*'
「あぁ」
「エスプ」
「ICMP」
'TCP'
'Udp' (必須)
sourceAddressプレフィックス CIDR またはソース IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。 これがイングレス ルールの場合は、ネットワーク トラフィックの発信元を指定します。
sourceAddressプレフィックス CIDR またはソース IP 範囲。 文字列[]
sourceApplicationSecurityGroups (英語) ソースとして指定されたアプリケーション セキュリティ グループ。 アプリケーションセキュリティグループ[]
ソースポートレンジ ソース ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。
ソースポート範囲 ソース ポートの範囲。 文字列[]
名前 形容 価値
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ リソース ナビゲーション リンクのプロパティの形式。 ServiceAssociationLinkPropertiesFormat の
種類 リソースの種類。

ServiceAssociationLinkPropertiesFormat

名前 形容 価値
allowDelete(削除を許可) true の場合、リソースを削除できます。 ブール (bool)
リンク 外部リソースへのリンク。
linkedResourceType (リンクリソースタイプ) リンクされたリソースのリソースの種類。
場所 場所の一覧。 文字列[]

ServiceDelegationPropertiesFormat の略

名前 形容 価値
アクション 委任時にサービスに許可されるアクションについて説明します。 文字列[]
サービス名 サブネットを委任する必要があるサービスの名前 (Microsoft.Sql/servers など)。

サービスエンドポイントポリシー

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ サービス エンドポイント ポリシーのプロパティ。 ServiceEndpointPolicyPropertiesFormat の
タグ リソース タグ。 リソースタグ

サービスエンドポイントポリシー定義

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ サービス エンドポイント ポリシー定義のプロパティ。 ServiceEndpointPolicyDefinitionPropertiesFormat

ServiceEndpointPolicyDefinitionPropertiesFormat

名前 形容 価値
形容 このルールの説明。 140 文字に制限されます。
サービス サービス エンドポイント名。
サービスリソース サービス リソースの一覧。 文字列[]

ServiceEndpointPolicyPropertiesFormat

名前 形容 価値
サービスエンドポイントポリシー定義 サービス エンドポイント ポリシーのサービス エンドポイント ポリシー定義のコレクション。 ServiceEndpointPolicyDefinition[]

ServiceEndpointPropertiesFormat (サービスエンドポイントプロパティフォーマット)

名前 形容 価値
場所 場所の一覧。 文字列[]
サービス エンドポイント サービスの種類。

サブネット

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ サブネットのプロパティ。 SubnetPropertiesFormat (サブネットプロパティ形式)

SubnetPropertiesFormat (サブネットプロパティ形式)

名前 形容 価値
アドレスプレフィックス サブネットのアドレス プレフィックス。
addressプレフィックス サブネットのアドレス プレフィックスの一覧。 文字列[]
代表 団 サブネット上の委任への参照の配列。 委任[]
ナットゲートウェイ このサブネットに関連付けられている Nat ゲートウェイ。 SubResource の
ネットワークセキュリティグループ NetworkSecurityGroup リソースの参照。 ネットワークセキュリティグループ
privateEndpointNetworkPolicies (プライベートエンドポイントネットワークポリシー) サブネット内のプライベート エンドポイントでネットワーク ポリシーの適用を有効または無効にします。
privateLinkServiceNetworkPolicies (プライベートリンクサービスネットワークポリシー) サブネット内のプライベート リンク サービスに対するネットワーク ポリシーの適用を有効または無効にします。
リソースナビゲーションリンク サブネットを使用する外部リソースへの参照の配列。 リソースナビゲーションリンク[]
ルートテーブル RouteTable リソースの参照。 ルートテーブル
serviceAssociationリンク このサブネットに挿入されるサービスへの参照の配列。 サービスアソシエーションリンク[]
サービスエンドポイントポリシー サービス エンドポイント ポリシーの配列。 サービスエンドポイントポリシー[]
サービスエンドポイント サービス エンドポイントの配列。 サービスエンドポイントプロパティフォーマット[]

サブリソース

名前 形容 価値
身分証明書 リソース ID。

バーチャルネットワークタップ

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ 仮想ネットワークタップのプロパティ。 VirtualNetworkTapPropertiesFormat の
タグ リソース タグ。 リソースタグ

VirtualNetworkTapPropertiesFormat

名前 形容 価値
destinationLoadBalancerFrontEndIPConfiguration タップを受信する内部ロード バランサー上のプライベート IP アドレスへの参照。 フロントエンドIPConfiguration
destinationNetworkInterfaceIPConfiguration (宛先ネットワークインターフェース IPConfiguration) タップを受信するコレクター NIC のプライベート IP アドレスへの参照。 NetworkInterfaceIPConfiguration (ネットワーク・インターフェース IPConfiguration)
destinationPort (宛先ポート) タップされたトラフィックを受信する VXLAN 宛先ポート。 整数 (int)

ARM テンプレート リソース定義

networkInterfaces/tapConfigurations リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの - リソース グループのデプロイ コマンド 参照

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Network/networkInterfaces/tapConfigurations リソースを作成するには、次の JSON をテンプレートに追加します。

{
  "type": "Microsoft.Network/networkInterfaces/tapConfigurations",
  "apiVersion": "2019-08-01",
  "name": "string",
  "etag": "string",
  "properties": {
    "virtualNetworkTap": {
      "etag": "string",
      "id": "string",
      "location": "string",
      "properties": {
        "destinationLoadBalancerFrontEndIPConfiguration": {
          "etag": "string",
          "id": "string",
          "name": "string",
          "properties": {
            "privateIPAddress": "string",
            "privateIPAddressVersion": "string",
            "privateIPAllocationMethod": "string",
            "publicIPAddress": {
              "etag": "string",
              "id": "string",
              "location": "string",
              "properties": {
                "ddosSettings": {
                  "ddosCustomPolicy": {
                    "id": "string"
                  },
                  "protectionCoverage": "string"
                },
                "dnsSettings": {
                  "domainNameLabel": "string",
                  "fqdn": "string",
                  "reverseFqdn": "string"
                },
                "idleTimeoutInMinutes": "int",
                "ipAddress": "string",
                "ipTags": [
                  {
                    "ipTagType": "string",
                    "tag": "string"
                  }
                ],
                "publicIPAddressVersion": "string",
                "publicIPAllocationMethod": "string",
                "publicIPPrefix": {
                  "id": "string"
                },
                "resourceGuid": "string"
              },
              "sku": {
                "name": "string"
              },
              "tags": {
                "{customized property}": "string"
              },
              "zones": [ "string" ]
            },
            "publicIPPrefix": {
              "id": "string"
            },
            "subnet": {
              "etag": "string",
              "id": "string",
              "name": "string",
              "properties": {
                "addressPrefix": "string",
                "addressPrefixes": [ "string" ],
                "delegations": [
                  {
                    "etag": "string",
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "actions": [ "string" ],
                      "serviceName": "string"
                    }
                  }
                ],
                "natGateway": {
                  "id": "string"
                },
                "networkSecurityGroup": {
                  "etag": "string",
                  "id": "string",
                  "location": "string",
                  "properties": {
                    "defaultSecurityRules": [
                      {
                        "etag": "string",
                        "id": "string",
                        "name": "string",
                        "properties": {
                          "access": "string",
                          "description": "string",
                          "destinationAddressPrefix": "string",
                          "destinationAddressPrefixes": [ "string" ],
                          "destinationApplicationSecurityGroups": [
                            {
                              "id": "string",
                              "location": "string",
                              "properties": {
                              },
                              "tags": {
                                "{customized property}": "string"
                              }
                            }
                          ],
                          "destinationPortRange": "string",
                          "destinationPortRanges": [ "string" ],
                          "direction": "string",
                          "priority": "int",
                          "protocol": "string",
                          "sourceAddressPrefix": "string",
                          "sourceAddressPrefixes": [ "string" ],
                          "sourceApplicationSecurityGroups": [
                            {
                              "id": "string",
                              "location": "string",
                              "properties": {
                              },
                              "tags": {
                                "{customized property}": "string"
                              }
                            }
                          ],
                          "sourcePortRange": "string",
                          "sourcePortRanges": [ "string" ]
                        }
                      }
                    ],
                    "resourceGuid": "string",
                    "securityRules": [
                      {
                        "etag": "string",
                        "id": "string",
                        "name": "string",
                        "properties": {
                          "access": "string",
                          "description": "string",
                          "destinationAddressPrefix": "string",
                          "destinationAddressPrefixes": [ "string" ],
                          "destinationApplicationSecurityGroups": [
                            {
                              "id": "string",
                              "location": "string",
                              "properties": {
                              },
                              "tags": {
                                "{customized property}": "string"
                              }
                            }
                          ],
                          "destinationPortRange": "string",
                          "destinationPortRanges": [ "string" ],
                          "direction": "string",
                          "priority": "int",
                          "protocol": "string",
                          "sourceAddressPrefix": "string",
                          "sourceAddressPrefixes": [ "string" ],
                          "sourceApplicationSecurityGroups": [
                            {
                              "id": "string",
                              "location": "string",
                              "properties": {
                              },
                              "tags": {
                                "{customized property}": "string"
                              }
                            }
                          ],
                          "sourcePortRange": "string",
                          "sourcePortRanges": [ "string" ]
                        }
                      }
                    ]
                  },
                  "tags": {
                    "{customized property}": "string"
                  }
                },
                "privateEndpointNetworkPolicies": "string",
                "privateLinkServiceNetworkPolicies": "string",
                "resourceNavigationLinks": [
                  {
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "link": "string",
                      "linkedResourceType": "string"
                    }
                  }
                ],
                "routeTable": {
                  "etag": "string",
                  "id": "string",
                  "location": "string",
                  "properties": {
                    "disableBgpRoutePropagation": "bool",
                    "routes": [
                      {
                        "etag": "string",
                        "id": "string",
                        "name": "string",
                        "properties": {
                          "addressPrefix": "string",
                          "nextHopIpAddress": "string",
                          "nextHopType": "string"
                        }
                      }
                    ]
                  },
                  "tags": {
                    "{customized property}": "string"
                  }
                },
                "serviceAssociationLinks": [
                  {
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "allowDelete": "bool",
                      "link": "string",
                      "linkedResourceType": "string",
                      "locations": [ "string" ]
                    },
                    "type": "string"
                  }
                ],
                "serviceEndpointPolicies": [
                  {
                    "etag": "string",
                    "id": "string",
                    "location": "string",
                    "properties": {
                      "serviceEndpointPolicyDefinitions": [
                        {
                          "etag": "string",
                          "id": "string",
                          "name": "string",
                          "properties": {
                            "description": "string",
                            "service": "string",
                            "serviceResources": [ "string" ]
                          }
                        }
                      ]
                    },
                    "tags": {
                      "{customized property}": "string"
                    }
                  }
                ],
                "serviceEndpoints": [
                  {
                    "locations": [ "string" ],
                    "service": "string"
                  }
                ]
              }
            }
          },
          "zones": [ "string" ]
        },
        "destinationNetworkInterfaceIPConfiguration": {
          "etag": "string",
          "id": "string",
          "name": "string",
          "properties": {
            "applicationGatewayBackendAddressPools": [
              {
                "etag": "string",
                "id": "string",
                "name": "string",
                "properties": {
                  "backendAddresses": [
                    {
                      "fqdn": "string",
                      "ipAddress": "string"
                    }
                  ],
                  "backendIPConfigurations": [
                    ...
                  ]
                },
                "type": "string"
              }
            ],
            "applicationSecurityGroups": [
              {
                "id": "string",
                "location": "string",
                "properties": {
                },
                "tags": {
                  "{customized property}": "string"
                }
              }
            ],
            "loadBalancerBackendAddressPools": [
              {
                "etag": "string",
                "id": "string",
                "name": "string",
                "properties": {
                }
              }
            ],
            "loadBalancerInboundNatRules": [
              {
                "etag": "string",
                "id": "string",
                "name": "string",
                "properties": {
                  "backendPort": "int",
                  "enableFloatingIP": "bool",
                  "enableTcpReset": "bool",
                  "frontendIPConfiguration": {
                    "id": "string"
                  },
                  "frontendPort": "int",
                  "idleTimeoutInMinutes": "int",
                  "protocol": "string"
                }
              }
            ],
            "primary": "bool",
            "privateIPAddress": "string",
            "privateIPAddressVersion": "string",
            "privateIPAllocationMethod": "string",
            "publicIPAddress": {
              "etag": "string",
              "id": "string",
              "location": "string",
              "properties": {
                "ddosSettings": {
                  "ddosCustomPolicy": {
                    "id": "string"
                  },
                  "protectionCoverage": "string"
                },
                "dnsSettings": {
                  "domainNameLabel": "string",
                  "fqdn": "string",
                  "reverseFqdn": "string"
                },
                "idleTimeoutInMinutes": "int",
                "ipAddress": "string",
                "ipTags": [
                  {
                    "ipTagType": "string",
                    "tag": "string"
                  }
                ],
                "publicIPAddressVersion": "string",
                "publicIPAllocationMethod": "string",
                "publicIPPrefix": {
                  "id": "string"
                },
                "resourceGuid": "string"
              },
              "sku": {
                "name": "string"
              },
              "tags": {
                "{customized property}": "string"
              },
              "zones": [ "string" ]
            },
            "subnet": {
              "etag": "string",
              "id": "string",
              "name": "string",
              "properties": {
                "addressPrefix": "string",
                "addressPrefixes": [ "string" ],
                "delegations": [
                  {
                    "etag": "string",
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "actions": [ "string" ],
                      "serviceName": "string"
                    }
                  }
                ],
                "natGateway": {
                  "id": "string"
                },
                "networkSecurityGroup": {
                  "etag": "string",
                  "id": "string",
                  "location": "string",
                  "properties": {
                    "defaultSecurityRules": [
                      {
                        "etag": "string",
                        "id": "string",
                        "name": "string",
                        "properties": {
                          "access": "string",
                          "description": "string",
                          "destinationAddressPrefix": "string",
                          "destinationAddressPrefixes": [ "string" ],
                          "destinationApplicationSecurityGroups": [
                            {
                              "id": "string",
                              "location": "string",
                              "properties": {
                              },
                              "tags": {
                                "{customized property}": "string"
                              }
                            }
                          ],
                          "destinationPortRange": "string",
                          "destinationPortRanges": [ "string" ],
                          "direction": "string",
                          "priority": "int",
                          "protocol": "string",
                          "sourceAddressPrefix": "string",
                          "sourceAddressPrefixes": [ "string" ],
                          "sourceApplicationSecurityGroups": [
                            {
                              "id": "string",
                              "location": "string",
                              "properties": {
                              },
                              "tags": {
                                "{customized property}": "string"
                              }
                            }
                          ],
                          "sourcePortRange": "string",
                          "sourcePortRanges": [ "string" ]
                        }
                      }
                    ],
                    "resourceGuid": "string",
                    "securityRules": [
                      {
                        "etag": "string",
                        "id": "string",
                        "name": "string",
                        "properties": {
                          "access": "string",
                          "description": "string",
                          "destinationAddressPrefix": "string",
                          "destinationAddressPrefixes": [ "string" ],
                          "destinationApplicationSecurityGroups": [
                            {
                              "id": "string",
                              "location": "string",
                              "properties": {
                              },
                              "tags": {
                                "{customized property}": "string"
                              }
                            }
                          ],
                          "destinationPortRange": "string",
                          "destinationPortRanges": [ "string" ],
                          "direction": "string",
                          "priority": "int",
                          "protocol": "string",
                          "sourceAddressPrefix": "string",
                          "sourceAddressPrefixes": [ "string" ],
                          "sourceApplicationSecurityGroups": [
                            {
                              "id": "string",
                              "location": "string",
                              "properties": {
                              },
                              "tags": {
                                "{customized property}": "string"
                              }
                            }
                          ],
                          "sourcePortRange": "string",
                          "sourcePortRanges": [ "string" ]
                        }
                      }
                    ]
                  },
                  "tags": {
                    "{customized property}": "string"
                  }
                },
                "privateEndpointNetworkPolicies": "string",
                "privateLinkServiceNetworkPolicies": "string",
                "resourceNavigationLinks": [
                  {
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "link": "string",
                      "linkedResourceType": "string"
                    }
                  }
                ],
                "routeTable": {
                  "etag": "string",
                  "id": "string",
                  "location": "string",
                  "properties": {
                    "disableBgpRoutePropagation": "bool",
                    "routes": [
                      {
                        "etag": "string",
                        "id": "string",
                        "name": "string",
                        "properties": {
                          "addressPrefix": "string",
                          "nextHopIpAddress": "string",
                          "nextHopType": "string"
                        }
                      }
                    ]
                  },
                  "tags": {
                    "{customized property}": "string"
                  }
                },
                "serviceAssociationLinks": [
                  {
                    "id": "string",
                    "name": "string",
                    "properties": {
                      "allowDelete": "bool",
                      "link": "string",
                      "linkedResourceType": "string",
                      "locations": [ "string" ]
                    },
                    "type": "string"
                  }
                ],
                "serviceEndpointPolicies": [
                  {
                    "etag": "string",
                    "id": "string",
                    "location": "string",
                    "properties": {
                      "serviceEndpointPolicyDefinitions": [
                        {
                          "etag": "string",
                          "id": "string",
                          "name": "string",
                          "properties": {
                            "description": "string",
                            "service": "string",
                            "serviceResources": [ "string" ]
                          }
                        }
                      ]
                    },
                    "tags": {
                      "{customized property}": "string"
                    }
                  }
                ],
                "serviceEndpoints": [
                  {
                    "locations": [ "string" ],
                    "service": "string"
                  }
                ]
              }
            },
            "virtualNetworkTaps": [
              ...
            ]
          }
        },
        "destinationPort": "int"
      },
      "tags": {
        "{customized property}": "string"
      }
    }
  }
}

プロパティ値

Microsoft.Network/networkInterfaces/tapConfigurations (英語)

名前 形容 価値
apiVersion (英語) API のバージョン '2019-08-01'
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
名前 リソース名 string (必須)
プロパティ Virtual Network Tap 構成のプロパティ。 NetworkInterfaceTapConfigurationPropertiesFormat
種類 リソースの種類 'Microsoft.Network/networkInterfaces/tapConfigurations'

ApplicationGatewayBackendアドレス

名前 形容 価値
FQDNの 完全修飾ドメイン名 (FQDN)。
IPアドレス IPアドレス。

ApplicationGatewayBackendAddressPool

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 Application Gateway 内で一意であるバックエンド アドレス プールの名前。
プロパティ アプリケーション ゲートウェイ バックエンド アドレス プールのプロパティ。 ApplicationGatewayBackendAddressPoolPropertiesFormat の
種類 リソースの種類。

ApplicationGatewayBackendAddressPoolPropertiesFormat

名前 形容 価値
バックエンドアドレス バックエンド アドレス。 ApplicationGatewayBackendアドレス[]
バックエンドIPConfigurations ネットワーク インターフェイスで定義されている IP への参照のコレクション。 NetworkInterfaceIPConfiguration[]

アプリケーションセキュリティグループ

名前 形容 価値
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ アプリケーション セキュリティ グループのプロパティ。 ApplicationSecurityGroupPropertiesFormat の
タグ リソース タグ。 リソースタグ

ApplicationSecurityGroupPropertiesFormat

名前 形容 価値

バックエンドアドレスプール

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 ロード バランサーによって使用されるバックエンド アドレス プールのセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ロード バランサー バックエンド アドレス プールのプロパティ。 BackendAddressPoolPropertiesFormat の

バックエンドアドレスプールプロパティフォーマット

名前 形容 価値

DdosSettings (Ddos設定)

名前 形容 価値
ddosCustomPolicy (英語) パブリック IP に関連付けられている DDoS カスタム ポリシー。 SubResource の
保護カバレッジ パブリック IP の DDoS 保護ポリシーのカスタマイズ性。 カスタマイズできるのは標準カバレッジのみです。 「ベーシック」
「スタンダード」

代表

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 サブネット内で一意のリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ サブネットのプロパティ。 ServiceDelegationPropertiesFormat の

フロントエンドIPConfiguration

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 ロード バランサーによって使用されるフロントエンド IP 構成のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ロード バランサー プローブのプロパティ。 フロントエンドIPConfigurationPropertiesFormat
ゾーン リソースに割り当てられた IP を示す可用性ゾーンの一覧が必要です。 文字列[]

フロントエンドIPConfigurationPropertiesFormat

名前 形容 価値
プライベートIPアドレス IP 構成のプライベート IP アドレス。
privateIPAddressVersion (プライベートIPAddressVersion) 特定の ipconfiguration が IPv4 か IPv6 か。 既定値は IPv4 と見なされます。 「IPv4」
「IPv6」
privateIPAllocationメソッド プライベート IP 割り当て方法。 「ダイナミック」
「静的」
publicIPアドレス パブリック IP リソースの参照。 PublicIPアドレス
publicIPPrefixの パブリック IP プレフィックス リソースの参照。 SubResource の
サブネット サブネット リソースの参照。 サブネット

InboundNatRule (英語)

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 ロード バランサーによって使用される受信 NAT 規則のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ロード バランサーの受信 NAT 規則のプロパティ。 InboundNatRulePropertiesFormat を する

InboundNatRulePropertiesFormat

名前 形容 価値
バックエンドポート 内部エンドポイントに使用されるポート。 使用できる値の範囲は 1 ~ 65535 です。 整数 (int)
enableフローティングIP SQL AlwaysOn 可用性グループを構成するために必要なフローティング IP 機能用に仮想マシンのエンドポイントを構成します。 この設定は、SQL Server で SQL AlwaysOn 可用性グループを使用する場合に必要です。 エンドポイントを作成した後は、この設定を変更できません。 ブール (bool)
enableTcpリセット TCP フローのアイドル タイムアウトまたは予期しない接続終了時に双方向 TCP リセットを受信します。 この要素は、プロトコルが TCP に設定されている場合にのみ使用されます。 ブール (bool)
フロントエンドIPConfiguration フロントエンド IP アドレスへの参照。 SubResource の
フロントエンドポート 外部エンドポイントのポート。 各規則のポート番号は、ロード バランサー内で一意である必要があります。 使用可能な値の範囲は 1 ~ 65534 です。 整数 (int)
アイドルタイムアウト (分単位) TCP アイドル接続のタイムアウト。 値は 4 ~ 30 分の間で設定できます。 既定値は 4 分です。 この要素は、プロトコルが TCP に設定されている場合にのみ使用されます。 整数 (int)
議定書 負荷分散規則で使用されるトランスポート プロトコルへの参照。 「すべて」
'TCP'
「ウディプ」

Ipタグ

名前 形容 価値
ipTagType (英語) IP タグの種類。 例: FirstPartyUsage。
タグ パブリック IP に関連付けられている IP タグの値。 例: SQL。

NetworkInterfaceIPConfiguration (ネットワーク・インターフェース IPConfiguration)

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ネットワーク インターフェイスの IP 構成プロパティ。 NetworkInterfaceIPConfigurationPropertiesFormat

NetworkInterfaceIPConfigurationPropertiesFormat

名前 形容 価値
applicationGatewayBackendAddressPools ApplicationGatewayBackendAddressPool リソースの参照。 ApplicationGatewayBackendAddressPool[]
アプリケーションセキュリティグループ IP 構成が含まれるアプリケーション セキュリティ グループ。 アプリケーションセキュリティグループ[]
loadBalancerBackendAddressPools LoadBalancerBackendAddressPool リソースの参照。 バックエンドアドレスプール[]
loadBalancerInboundNatRules LoadBalancerInboundNatRules の参照の一覧。 InboundNatRule[]
原発 これがネットワーク インターフェイスの主要な顧客アドレスであるかどうか。 ブール (bool)
プライベートIPアドレス IP 構成のプライベート IP アドレス。
privateIPAddressVersion (プライベートIPAddressVersion) 特定の IP 構成が IPv4 か IPv6 か。 既定値は IPv4 です。 「IPv4」
「IPv6」
privateIPAllocationメソッド プライベート IP アドレスの割り当て方法。 「ダイナミック」
「静的」
publicIPアドレス IP 構成にバインドされたパブリック IP アドレス。 PublicIPアドレス
サブネット IP 構成にバインドされたサブネット。 サブネット
virtualNetworkTapsの 仮想ネットワーク タップへの参照。 VirtualNetworkTap[]

NetworkInterfaceTapConfigurationPropertiesFormat

名前 形容 価値
バーチャルネットワークタップ Virtual Network Tap リソースの参照。 VirtualNetworkTap を する

ネットワークセキュリティグループ

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ ネットワーク セキュリティ グループのプロパティ。 NetworkSecurityGroupPropertiesFormat
タグ リソース タグ。 リソースタグ

NetworkSecurityGroupPropertiesFormat

名前 形容 価値
デフォルトのセキュリティルール ネットワーク セキュリティ グループの既定のセキュリティ規則。 セキュリティルール[]
リソースギッド ネットワーク セキュリティ グループ リソースのリソース GUID プロパティ。
セキュリティルール ネットワーク セキュリティ グループのセキュリティ規則のコレクション。 セキュリティルール[]

パブリックIPアドレス

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ パブリック IP アドレスのプロパティ。 PublicIPAddressPropertiesFormat
エスケーユー パブリック IP アドレス SKU。 PublicIPAddressSku (パブリックIPAddressSku)
タグ リソース タグ。 リソースタグ
ゾーン リソースに割り当てられた IP を示す可用性ゾーンの一覧が必要です。 文字列[]

PublicIPAddressDns設定

名前 形容 価値
ドメイン名ラベル ドメイン名ラベル。 ドメイン名ラベルと地域化 DNS ゾーンを連結すると、パブリック IP アドレスに関連付けられている完全修飾ドメイン名が構成されます。 ドメイン名ラベルを指定すると、Microsoft Azure DNS システムのパブリック IP に対して DNS レコードが作成されます。
FQDNの パブリック IP に関連付けられている DNS レコードの完全修飾ドメイン名。 これは、domainNameLabel と地域化された DNS ゾーンの連結です。
リバースFqdn 逆引き FQDN。 このパブリック IP アドレスに解決される、ユーザーに表示される完全修飾ドメイン名。 reverseFqdn が指定されている場合は、in-addr.arpa ドメイン内の IP アドレスから逆 FQDN を指す PTR DNS レコードが作成されます。

PublicIPAddressPropertiesFormat

名前 形容 価値
ddos設定 パブリック IP アドレスに関連付けられている DDoS 保護カスタム ポリシー。 DdosSettings の
dns設定 パブリック IP アドレスに関連付けられている DNS レコードの FQDN。 PublicIPAddressDns設定
アイドルタイムアウト (分単位) パブリック IP アドレスのアイドル タイムアウト。 整数 (int)
IPアドレス パブリック IP アドレス リソースに関連付けられている IP アドレス。
ipタグ パブリック IP アドレスに関連付けられているタグの一覧。 Ipタグ[]
publicIPAddressVersion (パブリックIPAddressVersion) パブリック IP アドレスのバージョン。 「IPv4」
「IPv6」
publicIPAllocationメソッド パブリック IP アドレスの割り当て方法。 「ダイナミック」
「静的」
publicIPPrefixの このパブリック IP アドレスの割り当て先となるパブリック IP プレフィックス。 SubResource の
リソースギッド パブリック IP アドレス リソースのリソース GUID プロパティ。

PublicIPAddressSku (パブリックIPAddressSku)

名前 形容 価値
名前 パブリック IP アドレス SKU の名前。 「ベーシック」
「スタンダード」
名前 形容 価値
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ リソース ナビゲーション リンクのプロパティの形式。 リソースナビゲーションリンクフォーマット

リソースナビゲーションリンクフォーマット

名前 形容 価値
リンク 外部リソースへのリンク。
linkedResourceType (リンクリソースタイプ) リンクされたリソースのリソースの種類。

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

ルート

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ルートのプロパティ。 RoutePropertiesFormat の

ルートプロパティフォーマット

名前 形容 価値
アドレスプレフィックス ルートが適用される宛先 CIDR。
次のHopIpAddress IP アドレス パケットを転送する必要があります。 次ホップの値は、次ホップの種類が VirtualAppliance であるルートでのみ使用できます。
ネクストホップタイプ パケットの送信先となる Azure ホップの種類。 「インターネット」
「なし」
「VirtualAppliance」
「VirtualNetworkGateway」
'VnetLocal' (必須)

ルートテーブル

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ ルート テーブルのプロパティ。 RouteTablePropertiesFormat の
タグ リソース タグ。 リソースタグ

RouteTablePropertiesFormat (ルート テーブル プロパティ形式)

名前 形容 価値
disableBgpRoutePropagation (英語) そのルート テーブルで BGP によって学習されたルートを無効にするかどうか。 True は無効を意味します。 ブール (bool)
ルート ルート テーブル内に含まれるルートのコレクション。 ルート[]

セキュリティルール

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ セキュリティ規則のプロパティ。 SecurityRulePropertiesFormat の

SecurityRulePropertiesFormat

名前 形容 価値
アクセス ネットワーク トラフィックは許可または拒否されます。 「許可する」
'Deny' (必須)
形容 このルールの説明。 140 文字に制限されます。
destinationAddressプレフィックス 宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。
destinationAddressプレフィックス 宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。 文字列[]
destinationApplicationSecurityGroups 宛先として指定されたアプリケーション セキュリティ グループ。 アプリケーションセキュリティグループ[]
destinationPortRange (宛先ポートレンジ) 宛先ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。
destinationPortRanges(宛先ポート範囲) 宛先ポートの範囲。 文字列[]
方向 ルールの方向。 方向は、受信トラフィックまたは送信トラフィックでルールを評価するかどうかを指定します。 「インバウンド」
'Outbound' (必須)
優先権 ルールの優先順位。 値は 100 から 4096 の間で指定できます。 優先順位番号は、コレクション内の各ルールで一意である必要があります。 優先度の数値が小さいと、ルールの優先度が高くなります。 整数 (int)
議定書 この規則が適用されるネットワーク プロトコル。 '*'
「あぁ」
「エスプ」
「ICMP」
'TCP'
'Udp' (必須)
sourceAddressプレフィックス CIDR またはソース IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。 これがイングレス ルールの場合は、ネットワーク トラフィックの発信元を指定します。
sourceAddressプレフィックス CIDR またはソース IP 範囲。 文字列[]
sourceApplicationSecurityGroups (英語) ソースとして指定されたアプリケーション セキュリティ グループ。 アプリケーションセキュリティグループ[]
ソースポートレンジ ソース ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。
ソースポート範囲 ソース ポートの範囲。 文字列[]
名前 形容 価値
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ リソース ナビゲーション リンクのプロパティの形式。 ServiceAssociationLinkPropertiesFormat の
種類 リソースの種類。

ServiceAssociationLinkPropertiesFormat

名前 形容 価値
allowDelete(削除を許可) true の場合、リソースを削除できます。 ブール (bool)
リンク 外部リソースへのリンク。
linkedResourceType (リンクリソースタイプ) リンクされたリソースのリソースの種類。
場所 場所の一覧。 文字列[]

ServiceDelegationPropertiesFormat の略

名前 形容 価値
アクション 委任時にサービスに許可されるアクションについて説明します。 文字列[]
サービス名 サブネットを委任する必要があるサービスの名前 (Microsoft.Sql/servers など)。

サービスエンドポイントポリシー

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ サービス エンドポイント ポリシーのプロパティ。 ServiceEndpointPolicyPropertiesFormat の
タグ リソース タグ。 リソースタグ

サービスエンドポイントポリシー定義

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ サービス エンドポイント ポリシー定義のプロパティ。 ServiceEndpointPolicyDefinitionPropertiesFormat

ServiceEndpointPolicyDefinitionPropertiesFormat

名前 形容 価値
形容 このルールの説明。 140 文字に制限されます。
サービス サービス エンドポイント名。
サービスリソース サービス リソースの一覧。 文字列[]

ServiceEndpointPolicyPropertiesFormat

名前 形容 価値
サービスエンドポイントポリシー定義 サービス エンドポイント ポリシーのサービス エンドポイント ポリシー定義のコレクション。 ServiceEndpointPolicyDefinition[]

ServiceEndpointPropertiesFormat (サービスエンドポイントプロパティフォーマット)

名前 形容 価値
場所 場所の一覧。 文字列[]
サービス エンドポイント サービスの種類。

サブネット

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ サブネットのプロパティ。 SubnetPropertiesFormat (サブネットプロパティ形式)

SubnetPropertiesFormat (サブネットプロパティ形式)

名前 形容 価値
アドレスプレフィックス サブネットのアドレス プレフィックス。
addressプレフィックス サブネットのアドレス プレフィックスの一覧。 文字列[]
代表 団 サブネット上の委任への参照の配列。 委任[]
ナットゲートウェイ このサブネットに関連付けられている Nat ゲートウェイ。 SubResource の
ネットワークセキュリティグループ NetworkSecurityGroup リソースの参照。 ネットワークセキュリティグループ
privateEndpointNetworkPolicies (プライベートエンドポイントネットワークポリシー) サブネット内のプライベート エンドポイントでネットワーク ポリシーの適用を有効または無効にします。
privateLinkServiceNetworkPolicies (プライベートリンクサービスネットワークポリシー) サブネット内のプライベート リンク サービスに対するネットワーク ポリシーの適用を有効または無効にします。
リソースナビゲーションリンク サブネットを使用する外部リソースへの参照の配列。 リソースナビゲーションリンク[]
ルートテーブル RouteTable リソースの参照。 ルートテーブル
serviceAssociationリンク このサブネットに挿入されるサービスへの参照の配列。 サービスアソシエーションリンク[]
サービスエンドポイントポリシー サービス エンドポイント ポリシーの配列。 サービスエンドポイントポリシー[]
サービスエンドポイント サービス エンドポイントの配列。 サービスエンドポイントプロパティフォーマット[]

サブリソース

名前 形容 価値
身分証明書 リソース ID。

バーチャルネットワークタップ

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ 仮想ネットワークタップのプロパティ。 VirtualNetworkTapPropertiesFormat の
タグ リソース タグ。 リソースタグ

VirtualNetworkTapPropertiesFormat

名前 形容 価値
destinationLoadBalancerFrontEndIPConfiguration タップを受信する内部ロード バランサー上のプライベート IP アドレスへの参照。 フロントエンドIPConfiguration
destinationNetworkInterfaceIPConfiguration (宛先ネットワークインターフェース IPConfiguration) タップを受信するコレクター NIC のプライベート IP アドレスへの参照。 NetworkInterfaceIPConfiguration (ネットワーク・インターフェース IPConfiguration)
destinationPort (宛先ポート) タップされたトラフィックを受信する VXLAN 宛先ポート。 整数 (int)

使用例

Terraform (AzAPI プロバイダー) リソース定義

networkInterfaces/tapConfigurations リソースの種類は、次を対象とする操作でデプロイできます。

  • リソース グループの

各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。

リソースの形式

Microsoft.Network/networkInterfaces/tapConfigurations リソースを作成するには、次の Terraform をテンプレートに追加します。

resource "azapi_resource" "symbolicname" {
  type = "Microsoft.Network/networkInterfaces/tapConfigurations@2019-08-01"
  name = "string"
  parent_id = "string"
  body = {
    etag = "string"
    properties = {
      virtualNetworkTap = {
        etag = "string"
        id = "string"
        location = "string"
        properties = {
          destinationLoadBalancerFrontEndIPConfiguration = {
            etag = "string"
            id = "string"
            name = "string"
            properties = {
              privateIPAddress = "string"
              privateIPAddressVersion = "string"
              privateIPAllocationMethod = "string"
              publicIPAddress = {
                etag = "string"
                id = "string"
                location = "string"
                properties = {
                  ddosSettings = {
                    ddosCustomPolicy = {
                      id = "string"
                    }
                    protectionCoverage = "string"
                  }
                  dnsSettings = {
                    domainNameLabel = "string"
                    fqdn = "string"
                    reverseFqdn = "string"
                  }
                  idleTimeoutInMinutes = int
                  ipAddress = "string"
                  ipTags = [
                    {
                      ipTagType = "string"
                      tag = "string"
                    }
                  ]
                  publicIPAddressVersion = "string"
                  publicIPAllocationMethod = "string"
                  publicIPPrefix = {
                    id = "string"
                  }
                  resourceGuid = "string"
                }
                sku = {
                  name = "string"
                }
                tags = {
                  {customized property} = "string"
                }
                zones = [
                  "string"
                ]
              }
              publicIPPrefix = {
                id = "string"
              }
              subnet = {
                etag = "string"
                id = "string"
                name = "string"
                properties = {
                  addressPrefix = "string"
                  addressPrefixes = [
                    "string"
                  ]
                  delegations = [
                    {
                      etag = "string"
                      id = "string"
                      name = "string"
                      properties = {
                        actions = [
                          "string"
                        ]
                        serviceName = "string"
                      }
                    }
                  ]
                  natGateway = {
                    id = "string"
                  }
                  networkSecurityGroup = {
                    etag = "string"
                    id = "string"
                    location = "string"
                    properties = {
                      defaultSecurityRules = [
                        {
                          etag = "string"
                          id = "string"
                          name = "string"
                          properties = {
                            access = "string"
                            description = "string"
                            destinationAddressPrefix = "string"
                            destinationAddressPrefixes = [
                              "string"
                            ]
                            destinationApplicationSecurityGroups = [
                              {
                                id = "string"
                                location = "string"
                                properties = {
                                }
                                tags = {
                                  {customized property} = "string"
                                }
                              }
                            ]
                            destinationPortRange = "string"
                            destinationPortRanges = [
                              "string"
                            ]
                            direction = "string"
                            priority = int
                            protocol = "string"
                            sourceAddressPrefix = "string"
                            sourceAddressPrefixes = [
                              "string"
                            ]
                            sourceApplicationSecurityGroups = [
                              {
                                id = "string"
                                location = "string"
                                properties = {
                                }
                                tags = {
                                  {customized property} = "string"
                                }
                              }
                            ]
                            sourcePortRange = "string"
                            sourcePortRanges = [
                              "string"
                            ]
                          }
                        }
                      ]
                      resourceGuid = "string"
                      securityRules = [
                        {
                          etag = "string"
                          id = "string"
                          name = "string"
                          properties = {
                            access = "string"
                            description = "string"
                            destinationAddressPrefix = "string"
                            destinationAddressPrefixes = [
                              "string"
                            ]
                            destinationApplicationSecurityGroups = [
                              {
                                id = "string"
                                location = "string"
                                properties = {
                                }
                                tags = {
                                  {customized property} = "string"
                                }
                              }
                            ]
                            destinationPortRange = "string"
                            destinationPortRanges = [
                              "string"
                            ]
                            direction = "string"
                            priority = int
                            protocol = "string"
                            sourceAddressPrefix = "string"
                            sourceAddressPrefixes = [
                              "string"
                            ]
                            sourceApplicationSecurityGroups = [
                              {
                                id = "string"
                                location = "string"
                                properties = {
                                }
                                tags = {
                                  {customized property} = "string"
                                }
                              }
                            ]
                            sourcePortRange = "string"
                            sourcePortRanges = [
                              "string"
                            ]
                          }
                        }
                      ]
                    }
                    tags = {
                      {customized property} = "string"
                    }
                  }
                  privateEndpointNetworkPolicies = "string"
                  privateLinkServiceNetworkPolicies = "string"
                  resourceNavigationLinks = [
                    {
                      id = "string"
                      name = "string"
                      properties = {
                        link = "string"
                        linkedResourceType = "string"
                      }
                    }
                  ]
                  routeTable = {
                    etag = "string"
                    id = "string"
                    location = "string"
                    properties = {
                      disableBgpRoutePropagation = bool
                      routes = [
                        {
                          etag = "string"
                          id = "string"
                          name = "string"
                          properties = {
                            addressPrefix = "string"
                            nextHopIpAddress = "string"
                            nextHopType = "string"
                          }
                        }
                      ]
                    }
                    tags = {
                      {customized property} = "string"
                    }
                  }
                  serviceAssociationLinks = [
                    {
                      id = "string"
                      name = "string"
                      properties = {
                        allowDelete = bool
                        link = "string"
                        linkedResourceType = "string"
                        locations = [
                          "string"
                        ]
                      }
                      type = "string"
                    }
                  ]
                  serviceEndpointPolicies = [
                    {
                      etag = "string"
                      id = "string"
                      location = "string"
                      properties = {
                        serviceEndpointPolicyDefinitions = [
                          {
                            etag = "string"
                            id = "string"
                            name = "string"
                            properties = {
                              description = "string"
                              service = "string"
                              serviceResources = [
                                "string"
                              ]
                            }
                          }
                        ]
                      }
                      tags = {
                        {customized property} = "string"
                      }
                    }
                  ]
                  serviceEndpoints = [
                    {
                      locations = [
                        "string"
                      ]
                      service = "string"
                    }
                  ]
                }
              }
            }
            zones = [
              "string"
            ]
          }
          destinationNetworkInterfaceIPConfiguration = {
            etag = "string"
            id = "string"
            name = "string"
            properties = {
              applicationGatewayBackendAddressPools = [
                {
                  etag = "string"
                  id = "string"
                  name = "string"
                  properties = {
                    backendAddresses = [
                      {
                        fqdn = "string"
                        ipAddress = "string"
                      }
                    ]
                    backendIPConfigurations = [
                      ...
                    ]
                  }
                  type = "string"
                }
              ]
              applicationSecurityGroups = [
                {
                  id = "string"
                  location = "string"
                  properties = {
                  }
                  tags = {
                    {customized property} = "string"
                  }
                }
              ]
              loadBalancerBackendAddressPools = [
                {
                  etag = "string"
                  id = "string"
                  name = "string"
                  properties = {
                  }
                }
              ]
              loadBalancerInboundNatRules = [
                {
                  etag = "string"
                  id = "string"
                  name = "string"
                  properties = {
                    backendPort = int
                    enableFloatingIP = bool
                    enableTcpReset = bool
                    frontendIPConfiguration = {
                      id = "string"
                    }
                    frontendPort = int
                    idleTimeoutInMinutes = int
                    protocol = "string"
                  }
                }
              ]
              primary = bool
              privateIPAddress = "string"
              privateIPAddressVersion = "string"
              privateIPAllocationMethod = "string"
              publicIPAddress = {
                etag = "string"
                id = "string"
                location = "string"
                properties = {
                  ddosSettings = {
                    ddosCustomPolicy = {
                      id = "string"
                    }
                    protectionCoverage = "string"
                  }
                  dnsSettings = {
                    domainNameLabel = "string"
                    fqdn = "string"
                    reverseFqdn = "string"
                  }
                  idleTimeoutInMinutes = int
                  ipAddress = "string"
                  ipTags = [
                    {
                      ipTagType = "string"
                      tag = "string"
                    }
                  ]
                  publicIPAddressVersion = "string"
                  publicIPAllocationMethod = "string"
                  publicIPPrefix = {
                    id = "string"
                  }
                  resourceGuid = "string"
                }
                sku = {
                  name = "string"
                }
                tags = {
                  {customized property} = "string"
                }
                zones = [
                  "string"
                ]
              }
              subnet = {
                etag = "string"
                id = "string"
                name = "string"
                properties = {
                  addressPrefix = "string"
                  addressPrefixes = [
                    "string"
                  ]
                  delegations = [
                    {
                      etag = "string"
                      id = "string"
                      name = "string"
                      properties = {
                        actions = [
                          "string"
                        ]
                        serviceName = "string"
                      }
                    }
                  ]
                  natGateway = {
                    id = "string"
                  }
                  networkSecurityGroup = {
                    etag = "string"
                    id = "string"
                    location = "string"
                    properties = {
                      defaultSecurityRules = [
                        {
                          etag = "string"
                          id = "string"
                          name = "string"
                          properties = {
                            access = "string"
                            description = "string"
                            destinationAddressPrefix = "string"
                            destinationAddressPrefixes = [
                              "string"
                            ]
                            destinationApplicationSecurityGroups = [
                              {
                                id = "string"
                                location = "string"
                                properties = {
                                }
                                tags = {
                                  {customized property} = "string"
                                }
                              }
                            ]
                            destinationPortRange = "string"
                            destinationPortRanges = [
                              "string"
                            ]
                            direction = "string"
                            priority = int
                            protocol = "string"
                            sourceAddressPrefix = "string"
                            sourceAddressPrefixes = [
                              "string"
                            ]
                            sourceApplicationSecurityGroups = [
                              {
                                id = "string"
                                location = "string"
                                properties = {
                                }
                                tags = {
                                  {customized property} = "string"
                                }
                              }
                            ]
                            sourcePortRange = "string"
                            sourcePortRanges = [
                              "string"
                            ]
                          }
                        }
                      ]
                      resourceGuid = "string"
                      securityRules = [
                        {
                          etag = "string"
                          id = "string"
                          name = "string"
                          properties = {
                            access = "string"
                            description = "string"
                            destinationAddressPrefix = "string"
                            destinationAddressPrefixes = [
                              "string"
                            ]
                            destinationApplicationSecurityGroups = [
                              {
                                id = "string"
                                location = "string"
                                properties = {
                                }
                                tags = {
                                  {customized property} = "string"
                                }
                              }
                            ]
                            destinationPortRange = "string"
                            destinationPortRanges = [
                              "string"
                            ]
                            direction = "string"
                            priority = int
                            protocol = "string"
                            sourceAddressPrefix = "string"
                            sourceAddressPrefixes = [
                              "string"
                            ]
                            sourceApplicationSecurityGroups = [
                              {
                                id = "string"
                                location = "string"
                                properties = {
                                }
                                tags = {
                                  {customized property} = "string"
                                }
                              }
                            ]
                            sourcePortRange = "string"
                            sourcePortRanges = [
                              "string"
                            ]
                          }
                        }
                      ]
                    }
                    tags = {
                      {customized property} = "string"
                    }
                  }
                  privateEndpointNetworkPolicies = "string"
                  privateLinkServiceNetworkPolicies = "string"
                  resourceNavigationLinks = [
                    {
                      id = "string"
                      name = "string"
                      properties = {
                        link = "string"
                        linkedResourceType = "string"
                      }
                    }
                  ]
                  routeTable = {
                    etag = "string"
                    id = "string"
                    location = "string"
                    properties = {
                      disableBgpRoutePropagation = bool
                      routes = [
                        {
                          etag = "string"
                          id = "string"
                          name = "string"
                          properties = {
                            addressPrefix = "string"
                            nextHopIpAddress = "string"
                            nextHopType = "string"
                          }
                        }
                      ]
                    }
                    tags = {
                      {customized property} = "string"
                    }
                  }
                  serviceAssociationLinks = [
                    {
                      id = "string"
                      name = "string"
                      properties = {
                        allowDelete = bool
                        link = "string"
                        linkedResourceType = "string"
                        locations = [
                          "string"
                        ]
                      }
                      type = "string"
                    }
                  ]
                  serviceEndpointPolicies = [
                    {
                      etag = "string"
                      id = "string"
                      location = "string"
                      properties = {
                        serviceEndpointPolicyDefinitions = [
                          {
                            etag = "string"
                            id = "string"
                            name = "string"
                            properties = {
                              description = "string"
                              service = "string"
                              serviceResources = [
                                "string"
                              ]
                            }
                          }
                        ]
                      }
                      tags = {
                        {customized property} = "string"
                      }
                    }
                  ]
                  serviceEndpoints = [
                    {
                      locations = [
                        "string"
                      ]
                      service = "string"
                    }
                  ]
                }
              }
              virtualNetworkTaps = [
                ...
              ]
            }
          }
          destinationPort = int
        }
        tags = {
          {customized property} = "string"
        }
      }
    }
  }
}

プロパティ値

Microsoft.Network/networkInterfaces/tapConfigurations (英語)

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
名前 リソース名 string (必須)
parent_id このリソースの親であるリソースの ID。 種類のリソースの ID: networkInterfaces
プロパティ Virtual Network Tap 構成のプロパティ。 NetworkInterfaceTapConfigurationPropertiesFormat
種類 リソースの種類 「Microsoft.Network/networkInterfaces/tapConfigurations@2019-08-01」

ApplicationGatewayBackendアドレス

名前 形容 価値
FQDNの 完全修飾ドメイン名 (FQDN)。
IPアドレス IPアドレス。

ApplicationGatewayBackendAddressPool

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 Application Gateway 内で一意であるバックエンド アドレス プールの名前。
プロパティ アプリケーション ゲートウェイ バックエンド アドレス プールのプロパティ。 ApplicationGatewayBackendAddressPoolPropertiesFormat の
種類 リソースの種類。

ApplicationGatewayBackendAddressPoolPropertiesFormat

名前 形容 価値
バックエンドアドレス バックエンド アドレス。 ApplicationGatewayBackendアドレス[]
バックエンドIPConfigurations ネットワーク インターフェイスで定義されている IP への参照のコレクション。 NetworkInterfaceIPConfiguration[]

アプリケーションセキュリティグループ

名前 形容 価値
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ アプリケーション セキュリティ グループのプロパティ。 ApplicationSecurityGroupPropertiesFormat の
タグ リソース タグ。 リソースタグ

ApplicationSecurityGroupPropertiesFormat

名前 形容 価値

バックエンドアドレスプール

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 ロード バランサーによって使用されるバックエンド アドレス プールのセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ロード バランサー バックエンド アドレス プールのプロパティ。 BackendAddressPoolPropertiesFormat の

バックエンドアドレスプールプロパティフォーマット

名前 形容 価値

DdosSettings (Ddos設定)

名前 形容 価値
ddosCustomPolicy (英語) パブリック IP に関連付けられている DDoS カスタム ポリシー。 SubResource の
保護カバレッジ パブリック IP の DDoS 保護ポリシーのカスタマイズ性。 カスタマイズできるのは標準カバレッジのみです。 「ベーシック」
「スタンダード」

代表

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 サブネット内で一意のリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ サブネットのプロパティ。 ServiceDelegationPropertiesFormat の

フロントエンドIPConfiguration

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 ロード バランサーによって使用されるフロントエンド IP 構成のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ロード バランサー プローブのプロパティ。 フロントエンドIPConfigurationPropertiesFormat
ゾーン リソースに割り当てられた IP を示す可用性ゾーンの一覧が必要です。 文字列[]

フロントエンドIPConfigurationPropertiesFormat

名前 形容 価値
プライベートIPアドレス IP 構成のプライベート IP アドレス。
privateIPAddressVersion (プライベートIPAddressVersion) 特定の ipconfiguration が IPv4 か IPv6 か。 既定値は IPv4 と見なされます。 「IPv4」
「IPv6」
privateIPAllocationメソッド プライベート IP 割り当て方法。 「ダイナミック」
「静的」
publicIPアドレス パブリック IP リソースの参照。 PublicIPアドレス
publicIPPrefixの パブリック IP プレフィックス リソースの参照。 SubResource の
サブネット サブネット リソースの参照。 サブネット

InboundNatRule (英語)

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 ロード バランサーによって使用される受信 NAT 規則のセット内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ロード バランサーの受信 NAT 規則のプロパティ。 InboundNatRulePropertiesFormat を する

InboundNatRulePropertiesFormat

名前 形容 価値
バックエンドポート 内部エンドポイントに使用されるポート。 使用できる値の範囲は 1 ~ 65535 です。 整数 (int)
enableフローティングIP SQL AlwaysOn 可用性グループを構成するために必要なフローティング IP 機能用に仮想マシンのエンドポイントを構成します。 この設定は、SQL Server で SQL AlwaysOn 可用性グループを使用する場合に必要です。 エンドポイントを作成した後は、この設定を変更できません。 ブール (bool)
enableTcpリセット TCP フローのアイドル タイムアウトまたは予期しない接続終了時に双方向 TCP リセットを受信します。 この要素は、プロトコルが TCP に設定されている場合にのみ使用されます。 ブール (bool)
フロントエンドIPConfiguration フロントエンド IP アドレスへの参照。 SubResource の
フロントエンドポート 外部エンドポイントのポート。 各規則のポート番号は、ロード バランサー内で一意である必要があります。 使用可能な値の範囲は 1 ~ 65534 です。 整数 (int)
アイドルタイムアウト (分単位) TCP アイドル接続のタイムアウト。 値は 4 ~ 30 分の間で設定できます。 既定値は 4 分です。 この要素は、プロトコルが TCP に設定されている場合にのみ使用されます。 整数 (int)
議定書 負荷分散規則で使用されるトランスポート プロトコルへの参照。 「すべて」
'TCP'
「ウディプ」

Ipタグ

名前 形容 価値
ipTagType (英語) IP タグの種類。 例: FirstPartyUsage。
タグ パブリック IP に関連付けられている IP タグの値。 例: SQL。

NetworkInterfaceIPConfiguration (ネットワーク・インターフェース IPConfiguration)

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ネットワーク インターフェイスの IP 構成プロパティ。 NetworkInterfaceIPConfigurationPropertiesFormat

NetworkInterfaceIPConfigurationPropertiesFormat

名前 形容 価値
applicationGatewayBackendAddressPools ApplicationGatewayBackendAddressPool リソースの参照。 ApplicationGatewayBackendAddressPool[]
アプリケーションセキュリティグループ IP 構成が含まれるアプリケーション セキュリティ グループ。 アプリケーションセキュリティグループ[]
loadBalancerBackendAddressPools LoadBalancerBackendAddressPool リソースの参照。 バックエンドアドレスプール[]
loadBalancerInboundNatRules LoadBalancerInboundNatRules の参照の一覧。 InboundNatRule[]
原発 これがネットワーク インターフェイスの主要な顧客アドレスであるかどうか。 ブール (bool)
プライベートIPアドレス IP 構成のプライベート IP アドレス。
privateIPAddressVersion (プライベートIPAddressVersion) 特定の IP 構成が IPv4 か IPv6 か。 既定値は IPv4 です。 「IPv4」
「IPv6」
privateIPAllocationメソッド プライベート IP アドレスの割り当て方法。 「ダイナミック」
「静的」
publicIPアドレス IP 構成にバインドされたパブリック IP アドレス。 PublicIPアドレス
サブネット IP 構成にバインドされたサブネット。 サブネット
virtualNetworkTapsの 仮想ネットワーク タップへの参照。 VirtualNetworkTap[]

NetworkInterfaceTapConfigurationPropertiesFormat

名前 形容 価値
バーチャルネットワークタップ Virtual Network Tap リソースの参照。 VirtualNetworkTap を する

ネットワークセキュリティグループ

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ ネットワーク セキュリティ グループのプロパティ。 NetworkSecurityGroupPropertiesFormat
タグ リソース タグ。 リソースタグ

NetworkSecurityGroupPropertiesFormat

名前 形容 価値
デフォルトのセキュリティルール ネットワーク セキュリティ グループの既定のセキュリティ規則。 セキュリティルール[]
リソースギッド ネットワーク セキュリティ グループ リソースのリソース GUID プロパティ。
セキュリティルール ネットワーク セキュリティ グループのセキュリティ規則のコレクション。 セキュリティルール[]

パブリックIPアドレス

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ パブリック IP アドレスのプロパティ。 PublicIPAddressPropertiesFormat
エスケーユー パブリック IP アドレス SKU。 PublicIPAddressSku (パブリックIPAddressSku)
タグ リソース タグ。 リソースタグ
ゾーン リソースに割り当てられた IP を示す可用性ゾーンの一覧が必要です。 文字列[]

PublicIPAddressDns設定

名前 形容 価値
ドメイン名ラベル ドメイン名ラベル。 ドメイン名ラベルと地域化 DNS ゾーンを連結すると、パブリック IP アドレスに関連付けられている完全修飾ドメイン名が構成されます。 ドメイン名ラベルを指定すると、Microsoft Azure DNS システムのパブリック IP に対して DNS レコードが作成されます。
FQDNの パブリック IP に関連付けられている DNS レコードの完全修飾ドメイン名。 これは、domainNameLabel と地域化された DNS ゾーンの連結です。
リバースFqdn 逆引き FQDN。 このパブリック IP アドレスに解決される、ユーザーに表示される完全修飾ドメイン名。 reverseFqdn が指定されている場合は、in-addr.arpa ドメイン内の IP アドレスから逆 FQDN を指す PTR DNS レコードが作成されます。

PublicIPAddressPropertiesFormat

名前 形容 価値
ddos設定 パブリック IP アドレスに関連付けられている DDoS 保護カスタム ポリシー。 DdosSettings の
dns設定 パブリック IP アドレスに関連付けられている DNS レコードの FQDN。 PublicIPAddressDns設定
アイドルタイムアウト (分単位) パブリック IP アドレスのアイドル タイムアウト。 整数 (int)
IPアドレス パブリック IP アドレス リソースに関連付けられている IP アドレス。
ipタグ パブリック IP アドレスに関連付けられているタグの一覧。 Ipタグ[]
publicIPAddressVersion (パブリックIPAddressVersion) パブリック IP アドレスのバージョン。 「IPv4」
「IPv6」
publicIPAllocationメソッド パブリック IP アドレスの割り当て方法。 「ダイナミック」
「静的」
publicIPPrefixの このパブリック IP アドレスの割り当て先となるパブリック IP プレフィックス。 SubResource の
リソースギッド パブリック IP アドレス リソースのリソース GUID プロパティ。

PublicIPAddressSku (パブリックIPAddressSku)

名前 形容 価値
名前 パブリック IP アドレス SKU の名前。 「ベーシック」
「スタンダード」
名前 形容 価値
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ リソース ナビゲーション リンクのプロパティの形式。 リソースナビゲーションリンクフォーマット

リソースナビゲーションリンクフォーマット

名前 形容 価値
リンク 外部リソースへのリンク。
linkedResourceType (リンクリソースタイプ) リンクされたリソースのリソースの種類。

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

リソースタグ

名前 形容 価値

ルート

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ ルートのプロパティ。 RoutePropertiesFormat の

ルートプロパティフォーマット

名前 形容 価値
アドレスプレフィックス ルートが適用される宛先 CIDR。
次のHopIpAddress IP アドレス パケットを転送する必要があります。 次ホップの値は、次ホップの種類が VirtualAppliance であるルートでのみ使用できます。
ネクストホップタイプ パケットの送信先となる Azure ホップの種類。 「インターネット」
「なし」
「VirtualAppliance」
「VirtualNetworkGateway」
'VnetLocal' (必須)

ルートテーブル

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ ルート テーブルのプロパティ。 RouteTablePropertiesFormat の
タグ リソース タグ。 リソースタグ

RouteTablePropertiesFormat (ルート テーブル プロパティ形式)

名前 形容 価値
disableBgpRoutePropagation (英語) そのルート テーブルで BGP によって学習されたルートを無効にするかどうか。 True は無効を意味します。 ブール (bool)
ルート ルート テーブル内に含まれるルートのコレクション。 ルート[]

セキュリティルール

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ セキュリティ規則のプロパティ。 SecurityRulePropertiesFormat の

SecurityRulePropertiesFormat

名前 形容 価値
アクセス ネットワーク トラフィックは許可または拒否されます。 「許可する」
'Deny' (必須)
形容 このルールの説明。 140 文字に制限されます。
destinationAddressプレフィックス 宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。
destinationAddressプレフィックス 宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。 文字列[]
destinationApplicationSecurityGroups 宛先として指定されたアプリケーション セキュリティ グループ。 アプリケーションセキュリティグループ[]
destinationPortRange (宛先ポートレンジ) 宛先ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。
destinationPortRanges(宛先ポート範囲) 宛先ポートの範囲。 文字列[]
方向 ルールの方向。 方向は、受信トラフィックまたは送信トラフィックでルールを評価するかどうかを指定します。 「インバウンド」
'Outbound' (必須)
優先権 ルールの優先順位。 値は 100 から 4096 の間で指定できます。 優先順位番号は、コレクション内の各ルールで一意である必要があります。 優先度の数値が小さいと、ルールの優先度が高くなります。 整数 (int)
議定書 この規則が適用されるネットワーク プロトコル。 '*'
「あぁ」
「エスプ」
「ICMP」
'TCP'
'Udp' (必須)
sourceAddressプレフィックス CIDR またはソース IP 範囲。 アスタリスク '*' を使用して、すべてのソース IP を照合することもできます。 "VirtualNetwork"、"AzureLoadBalancer"、"Internet" などの既定のタグも使用できます。 これがイングレス ルールの場合は、ネットワーク トラフィックの発信元を指定します。
sourceAddressプレフィックス CIDR またはソース IP 範囲。 文字列[]
sourceApplicationSecurityGroups (英語) ソースとして指定されたアプリケーション セキュリティ グループ。 アプリケーションセキュリティグループ[]
ソースポートレンジ ソース ポートまたは範囲。 整数または 0 ~ 65535 の範囲。 アスタリスク '*' は、すべてのポートとの照合にも使用できます。
ソースポート範囲 ソース ポートの範囲。 文字列[]
名前 形容 価値
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ リソース ナビゲーション リンクのプロパティの形式。 ServiceAssociationLinkPropertiesFormat の
種類 リソースの種類。

ServiceAssociationLinkPropertiesFormat

名前 形容 価値
allowDelete(削除を許可) true の場合、リソースを削除できます。 ブール (bool)
リンク 外部リソースへのリンク。
linkedResourceType (リンクリソースタイプ) リンクされたリソースのリソースの種類。
場所 場所の一覧。 文字列[]

ServiceDelegationPropertiesFormat の略

名前 形容 価値
アクション 委任時にサービスに許可されるアクションについて説明します。 文字列[]
サービス名 サブネットを委任する必要があるサービスの名前 (Microsoft.Sql/servers など)。

サービスエンドポイントポリシー

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ サービス エンドポイント ポリシーのプロパティ。 ServiceEndpointPolicyPropertiesFormat の
タグ リソース タグ。 リソースタグ

サービスエンドポイントポリシー定義

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ サービス エンドポイント ポリシー定義のプロパティ。 ServiceEndpointPolicyDefinitionPropertiesFormat

ServiceEndpointPolicyDefinitionPropertiesFormat

名前 形容 価値
形容 このルールの説明。 140 文字に制限されます。
サービス サービス エンドポイント名。
サービスリソース サービス リソースの一覧。 文字列[]

ServiceEndpointPolicyPropertiesFormat

名前 形容 価値
サービスエンドポイントポリシー定義 サービス エンドポイント ポリシーのサービス エンドポイント ポリシー定義のコレクション。 ServiceEndpointPolicyDefinition[]

ServiceEndpointPropertiesFormat (サービスエンドポイントプロパティフォーマット)

名前 形容 価値
場所 場所の一覧。 文字列[]
サービス エンドポイント サービスの種類。

サブネット

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
名前 リソース グループ内で一意であるリソースの名前。 この名前は、リソースへのアクセスに使用できます。
プロパティ サブネットのプロパティ。 SubnetPropertiesFormat (サブネットプロパティ形式)

SubnetPropertiesFormat (サブネットプロパティ形式)

名前 形容 価値
アドレスプレフィックス サブネットのアドレス プレフィックス。
addressプレフィックス サブネットのアドレス プレフィックスの一覧。 文字列[]
代表 団 サブネット上の委任への参照の配列。 委任[]
ナットゲートウェイ このサブネットに関連付けられている Nat ゲートウェイ。 SubResource の
ネットワークセキュリティグループ NetworkSecurityGroup リソースの参照。 ネットワークセキュリティグループ
privateEndpointNetworkPolicies (プライベートエンドポイントネットワークポリシー) サブネット内のプライベート エンドポイントでネットワーク ポリシーの適用を有効または無効にします。
privateLinkServiceNetworkPolicies (プライベートリンクサービスネットワークポリシー) サブネット内のプライベート リンク サービスに対するネットワーク ポリシーの適用を有効または無効にします。
リソースナビゲーションリンク サブネットを使用する外部リソースへの参照の配列。 リソースナビゲーションリンク[]
ルートテーブル RouteTable リソースの参照。 ルートテーブル
serviceAssociationリンク このサブネットに挿入されるサービスへの参照の配列。 サービスアソシエーションリンク[]
サービスエンドポイントポリシー サービス エンドポイント ポリシーの配列。 サービスエンドポイントポリシー[]
サービスエンドポイント サービス エンドポイントの配列。 サービスエンドポイントプロパティフォーマット[]

サブリソース

名前 形容 価値
身分証明書 リソース ID。

バーチャルネットワークタップ

名前 形容 価値
ETAGの リソースが更新されるたびに変更される一意の読み取り専用文字列。
身分証明書 リソース ID。
場所 リソースの場所。
プロパティ 仮想ネットワークタップのプロパティ。 VirtualNetworkTapPropertiesFormat の
タグ リソース タグ。 リソースタグ

VirtualNetworkTapPropertiesFormat

名前 形容 価値
destinationLoadBalancerFrontEndIPConfiguration タップを受信する内部ロード バランサー上のプライベート IP アドレスへの参照。 フロントエンドIPConfiguration
destinationNetworkInterfaceIPConfiguration (宛先ネットワークインターフェース IPConfiguration) タップを受信するコレクター NIC のプライベート IP アドレスへの参照。 NetworkInterfaceIPConfiguration (ネットワーク・インターフェース IPConfiguration)
destinationPort (宛先ポート) タップされたトラフィックを受信する VXLAN 宛先ポート。 整数 (int)