DeleteKeyValueNoContentResponseHeaders Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
DeleteKeyValueNoContentResponseHeaders() |
Creates an new DeleteKeyValueNoContentResponseHeaders instance. |
Properties
SyncToken |
Methods
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
IHeaderSerializable.ReadHeaders(HttpResponseHeaders) |