SapLandscapeMonitorListResult 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 response from the List SAP Landscape Monitor Dashboard operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.SapLandscapeMonitorListResultTypeConverter))]
public class SapLandscapeMonitorListResult : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.SapLandscapeMonitorListResultTypeConverter))>]
type SapLandscapeMonitorListResult = class
interface ISapLandscapeMonitorListResult
interface IJsonSerializable
Public Class SapLandscapeMonitorListResult
Implements ISapLandscapeMonitorListResult
- Inheritance
-
SapLandscapeMonitorListResult
- Attributes
- Implements
Constructors
SapLandscapeMonitorListResult() |
Creates an new SapLandscapeMonitorListResult instance. |
Properties
NextLink |
The URL to get the next set of SAP Landscape Monitor Dashboard. |
Value |
The list of Sap Landscape Monitor configuration. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of SapLandscapeMonitorListResult. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of SapLandscapeMonitorListResult. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Workloads.Models.Api20230401.ISapLandscapeMonitorListResult. |
FromJsonString(String) |
Creates a new instance of SapLandscapeMonitorListResult, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of SapLandscapeMonitorListResult into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |