IConnectionMonitorTest 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.ConnectionMonitorTestTypeConverter))]
public interface IConnectionMonitorTest : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ConnectionMonitorTestTypeConverter))>]
type IConnectionMonitorTest = interface
interface IJsonSerializable
interface IResource
Public Interface IConnectionMonitorTest
Implements IResource
- Derived
- Attributes
- Implements
Properties
Destination |
The Connection Monitor test destination |
DestinationPort |
The Connection Monitor test destination port |
Id |
The ID of the resource. (Inherited from IResource) |
IsTestSuccessful |
The flag that indicates if the Connection Monitor test is successful or not. |
Name |
The name of the resource. (Inherited from IResource) |
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 |
Type |
The type of the resource. (Inherited from IResource) |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |