RoutesDeleteAcceptedResponseHeaders 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.Cdn.Models.RoutesDeleteAcceptedResponseHeadersTypeConverter))]
public class RoutesDeleteAcceptedResponseHeaders : Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IRoutesDeleteAcceptedResponseHeaders, Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.IHeaderSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.RoutesDeleteAcceptedResponseHeadersTypeConverter))>]
type RoutesDeleteAcceptedResponseHeaders = class
interface IRoutesDeleteAcceptedResponseHeaders
interface IHeaderSerializable
Public Class RoutesDeleteAcceptedResponseHeaders
Implements IHeaderSerializable, IRoutesDeleteAcceptedResponseHeaders
- Inheritance
-
RoutesDeleteAcceptedResponseHeaders
- Attributes
- Implements
Constructors
RoutesDeleteAcceptedResponseHeaders() |
Creates an new RoutesDeleteAcceptedResponseHeaders instance. |
Properties
Location |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of RoutesDeleteAcceptedResponseHeaders. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of RoutesDeleteAcceptedResponseHeaders. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Cdn.Models.IRoutesDeleteAcceptedResponseHeaders. |
FromJsonString(String) |
Creates a new instance of RoutesDeleteAcceptedResponseHeaders, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of RoutesDeleteAcceptedResponseHeaders into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |
Explicit Interface Implementations
IHeaderSerializable.ReadHeaders(HttpResponseHeaders) |