Partilhar via


DeleteKeyValueNoContentResponseHeaders Class

Definition

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

Constructors

Name Description
DeleteKeyValueNoContentResponseHeaders()

Creates an new DeleteKeyValueNoContentResponseHeaders instance.

Properties

Name Description
SyncToken

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DeleteKeyValueNoContentResponseHeaders.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DeleteKeyValueNoContentResponseHeaders.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DeleteKeyValueNoContentResponseHeaders into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

Name Description
IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to