HeaderActionProperties(HeaderAction, String) Constructor
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.
Initializes a new instance of HeaderActionProperties.
public HeaderActionProperties(Azure.ResourceManager.Cdn.Models.HeaderAction headerAction, string headerName);
new Azure.ResourceManager.Cdn.Models.HeaderActionProperties : Azure.ResourceManager.Cdn.Models.HeaderAction * string -> Azure.ResourceManager.Cdn.Models.HeaderActionProperties
Public Sub New (headerAction As HeaderAction, headerName As String)
Parameters
- headerAction
- HeaderAction
Action to perform Serialized Name: HeaderActionParameters.headerAction
- headerName
- String
Name of the header to modify Serialized Name: HeaderActionParameters.headerName
Exceptions
headerName
is null.