Class EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs
Inheritance
System.Object
EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.Cdn.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs : ResourceArgs
Constructors
View SourceEndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs()
Declaration
public EndpointGlobalDeliveryRuleModifyResponseHeaderActionArgs()
Properties
View SourceAction
Action to be executed on a header value. Valid values are Append, Delete and Overwrite.
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The header name.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value of the header. Only needed when action is set to Append or overwrite.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |