Microsoft.Network networkWatchers/connectionMonitors 2020-06-01
- [アーティクル]
-
-
Bicep リソース定義
networkWatchers/connectionMonitors リソースの種類は、次を対象とする操作でデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Network/networkWatchers/connectionMonitors リソースを作成するには、次の Bicep をテンプレートに追加します。
resource symbolicname 'Microsoft.Network/networkWatchers/connectionMonitors@2020-06-01' = {
parent: resourceSymbolicName
location: 'string'
name: 'string'
properties: {
autoStart: bool
destination: {
address: 'string'
port: int
resourceId: 'string'
}
endpoints: [
{
address: 'string'
coverageLevel: 'string'
filter: {
items: [
{
address: 'string'
type: 'string'
}
]
type: 'string'
}
name: 'string'
resourceId: 'string'
scope: {
exclude: [
{
address: 'string'
}
]
include: [
{
address: 'string'
}
]
}
type: 'string'
}
]
monitoringIntervalInSeconds: int
notes: 'string'
outputs: [
{
type: 'string'
workspaceSettings: {
workspaceResourceId: 'string'
}
}
]
source: {
port: int
resourceId: 'string'
}
testConfigurations: [
{
httpConfiguration: {
method: 'string'
path: 'string'
port: int
preferHTTPS: bool
requestHeaders: [
{
name: 'string'
value: 'string'
}
]
validStatusCodeRanges: [
'string'
]
}
icmpConfiguration: {
disableTraceRoute: bool
}
name: 'string'
preferredIPVersion: 'string'
protocol: 'string'
successThreshold: {
checksFailedPercent: int
roundTripTimeMs: int
}
tcpConfiguration: {
destinationPortBehavior: 'string'
disableTraceRoute: bool
port: int
}
testFrequencySec: int
}
]
testGroups: [
{
destinations: [
'string'
]
disable: bool
name: 'string'
sources: [
'string'
]
testConfigurations: [
'string'
]
}
]
}
tags: {
{customized property}: 'string'
}
}
プロパティ値
ConnectionMonitorDestination
名前 |
形容 |
価値 |
住所 |
接続モニターの宛先 (IP またはドメイン名) のアドレス。 |
糸 |
港 |
接続モニターによって使用される宛先ポート。 |
int |
resourceId |
接続モニターによって宛先として使用されるリソースの ID。 |
糸 |
ConnectionMonitorEndpoint
名前 |
形容 |
価値 |
住所 |
接続モニター エンドポイントのアドレス (IP またはドメイン名)。 |
糸 |
coverageLevel |
エンドポイントの対象範囲をテストします。 |
'AboveAverage' 'Average' 'BelowAverage' 'Default' 'Full' 'Low' |
フィルター |
エンドポイント内のサブ項目をフィルター処理します。 |
ConnectionMonitorEndpointFilter |
名前 |
接続モニター エンドポイントの名前。 |
string (必須) |
resourceId |
接続モニター エンドポイントのリソース ID。 |
糸 |
スコープ |
エンドポイント スコープ。 |
ConnectionMonitorEndpointScope |
種類 |
エンドポイントの種類。 |
'AzureSubnet' 'AzureVM' 'AzureVNet' 'ExternalAddress' 'MMAWorkspaceMachine' 'MMAWorkspaceNetwork' |
ConnectionMonitorEndpointFilter
ConnectionMonitorEndpointFilterItem
名前 |
形容 |
価値 |
住所 |
フィルター項目のアドレス。 |
糸 |
種類 |
フィルターに含まれる項目の種類。 現時点では、'AgentAddress' のみがサポートされています。 |
'AgentAddress' |
ConnectionMonitorEndpointScope
ConnectionMonitorEndpointScopeItem
名前 |
形容 |
価値 |
住所 |
エンドポイント項目のアドレス。 サポートされる種類は、IPv4/IPv6 サブネット マスクまたは IPv4/IPv6 IP アドレスです。 |
糸 |
ConnectionMonitorHttpConfiguration
名前 |
形容 |
価値 |
方式 |
使用する HTTP メソッド。 |
'Get' 'Post' |
パス |
URI のパス コンポーネント。 たとえば、"/dir1/dir2" などです。 |
糸 |
港 |
接続先のポート。 |
int |
preferHTTPS |
選択が明示的でない場合に HTTPS が HTTP よりも優先されるかどうかを示す値。 |
bool |
requestHeaders |
要求と共に送信する HTTP ヘッダー。 |
HttpHeader[] |
validStatusCodeRanges |
成功を考慮する HTTP 状態コード。 たとえば、"2xx,301-304,418" などです。 |
string[] |
ConnectionMonitorIcmpConfiguration
名前 |
形容 |
価値 |
disableTraceRoute |
トレース ルートを使用したパス評価を無効にするかどうかを示す値。 |
bool |
ConnectionMonitorOutput
ConnectionMonitorParametersOrConnectionMonitorResultProperties
ConnectionMonitorSource
名前 |
形容 |
価値 |
港 |
接続モニターによって使用されるソース ポート。 |
int |
resourceId |
接続モニターによってソースとして使用されるリソースの ID。 |
string (必須) |
ConnectionMonitorSuccessThreshold
名前 |
形容 |
価値 |
checksFailedPercent |
テストが成功と評価するために許可された失敗したチェックの最大割合。 |
int |
roundTripTimeMs |
テストが成功として評価できる最大ラウンドトリップ時間 (ミリ秒単位)。 |
int |
ConnectionMonitorTcpConfiguration
名前 |
形容 |
価値 |
destinationPortBehavior |
宛先ポートの動作。 |
'ListenIfAvailable' 'None' |
disableTraceRoute |
トレース ルートを使用したパス評価を無効にするかどうかを示す値。 |
bool |
港 |
接続先のポート。 |
int |
ConnectionMonitorTestConfiguration
ConnectionMonitorTestGroup
名前 |
形容 |
価値 |
目的 地 |
宛先エンドポイント名の一覧。 |
string[] (必須) |
無効にする |
テスト グループが無効かどうかを示す値。 |
bool |
名前 |
接続モニターのテスト グループの名前。 |
string (必須) |
ソース |
ソース エンドポイント名の一覧。 |
string[] (必須) |
testConfigurations |
テスト構成名の一覧。 |
string[] (必須) |
ConnectionMonitorWorkspaceSettings
名前 |
形容 |
価値 |
workspaceResourceId |
Log Analytics ワークスペースのリソース ID。 |
糸 |
名前 |
形容 |
価値 |
名前 |
HTTP ヘッダー内の名前。 |
糸 |
価値 |
HTTP ヘッダーの値。 |
糸 |
Microsoft.Network/networkWatchers/connectionMonitors
ARM テンプレート リソース定義
networkWatchers/connectionMonitors リソースの種類は、次を対象とする操作でデプロイできます。
-
リソース グループの - リソース グループのデプロイ コマンド 参照
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Network/networkWatchers/connectionMonitors リソースを作成するには、次の JSON をテンプレートに追加します。
{
"type": "Microsoft.Network/networkWatchers/connectionMonitors",
"apiVersion": "2020-06-01",
"name": "string",
"location": "string",
"properties": {
"autoStart": "bool",
"destination": {
"address": "string",
"port": "int",
"resourceId": "string"
},
"endpoints": [
{
"address": "string",
"coverageLevel": "string",
"filter": {
"items": [
{
"address": "string",
"type": "string"
}
],
"type": "string"
},
"name": "string",
"resourceId": "string",
"scope": {
"exclude": [
{
"address": "string"
}
],
"include": [
{
"address": "string"
}
]
},
"type": "string"
}
],
"monitoringIntervalInSeconds": "int",
"notes": "string",
"outputs": [
{
"type": "string",
"workspaceSettings": {
"workspaceResourceId": "string"
}
}
],
"source": {
"port": "int",
"resourceId": "string"
},
"testConfigurations": [
{
"httpConfiguration": {
"method": "string",
"path": "string",
"port": "int",
"preferHTTPS": "bool",
"requestHeaders": [
{
"name": "string",
"value": "string"
}
],
"validStatusCodeRanges": [ "string" ]
},
"icmpConfiguration": {
"disableTraceRoute": "bool"
},
"name": "string",
"preferredIPVersion": "string",
"protocol": "string",
"successThreshold": {
"checksFailedPercent": "int",
"roundTripTimeMs": "int"
},
"tcpConfiguration": {
"destinationPortBehavior": "string",
"disableTraceRoute": "bool",
"port": "int"
},
"testFrequencySec": "int"
}
],
"testGroups": [
{
"destinations": [ "string" ],
"disable": "bool",
"name": "string",
"sources": [ "string" ],
"testConfigurations": [ "string" ]
}
]
},
"tags": {
"{customized property}": "string"
}
}
プロパティ値
ConnectionMonitorDestination
名前 |
形容 |
価値 |
住所 |
接続モニターの宛先 (IP またはドメイン名) のアドレス。 |
糸 |
港 |
接続モニターによって使用される宛先ポート。 |
int |
resourceId |
接続モニターによって宛先として使用されるリソースの ID。 |
糸 |
ConnectionMonitorEndpoint
名前 |
形容 |
価値 |
住所 |
接続モニター エンドポイントのアドレス (IP またはドメイン名)。 |
糸 |
coverageLevel |
エンドポイントの対象範囲をテストします。 |
'AboveAverage' 'Average' 'BelowAverage' 'Default' 'Full' 'Low' |
フィルター |
エンドポイント内のサブ項目をフィルター処理します。 |
ConnectionMonitorEndpointFilter |
名前 |
接続モニター エンドポイントの名前。 |
string (必須) |
resourceId |
接続モニター エンドポイントのリソース ID。 |
糸 |
スコープ |
エンドポイント スコープ。 |
ConnectionMonitorEndpointScope |
種類 |
エンドポイントの種類。 |
'AzureSubnet' 'AzureVM' 'AzureVNet' 'ExternalAddress' 'MMAWorkspaceMachine' 'MMAWorkspaceNetwork' |
ConnectionMonitorEndpointFilter
ConnectionMonitorEndpointFilterItem
名前 |
形容 |
価値 |
住所 |
フィルター項目のアドレス。 |
糸 |
種類 |
フィルターに含まれる項目の種類。 現時点では、'AgentAddress' のみがサポートされています。 |
'AgentAddress' |
ConnectionMonitorEndpointScope
ConnectionMonitorEndpointScopeItem
名前 |
形容 |
価値 |
住所 |
エンドポイント項目のアドレス。 サポートされる種類は、IPv4/IPv6 サブネット マスクまたは IPv4/IPv6 IP アドレスです。 |
糸 |
ConnectionMonitorHttpConfiguration
名前 |
形容 |
価値 |
方式 |
使用する HTTP メソッド。 |
'Get' 'Post' |
パス |
URI のパス コンポーネント。 たとえば、"/dir1/dir2" などです。 |
糸 |
港 |
接続先のポート。 |
int |
preferHTTPS |
選択が明示的でない場合に HTTPS が HTTP よりも優先されるかどうかを示す値。 |
bool |
requestHeaders |
要求と共に送信する HTTP ヘッダー。 |
HttpHeader[] |
validStatusCodeRanges |
成功を考慮する HTTP 状態コード。 たとえば、"2xx,301-304,418" などです。 |
string[] |
ConnectionMonitorIcmpConfiguration
名前 |
形容 |
価値 |
disableTraceRoute |
トレース ルートを使用したパス評価を無効にするかどうかを示す値。 |
bool |
ConnectionMonitorOutput
ConnectionMonitorParametersOrConnectionMonitorResultProperties
ConnectionMonitorSource
名前 |
形容 |
価値 |
港 |
接続モニターによって使用されるソース ポート。 |
int |
resourceId |
接続モニターによってソースとして使用されるリソースの ID。 |
string (必須) |
ConnectionMonitorSuccessThreshold
名前 |
形容 |
価値 |
checksFailedPercent |
テストが成功と評価するために許可された失敗したチェックの最大割合。 |
int |
roundTripTimeMs |
テストが成功として評価できる最大ラウンドトリップ時間 (ミリ秒単位)。 |
int |
ConnectionMonitorTcpConfiguration
名前 |
形容 |
価値 |
destinationPortBehavior |
宛先ポートの動作。 |
'ListenIfAvailable' 'None' |
disableTraceRoute |
トレース ルートを使用したパス評価を無効にするかどうかを示す値。 |
bool |
港 |
接続先のポート。 |
int |
ConnectionMonitorTestConfiguration
ConnectionMonitorTestGroup
名前 |
形容 |
価値 |
目的 地 |
宛先エンドポイント名の一覧。 |
string[] (必須) |
無効にする |
テスト グループが無効かどうかを示す値。 |
bool |
名前 |
接続モニターのテスト グループの名前。 |
string (必須) |
ソース |
ソース エンドポイント名の一覧。 |
string[] (必須) |
testConfigurations |
テスト構成名の一覧。 |
string[] (必須) |
ConnectionMonitorWorkspaceSettings
名前 |
形容 |
価値 |
workspaceResourceId |
Log Analytics ワークスペースのリソース ID。 |
糸 |
名前 |
形容 |
価値 |
名前 |
HTTP ヘッダー内の名前。 |
糸 |
価値 |
HTTP ヘッダーの値。 |
糸 |
Microsoft.Network/networkWatchers/connectionMonitors
networkWatchers/connectionMonitors リソースの種類は、次を対象とする操作でデプロイできます。
各 API バージョンで変更されたプロパティの一覧については、変更ログの参照してください。
Microsoft.Network/networkWatchers/connectionMonitors リソースを作成するには、次の Terraform をテンプレートに追加します。
resource "azapi_resource" "symbolicname" {
type = "Microsoft.Network/networkWatchers/connectionMonitors@2020-06-01"
name = "string"
location = "string"
tags = {
{customized property} = "string"
}
body = jsonencode({
properties = {
autoStart = bool
destination = {
address = "string"
port = int
resourceId = "string"
}
endpoints = [
{
address = "string"
coverageLevel = "string"
filter = {
items = [
{
address = "string"
type = "string"
}
]
type = "string"
}
name = "string"
resourceId = "string"
scope = {
exclude = [
{
address = "string"
}
]
include = [
{
address = "string"
}
]
}
type = "string"
}
]
monitoringIntervalInSeconds = int
notes = "string"
outputs = [
{
type = "string"
workspaceSettings = {
workspaceResourceId = "string"
}
}
]
source = {
port = int
resourceId = "string"
}
testConfigurations = [
{
httpConfiguration = {
method = "string"
path = "string"
port = int
preferHTTPS = bool
requestHeaders = [
{
name = "string"
value = "string"
}
]
validStatusCodeRanges = [
"string"
]
}
icmpConfiguration = {
disableTraceRoute = bool
}
name = "string"
preferredIPVersion = "string"
protocol = "string"
successThreshold = {
checksFailedPercent = int
roundTripTimeMs = int
}
tcpConfiguration = {
destinationPortBehavior = "string"
disableTraceRoute = bool
port = int
}
testFrequencySec = int
}
]
testGroups = [
{
destinations = [
"string"
]
disable = bool
name = "string"
sources = [
"string"
]
testConfigurations = [
"string"
]
}
]
}
})
}
プロパティ値
ConnectionMonitorDestination
名前 |
形容 |
価値 |
住所 |
接続モニターの宛先 (IP またはドメイン名) のアドレス。 |
糸 |
港 |
接続モニターによって使用される宛先ポート。 |
int |
resourceId |
接続モニターによって宛先として使用されるリソースの ID。 |
糸 |
ConnectionMonitorEndpoint
名前 |
形容 |
価値 |
住所 |
接続モニター エンドポイントのアドレス (IP またはドメイン名)。 |
糸 |
coverageLevel |
エンドポイントの対象範囲をテストします。 |
'AboveAverage' 'Average' 'BelowAverage' 'Default' 'Full' 'Low' |
フィルター |
エンドポイント内のサブ項目をフィルター処理します。 |
ConnectionMonitorEndpointFilter |
名前 |
接続モニター エンドポイントの名前。 |
string (必須) |
resourceId |
接続モニター エンドポイントのリソース ID。 |
糸 |
スコープ |
エンドポイント スコープ。 |
ConnectionMonitorEndpointScope |
種類 |
エンドポイントの種類。 |
'AzureSubnet' 'AzureVM' 'AzureVNet' 'ExternalAddress' 'MMAWorkspaceMachine' 'MMAWorkspaceNetwork' |
ConnectionMonitorEndpointFilter
ConnectionMonitorEndpointFilterItem
名前 |
形容 |
価値 |
住所 |
フィルター項目のアドレス。 |
糸 |
種類 |
フィルターに含まれる項目の種類。 現時点では、'AgentAddress' のみがサポートされています。 |
'AgentAddress' |
ConnectionMonitorEndpointScope
ConnectionMonitorEndpointScopeItem
名前 |
形容 |
価値 |
住所 |
エンドポイント項目のアドレス。 サポートされる種類は、IPv4/IPv6 サブネット マスクまたは IPv4/IPv6 IP アドレスです。 |
糸 |
ConnectionMonitorHttpConfiguration
名前 |
形容 |
価値 |
方式 |
使用する HTTP メソッド。 |
'Get' 'Post' |
パス |
URI のパス コンポーネント。 たとえば、"/dir1/dir2" などです。 |
糸 |
港 |
接続先のポート。 |
int |
preferHTTPS |
選択が明示的でない場合に HTTPS が HTTP よりも優先されるかどうかを示す値。 |
bool |
requestHeaders |
要求と共に送信する HTTP ヘッダー。 |
HttpHeader[] |
validStatusCodeRanges |
成功を考慮する HTTP 状態コード。 たとえば、"2xx,301-304,418" などです。 |
string[] |
ConnectionMonitorIcmpConfiguration
名前 |
形容 |
価値 |
disableTraceRoute |
トレース ルートを使用したパス評価を無効にするかどうかを示す値。 |
bool |
ConnectionMonitorOutput
ConnectionMonitorParametersOrConnectionMonitorResultProperties
ConnectionMonitorSource
名前 |
形容 |
価値 |
港 |
接続モニターによって使用されるソース ポート。 |
int |
resourceId |
接続モニターによってソースとして使用されるリソースの ID。 |
string (必須) |
ConnectionMonitorSuccessThreshold
名前 |
形容 |
価値 |
checksFailedPercent |
テストが成功と評価するために許可された失敗したチェックの最大割合。 |
int |
roundTripTimeMs |
テストが成功として評価できる最大ラウンドトリップ時間 (ミリ秒単位)。 |
int |
ConnectionMonitorTcpConfiguration
名前 |
形容 |
価値 |
destinationPortBehavior |
宛先ポートの動作。 |
'ListenIfAvailable' 'None' |
disableTraceRoute |
トレース ルートを使用したパス評価を無効にするかどうかを示す値。 |
bool |
港 |
接続先のポート。 |
int |
ConnectionMonitorTestConfiguration
ConnectionMonitorTestGroup
名前 |
形容 |
価値 |
目的 地 |
宛先エンドポイント名の一覧。 |
string[] (必須) |
無効にする |
テスト グループが無効かどうかを示す値。 |
bool |
名前 |
接続モニターのテスト グループの名前。 |
string (必須) |
ソース |
ソース エンドポイント名の一覧。 |
string[] (必須) |
testConfigurations |
テスト構成名の一覧。 |
string[] (必須) |
ConnectionMonitorWorkspaceSettings
名前 |
形容 |
価値 |
workspaceResourceId |
Log Analytics ワークスペースのリソース ID。 |
糸 |
名前 |
形容 |
価値 |
名前 |
HTTP ヘッダー内の名前。 |
糸 |
価値 |
HTTP ヘッダーの値。 |
糸 |
Microsoft.Network/networkWatchers/connectionMonitors