Freigeben über


ConnectionMonitorTest Class

Definition

The Connection Monitor Test class.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ConnectionMonitorTestTypeConverter))]
public class ConnectionMonitorTest : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IConnectionMonitorTest, Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ConnectionMonitorTestTypeConverter))>]
type ConnectionMonitorTest = class
    interface IConnectionMonitorTest
    interface IJsonSerializable
    interface IResource
    interface IValidates
Public Class ConnectionMonitorTest
Implements IConnectionMonitorTest, IValidates
Inheritance
ConnectionMonitorTest
Attributes
Implements

Constructors

ConnectionMonitorTest()

Creates an new ConnectionMonitorTest instance.

Properties

Destination

The Connection Monitor test destination

DestinationPort

The Connection Monitor test destination port

Id

The ID of the resource.

IsTestSuccessful

The flag that indicates if the Connection Monitor test is successful or not.

Name

The name of the resource.

Path

The path representing the Connection Monitor test.

ProvisioningState

The provisioning state of the resource.

ResourceGroupName

Gets the resource group name

SourceAgent

The Connection Monitor test source agent

TestFrequencyInSec

The Connection Monitor test frequency in seconds

Type

The type of the resource.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ConnectionMonitorTest.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ConnectionMonitorTest.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IConnectionMonitorTest.

FromJsonString(String)

Creates a new instance of ConnectionMonitorTest, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of ConnectionMonitorTest into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to