ConnectionMonitorTestProperties 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.
The properties that define a Connection Monitor Test.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ConnectionMonitorTestPropertiesTypeConverter))]
public class ConnectionMonitorTestProperties : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IConnectionMonitorTestProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ConnectionMonitorTestPropertiesTypeConverter))>]
type ConnectionMonitorTestProperties = class
interface IConnectionMonitorTestProperties
interface IJsonSerializable
Public Class ConnectionMonitorTestProperties
Implements IConnectionMonitorTestProperties
- Inheritance
-
ConnectionMonitorTestProperties
- Attributes
- Implements
Constructors
ConnectionMonitorTestProperties() |
Creates an new ConnectionMonitorTestProperties instance. |
Properties
Destination |
The Connection Monitor test destination |
DestinationPort |
The Connection Monitor test destination port |
IsTestSuccessful |
The flag that indicates if the Connection Monitor test is successful or not. |
Path |
The path representing the Connection Monitor test. |
ProvisioningState |
The provisioning state of the resource. |
SourceAgent |
The Connection Monitor test source agent |
TestFrequencyInSec |
The Connection Monitor test frequency in seconds |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectionMonitorTestProperties. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectionMonitorTestProperties. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IConnectionMonitorTestProperties. |
FromJsonString(String) |
Creates a new instance of ConnectionMonitorTestProperties, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectionMonitorTestProperties into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |