HeaderActionProperties 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.
Defines the parameters for the request header action.
public class HeaderActionProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Cdn.Models.HeaderActionProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Cdn.Models.HeaderActionProperties>
public class HeaderActionProperties
type HeaderActionProperties = class
interface IJsonModel<HeaderActionProperties>
interface IPersistableModel<HeaderActionProperties>
type HeaderActionProperties = class
Public Class HeaderActionProperties
Implements IJsonModel(Of HeaderActionProperties), IPersistableModel(Of HeaderActionProperties)
Public Class HeaderActionProperties
- Inheritance
-
HeaderActionProperties
- Implements
Constructors
HeaderActionProperties(HeaderActionType, HeaderAction, String) |
Initializes a new instance of HeaderActionProperties. |
Properties
ActionType |
Gets or sets the action type. |
HeaderAction |
Action to perform. |
HeaderName |
Name of the header to modify. |
Value |
Value for the specified action. |
Explicit Interface Implementations
IJsonModel<HeaderActionProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<HeaderActionProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<HeaderActionProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<HeaderActionProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<HeaderActionProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET