ConnectionMonitorTestListResult 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 paginated list of Connection Monitor Tests.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ConnectionMonitorTestListResultTypeConverter))]
public class ConnectionMonitorTestListResult : Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IConnectionMonitorTestListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.ConnectionMonitorTestListResultTypeConverter))>]
type ConnectionMonitorTestListResult = class
interface IConnectionMonitorTestListResult
interface IJsonSerializable
Public Class ConnectionMonitorTestListResult
Implements IConnectionMonitorTestListResult
- Inheritance
-
ConnectionMonitorTestListResult
- Attributes
- Implements
Constructors
ConnectionMonitorTestListResult() |
Creates an new ConnectionMonitorTestListResult instance. |
Properties
NextLink |
The link to fetch the next page of Connection Monitor Tests. |
Value |
The list of Connection Monitor Tests. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectionMonitorTestListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectionMonitorTestListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Peering.Models.Api20221001.IConnectionMonitorTestListResult. |
FromJsonString(String) |
Creates a new instance of ConnectionMonitorTestListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectionMonitorTestListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |