ConnectionMonitorResultInner 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.
Information about the connection monitor.
[Microsoft.Rest.Serialization.JsonTransformation]
public class ConnectionMonitorResultInner : Microsoft.Azure.Management.ResourceManager.Fluent.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type ConnectionMonitorResultInner = class
inherit Resource
Public Class ConnectionMonitorResultInner
Inherits Resource
- Inheritance
- Attributes
Constructors
ConnectionMonitorResultInner() |
Initializes a new instance of the ConnectionMonitorResultInner class. |
ConnectionMonitorResultInner(String, ConnectionMonitorSource, ConnectionMonitorDestination, String, String, String, IDictionary<String, String>, String, Nullable<Boolean>, Nullable<Int32>, ProvisioningState, Nullable<DateTime>, String) |
Initializes a new instance of the ConnectionMonitorResultInner 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. |
Etag |
Gets or sets a unique read-only string that changes whenever the resource is updated. |
Id |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Location |
Resource location (Inherited from Resource) |
MonitoringIntervalInSeconds |
Gets or sets monitoring interval in seconds. |
MonitoringStatus |
Gets or sets the monitoring status of the connection monitor. |
Name |
Resource name (Inherited from ProxyResource) |
ProvisioningState |
Gets or sets the provisioning state of the connection monitor. Possible values include: 'Succeeded', 'Updating', 'Deleting', 'Failed' |
Source |
Gets or sets describes the source of connection monitor. |
StartTime |
Gets or sets the date and time when the connection monitor was started. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET