HeaderActionProperties(HeaderActionType, 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.HeaderActionType actionType, Azure.ResourceManager.Cdn.Models.HeaderAction headerAction, string headerName);
new Azure.ResourceManager.Cdn.Models.HeaderActionProperties : Azure.ResourceManager.Cdn.Models.HeaderActionType * Azure.ResourceManager.Cdn.Models.HeaderAction * string -> Azure.ResourceManager.Cdn.Models.HeaderActionProperties
Public Sub New (actionType As HeaderActionType, headerAction As HeaderAction, headerName As String)
Parameters
- actionType
- HeaderActionType
- headerAction
- HeaderAction
Action to perform.
- headerName
- String
Name of the header to modify.
Exceptions
headerName
is null.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET