ConnectionMonitorInner 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.
Parameters that define the operation to create a connection monitor.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionMonitorInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionMonitorInner = class
Public Class ConnectionMonitorInner
- Inheritance
-
ConnectionMonitorInner
- Attributes
Constructors
ConnectionMonitorInner() |
Initializes a new instance of the ConnectionMonitorInner class. |
ConnectionMonitorInner(ConnectionMonitorSource, ConnectionMonitorDestination, String, IDictionary<String,String>, Nullable<Boolean>, Nullable<Int32>) |
Initializes a new instance of the ConnectionMonitorInner class. |
Properties
AutoStart |
Gets or sets determines if the connection monitor will start automatically once created. |
Destination |
Gets or sets describes the destination of connection monitor. |
Location |
Gets or sets connection monitor location. |
MonitoringIntervalInSeconds |
Gets or sets monitoring interval in seconds. |
Source |
Gets or sets describes the source of connection monitor. |
Tags |
Gets or sets connection monitor tags. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET