ConnectionAnalyzerProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Properties of a connection analyzer.
public class ConnectionAnalyzerProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ConnectionAnalyzerProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ConnectionAnalyzerProperties>
type ConnectionAnalyzerProperties = class
interface IJsonModel<ConnectionAnalyzerProperties>
interface IPersistableModel<ConnectionAnalyzerProperties>
Public Class ConnectionAnalyzerProperties
Implements IJsonModel(Of ConnectionAnalyzerProperties), IPersistableModel(Of ConnectionAnalyzerProperties)
- Inheritance
-
ConnectionAnalyzerProperties
- Implements
Constructors
| Name | Description |
|---|---|
| ConnectionAnalyzerProperties(ConnectionAnalyzerEndpoint, ConnectionAnalyzerEndpoint, IEnumerable<ConnectionAnalyzerDiagnosticOperation>) |
Initializes a new instance of ConnectionAnalyzerProperties. |
Properties
| Name | Description |
|---|---|
| Destination |
Destination endpoint of the connection analyzer. |
| DiagnosticOperations |
List of diagnostic operations to run. |
| DiagnosticOperationsSettings |
Per-operation diagnostic settings. |
| ExpiryInDays |
Time-to-live (days) before the analyzer expires. |
| OutputStorageAccountSettings |
Storage account where output is written. |
| ProtocolSettings |
Protocol-level settings. |
| ProvisioningState |
The provisioning state of the connection analyzer resource. |
| RequestOn |
UTC time when the connection analyzer request was received. |
| Source |
Source endpoint of the connection analyzer. |
| Status |
Current execution status of the connection analyzer. |