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