Freigeben über


EndpointsPurgeContentAcceptedResponseHeaders Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.EndpointsPurgeContentAcceptedResponseHeadersTypeConverter))]
public class EndpointsPurgeContentAcceptedResponseHeaders : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IEndpointsPurgeContentAcceptedResponseHeaders, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.EndpointsPurgeContentAcceptedResponseHeadersTypeConverter))>]
type EndpointsPurgeContentAcceptedResponseHeaders = class
    interface IEndpointsPurgeContentAcceptedResponseHeaders
    interface IHeaderSerializable
Public Class EndpointsPurgeContentAcceptedResponseHeaders
Implements IEndpointsPurgeContentAcceptedResponseHeaders, IHeaderSerializable
Inheritance
EndpointsPurgeContentAcceptedResponseHeaders
Attributes
Implements

Constructors

Name Description
EndpointsPurgeContentAcceptedResponseHeaders()

Creates an new EndpointsPurgeContentAcceptedResponseHeaders instance.

Properties

Name Description
Location

Methods

Name Description
DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of EndpointsPurgeContentAcceptedResponseHeaders.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of EndpointsPurgeContentAcceptedResponseHeaders.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IEndpointsPurgeContentAcceptedResponseHeaders.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of EndpointsPurgeContentAcceptedResponseHeaders into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Explicit Interface Implementations

Name Description
IHeaderSerializable.ReadHeaders(HttpResponseHeaders)

Applies to