IConnectionMonitorTestProperties Interface
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ConnectionMonitorTestPropertiesTypeConverter))]
public interface IConnectionMonitorTestProperties : Microsoft.Azure.PowerShell.Cmdlets.Peering.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ConnectionMonitorTestPropertiesTypeConverter))>]
type IConnectionMonitorTestProperties = interface
interface IJsonSerializable
Public Interface IConnectionMonitorTestProperties
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |