Compartilhar via


CheckLabelsOkResponseHeaders Class

Definition

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

Constructors

CheckLabelsOkResponseHeaders()

Creates an new CheckLabelsOkResponseHeaders instance.

Properties

SyncToken

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CheckLabelsOkResponseHeaders.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CheckLabelsOkResponseHeaders.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CheckLabelsOkResponseHeaders into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to