ConnectionMonitorResultProperties 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.
Describes the properties of a connection monitor.
public class ConnectionMonitorResultProperties : Azure.ResourceManager.Network.Models.ConnectionMonitorCreateOrUpdateContent, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.Models.ConnectionMonitorResultProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.Models.ConnectionMonitorResultProperties>
type ConnectionMonitorResultProperties = class
inherit ConnectionMonitorCreateOrUpdateContent
interface IJsonModel<ConnectionMonitorResultProperties>
interface IPersistableModel<ConnectionMonitorResultProperties>
Public Class ConnectionMonitorResultProperties
Inherits ConnectionMonitorCreateOrUpdateContent
Implements IJsonModel(Of ConnectionMonitorResultProperties), IPersistableModel(Of ConnectionMonitorResultProperties)
- Inheritance
- Implements
Properties
| Name | Description |
|---|---|
| AutoStart |
Determines if the connection monitor will start automatically once created. (Inherited from ConnectionMonitorCreateOrUpdateContent) |
| ConnectionMonitorType |
Type of connection monitor. |
| Destination |
Describes the destination of connection monitor. (Inherited from ConnectionMonitorCreateOrUpdateContent) |
| Endpoints |
List of connection monitor endpoints. (Inherited from ConnectionMonitorCreateOrUpdateContent) |
| Location |
Gets or sets the Location compatibility property. (Inherited from ConnectionMonitorCreateOrUpdateContent) |
| MonitoringIntervalInSeconds |
Monitoring interval in seconds. (Inherited from ConnectionMonitorCreateOrUpdateContent) |
| MonitoringStatus |
The monitoring status of the connection monitor. |
| Notes |
Optional notes to be associated with the connection monitor. (Inherited from ConnectionMonitorCreateOrUpdateContent) |
| Outputs |
List of connection monitor outputs. (Inherited from ConnectionMonitorCreateOrUpdateContent) |
| ProvisioningState |
The provisioning state of the connection monitor. |
| Source |
Describes the source of connection monitor. (Inherited from ConnectionMonitorCreateOrUpdateContent) |
| StartOn |
The date and time when the connection monitor was started. |
| Tags |
Gets or sets the string compatibility property. (Inherited from ConnectionMonitorCreateOrUpdateContent) |
| TestConfigurations |
List of connection monitor test configurations. (Inherited from ConnectionMonitorCreateOrUpdateContent) |
| TestGroups |
List of connection monitor test groups. (Inherited from ConnectionMonitorCreateOrUpdateContent) |