ConnectionAnalyzerProperties interface
Properties of a connection analyzer.
Properties
| destination | Destination endpoint of the connection analyzer. |
| diagnostic |
List of diagnostic operations to run. |
| diagnostic |
Per-operation diagnostic settings. |
| expiry |
Time-to-live (days) before the analyzer expires. |
| output |
Output settings (e.g. storage account). |
| protocol |
Protocol-level settings. |
| provisioning |
The provisioning state of the connection analyzer resource. |
| request |
UTC time when the connection analyzer request was received. |
| source | Source endpoint of the connection analyzer. |
| status | Current execution status of the connection analyzer. |
Property Details
destination
Destination endpoint of the connection analyzer.
destination: ConnectionAnalyzerEndpoint
Property Value
diagnosticOperations
List of diagnostic operations to run.
diagnosticOperations: string[]
Property Value
string[]
diagnosticOperationsSettings
Per-operation diagnostic settings.
diagnosticOperationsSettings?: DiagnosticOperationsSettings
Property Value
expiryInDays
Time-to-live (days) before the analyzer expires.
expiryInDays?: number
Property Value
number
outputSettings
Output settings (e.g. storage account).
outputSettings?: OutputSettings
Property Value
protocolSettings
provisioningState
The provisioning state of the connection analyzer resource.
provisioningState?: string
Property Value
string
requestTime
UTC time when the connection analyzer request was received.
requestTime?: Date
Property Value
Date
source
Source endpoint of the connection analyzer.
source: ConnectionAnalyzerEndpoint
Property Value
status
Current execution status of the connection analyzer.
status?: string
Property Value
string