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 |
線上監視器用來做為目的地的資源標識碼。 |
字串 |
ConnectionMonitorEndpoint
名字 |
描述 |
價值 |
位址 |
線上監視器端點的位址(IP 或功能變數名稱)。 |
字串 |
coverageLevel |
端點的測試涵蓋範圍。 |
'AboveAverage' 'Average' 'BelowAverage' 'Default' 'Full' 'Low' |
濾波器 |
篩選端點內的子專案。 |
ConnectionMonitorEndpointFilter |
名字 |
連接監視器端點的名稱。 |
字串 (必要) |
resourceId |
線上監視器端點的資源標識碼。 |
字串 |
範圍 |
端點範圍。 |
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。 |
bool |
requestHeaders |
要與要求一起傳輸的 HTTP 標頭。 |
HttpHeader[] |
validStatusCodeRanges |
要考慮成功的 HTTP 狀態代碼。 例如,“2xx,301-304,418”。 |
string[] |
ConnectionMonitorIcmpConfiguration
名字 |
描述 |
價值 |
disableTraceRoute |
值,指出是否應該停用追蹤路由的路徑評估。 |
bool |
ConnectionMonitorOutput
ConnectionMonitorParametersOrConnectionMonitorResultProperties
ConnectionMonitorSource
名字 |
描述 |
價值 |
港口 |
連接監視器所使用的來源埠。 |
int |
resourceId |
線上監視器用來做為來源的資源標識碼。 |
字串 (必要) |
ConnectionMonitorSuccessThreshold
名字 |
描述 |
價值 |
checksFailedPercent |
允許測試評估為成功的失敗檢查百分比上限。 |
int |
roundTripTimeMs |
允許測試評估為成功的毫秒數來回時間上限。 |
int |
ConnectionMonitorTcpConfiguration
名字 |
描述 |
價值 |
destinationPortBehavior |
目的地埠行為。 |
'ListenIfAvailable' 'None' |
disableTraceRoute |
值,指出是否應該停用追蹤路由的路徑評估。 |
bool |
港口 |
要連接的埠。 |
int |
ConnectionMonitorTestConfiguration
ConnectionMonitorTestGroup
名字 |
描述 |
價值 |
目的地 |
目的地端點名稱的清單。 |
string[] (必要) |
禁用 |
值,指出測試群組是否停用。 |
bool |
名字 |
連接監視器測試群組的名稱。 |
字串 (必要) |
來源 |
來源端點名稱的清單。 |
string[] (必要) |
testConfigurations |
測試組態名稱的清單。 |
string[] (必要) |
ConnectionMonitorWorkspaceSettings
名字 |
描述 |
價值 |
workspaceResourceId |
Log Analytics 工作區資源標識符。 |
字串 |
名字 |
描述 |
價值 |
名字 |
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 |
線上監視器用來做為目的地的資源標識碼。 |
字串 |
ConnectionMonitorEndpoint
名字 |
描述 |
價值 |
位址 |
線上監視器端點的位址(IP 或功能變數名稱)。 |
字串 |
coverageLevel |
端點的測試涵蓋範圍。 |
'AboveAverage' 'Average' 'BelowAverage' 'Default' 'Full' 'Low' |
濾波器 |
篩選端點內的子專案。 |
ConnectionMonitorEndpointFilter |
名字 |
連接監視器端點的名稱。 |
字串 (必要) |
resourceId |
線上監視器端點的資源標識碼。 |
字串 |
範圍 |
端點範圍。 |
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。 |
bool |
requestHeaders |
要與要求一起傳輸的 HTTP 標頭。 |
HttpHeader[] |
validStatusCodeRanges |
要考慮成功的 HTTP 狀態代碼。 例如,“2xx,301-304,418”。 |
string[] |
ConnectionMonitorIcmpConfiguration
名字 |
描述 |
價值 |
disableTraceRoute |
值,指出是否應該停用追蹤路由的路徑評估。 |
bool |
ConnectionMonitorOutput
ConnectionMonitorParametersOrConnectionMonitorResultProperties
ConnectionMonitorSource
名字 |
描述 |
價值 |
港口 |
連接監視器所使用的來源埠。 |
int |
resourceId |
線上監視器用來做為來源的資源標識碼。 |
字串 (必要) |
ConnectionMonitorSuccessThreshold
名字 |
描述 |
價值 |
checksFailedPercent |
允許測試評估為成功的失敗檢查百分比上限。 |
int |
roundTripTimeMs |
允許測試評估為成功的毫秒數來回時間上限。 |
int |
ConnectionMonitorTcpConfiguration
名字 |
描述 |
價值 |
destinationPortBehavior |
目的地埠行為。 |
'ListenIfAvailable' 'None' |
disableTraceRoute |
值,指出是否應該停用追蹤路由的路徑評估。 |
bool |
港口 |
要連接的埠。 |
int |
ConnectionMonitorTestConfiguration
ConnectionMonitorTestGroup
名字 |
描述 |
價值 |
目的地 |
目的地端點名稱的清單。 |
string[] (必要) |
禁用 |
值,指出測試群組是否停用。 |
bool |
名字 |
連接監視器測試群組的名稱。 |
字串 (必要) |
來源 |
來源端點名稱的清單。 |
string[] (必要) |
testConfigurations |
測試組態名稱的清單。 |
string[] (必要) |
ConnectionMonitorWorkspaceSettings
名字 |
描述 |
價值 |
workspaceResourceId |
Log Analytics 工作區資源標識符。 |
字串 |
名字 |
描述 |
價值 |
名字 |
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 |
線上監視器用來做為目的地的資源標識碼。 |
字串 |
ConnectionMonitorEndpoint
名字 |
描述 |
價值 |
位址 |
線上監視器端點的位址(IP 或功能變數名稱)。 |
字串 |
coverageLevel |
端點的測試涵蓋範圍。 |
'AboveAverage' 'Average' 'BelowAverage' 'Default' 'Full' 'Low' |
濾波器 |
篩選端點內的子專案。 |
ConnectionMonitorEndpointFilter |
名字 |
連接監視器端點的名稱。 |
字串 (必要) |
resourceId |
線上監視器端點的資源標識碼。 |
字串 |
範圍 |
端點範圍。 |
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。 |
bool |
requestHeaders |
要與要求一起傳輸的 HTTP 標頭。 |
HttpHeader[] |
validStatusCodeRanges |
要考慮成功的 HTTP 狀態代碼。 例如,“2xx,301-304,418”。 |
string[] |
ConnectionMonitorIcmpConfiguration
名字 |
描述 |
價值 |
disableTraceRoute |
值,指出是否應該停用追蹤路由的路徑評估。 |
bool |
ConnectionMonitorOutput
ConnectionMonitorParametersOrConnectionMonitorResultProperties
ConnectionMonitorSource
名字 |
描述 |
價值 |
港口 |
連接監視器所使用的來源埠。 |
int |
resourceId |
線上監視器用來做為來源的資源標識碼。 |
字串 (必要) |
ConnectionMonitorSuccessThreshold
名字 |
描述 |
價值 |
checksFailedPercent |
允許測試評估為成功的失敗檢查百分比上限。 |
int |
roundTripTimeMs |
允許測試評估為成功的毫秒數來回時間上限。 |
int |
ConnectionMonitorTcpConfiguration
名字 |
描述 |
價值 |
destinationPortBehavior |
目的地埠行為。 |
'ListenIfAvailable' 'None' |
disableTraceRoute |
值,指出是否應該停用追蹤路由的路徑評估。 |
bool |
港口 |
要連接的埠。 |
int |
ConnectionMonitorTestConfiguration
ConnectionMonitorTestGroup
名字 |
描述 |
價值 |
目的地 |
目的地端點名稱的清單。 |
string[] (必要) |
禁用 |
值,指出測試群組是否停用。 |
bool |
名字 |
連接監視器測試群組的名稱。 |
字串 (必要) |
來源 |
來源端點名稱的清單。 |
string[] (必要) |
testConfigurations |
測試組態名稱的清單。 |
string[] (必要) |
ConnectionMonitorWorkspaceSettings
名字 |
描述 |
價值 |
workspaceResourceId |
Log Analytics 工作區資源標識符。 |
字串 |
名字 |
描述 |
價值 |
名字 |
HTTP 標頭中的名稱。 |
字串 |
價值 |
HTTP 標頭中的值。 |
字串 |
Microsoft.Network/networkWatchers/connectionMonitors