Share via


ReferenceDataSetListResponse Class

Definition

The response of the List Reference Data Sets operation.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.ReferenceDataSetListResponseTypeConverter))]
public class ReferenceDataSetListResponse : Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IReferenceDataSetListResponse
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.ReferenceDataSetListResponseTypeConverter))>]
type ReferenceDataSetListResponse = class
    interface IReferenceDataSetListResponse
    interface IJsonSerializable
Public Class ReferenceDataSetListResponse
Implements IReferenceDataSetListResponse
Inheritance
ReferenceDataSetListResponse
Attributes
Implements

Constructors

ReferenceDataSetListResponse()

Creates an new ReferenceDataSetListResponse instance.

Properties

Value

Result of the List Reference Data Sets operation.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ReferenceDataSetListResponse.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ReferenceDataSetListResponse.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.TimeSeriesInsights.Models.Api20200515.IReferenceDataSetListResponse.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ReferenceDataSetListResponse into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to