Freigeben über


LabelListResult Class

Definition

The result of a list request.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.LabelListResultTypeConverter))]
public class LabelListResult : Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ILabelListResult, Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Runtime.IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.LabelListResultTypeConverter))>]
type LabelListResult = class
    interface ILabelListResult
    interface IJsonSerializable
    interface IHeaderSerializable
Public Class LabelListResult
Implements IHeaderSerializable, ILabelListResult
Inheritance
LabelListResult
Attributes
Implements

Constructors

LabelListResult()

Creates an new LabelListResult instance.

Properties

Item

The collection value.

NextLink

The URI that can be used to request the next set of paged results.

SyncToken

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of LabelListResult.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of LabelListResult.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.AppConfigurationdata.Models.ILabelListResult.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of LabelListResult into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to