ElasticMonitorResourceListResponse 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.
Response of a list operation.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.ElasticMonitorResourceListResponseTypeConverter))]
public class ElasticMonitorResourceListResponse : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResourceListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.ElasticMonitorResourceListResponseTypeConverter))>]
type ElasticMonitorResourceListResponse = class
interface IElasticMonitorResourceListResponse
interface IJsonSerializable
Public Class ElasticMonitorResourceListResponse
Implements IElasticMonitorResourceListResponse
- Inheritance
-
ElasticMonitorResourceListResponse
- Attributes
- Implements
Constructors
ElasticMonitorResourceListResponse() |
Creates an new ElasticMonitorResourceListResponse instance. |
Properties
NextLink |
Link to the next set of results, if any. |
Value |
Results of a list operation. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ElasticMonitorResourceListResponse. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ElasticMonitorResourceListResponse. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IElasticMonitorResourceListResponse. |
FromJsonString(String) |
Creates a new instance of ElasticMonitorResourceListResponse, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ElasticMonitorResourceListResponse into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |