ConnectionMonitorData Class

Definition

A class representing the ConnectionMonitor data model. Information about the connection monitor.

public class ConnectionMonitorData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Network.ConnectionMonitorData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Network.ConnectionMonitorData>
public class ConnectionMonitorData : Azure.ResourceManager.Models.ResourceData
type ConnectionMonitorData = class
    inherit ResourceData
    interface IJsonModel<ConnectionMonitorData>
    interface IPersistableModel<ConnectionMonitorData>
type ConnectionMonitorData = class
    inherit ResourceData
Public Class ConnectionMonitorData
Inherits ResourceData
Implements IJsonModel(Of ConnectionMonitorData), IPersistableModel(Of ConnectionMonitorData)
Public Class ConnectionMonitorData
Inherits ResourceData
Inheritance
ConnectionMonitorData
Implements

Properties

AutoStart

Determines if the connection monitor will start automatically once created.

ConnectionMonitorType

Type of connection monitor.

Destination

Describes the destination of connection monitor.

Endpoints

List of connection monitor endpoints.

ETag

A unique read-only string that changes whenever the resource is updated.

Id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.

(Inherited from ResourceData)
Location

Connection monitor location.

MonitoringIntervalInSeconds

Monitoring interval in seconds.

MonitoringStatus

The monitoring status of the connection monitor.

Name

The name of the resource.

(Inherited from ResourceData)
Notes

Optional notes to be associated with the connection monitor.

Outputs

List of connection monitor outputs.

ProvisioningState

The provisioning state of the connection monitor.

ResourceType

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts".

(Inherited from ResourceData)
Source

Describes the source of connection monitor.

StartOn

The date and time when the connection monitor was started.

SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

(Inherited from ResourceData)
Tags

Connection monitor tags.

TestConfigurations

List of connection monitor test configurations.

TestGroups

List of connection monitor test groups.

Explicit Interface Implementations

IJsonModel<ConnectionMonitorData>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConnectionMonitorData>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectionMonitorData>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnectionMonitorData>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConnectionMonitorData>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to