Share via


TagRuleListResult Class

Definition

The response of a TagRule list operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.TagRuleListResultTypeConverter))]
public class TagRuleListResult : Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ITagRuleListResult
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.TagRuleListResultTypeConverter))>]
type TagRuleListResult = class
    interface ITagRuleListResult
    interface IJsonSerializable
Public Class TagRuleListResult
Implements ITagRuleListResult
Inheritance
TagRuleListResult
Attributes
Implements

Constructors

TagRuleListResult()

Creates an new TagRuleListResult instance.

Properties

NextLink

The link to the next page of items

Value

The items on this page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of TagRuleListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of TagRuleListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DynatraceObservability.Models.Api20210901.ITagRuleListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of TagRuleListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to