Share via


CommunicationServiceDeleteAcceptedResponseHeaders Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.CommunicationServiceDeleteAcceptedResponseHeadersTypeConverter))]
public class CommunicationServiceDeleteAcceptedResponseHeaders : Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceDeleteAcceptedResponseHeaders, Microsoft.Azure.PowerShell.Cmdlets.Communication.Runtime.IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.CommunicationServiceDeleteAcceptedResponseHeadersTypeConverter))>]
type CommunicationServiceDeleteAcceptedResponseHeaders = class
    interface ICommunicationServiceDeleteAcceptedResponseHeaders
    interface IHeaderSerializable
Public Class CommunicationServiceDeleteAcceptedResponseHeaders
Implements ICommunicationServiceDeleteAcceptedResponseHeaders, IHeaderSerializable
Inheritance
CommunicationServiceDeleteAcceptedResponseHeaders
Attributes
Implements

Constructors

CommunicationServiceDeleteAcceptedResponseHeaders()

Creates an new CommunicationServiceDeleteAcceptedResponseHeaders instance.

Properties

Location

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CommunicationServiceDeleteAcceptedResponseHeaders.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CommunicationServiceDeleteAcceptedResponseHeaders.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Communication.Models.ICommunicationServiceDeleteAcceptedResponseHeaders.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of CommunicationServiceDeleteAcceptedResponseHeaders into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Explicit Interface Implementations

IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to