Share via


DynatraceSingleSignOnResourceListResult Class

Definition

The response of a DynatraceSingleSignOnResource list operation.

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

Constructors

DynatraceSingleSignOnResourceListResult()

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

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DynatraceSingleSignOnResourceListResult.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DynatraceSingleSignOnResourceListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to