Share via


MonitoringTagRulesListResponse Class

Definition

Response of a list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.MonitoringTagRulesListResponseTypeConverter))]
public class MonitoringTagRulesListResponse : Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IMonitoringTagRulesListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.MonitoringTagRulesListResponseTypeConverter))>]
type MonitoringTagRulesListResponse = class
    interface IMonitoringTagRulesListResponse
    interface IJsonSerializable
Public Class MonitoringTagRulesListResponse
Implements IMonitoringTagRulesListResponse
Inheritance
MonitoringTagRulesListResponse
Attributes
Implements

Constructors

MonitoringTagRulesListResponse()

Creates an new MonitoringTagRulesListResponse 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 MonitoringTagRulesListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of MonitoringTagRulesListResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Elastic.Models.Api20200701.IMonitoringTagRulesListResponse.

FromJsonString(String)

Creates a new instance of MonitoringTagRulesListResponse, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of MonitoringTagRulesListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to