Show / Hide Table of Contents

Class ApplicationGatewayRewriteRuleSetRewriteRuleResponseHeaderConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ApplicationGatewayRewriteRuleSetRewriteRuleResponseHeaderConfigurationArgs
Inherited Members
ResourceArgs.Empty
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.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApplicationGatewayRewriteRuleSetRewriteRuleResponseHeaderConfigurationArgs : ResourceArgs

Constructors

View Source

ApplicationGatewayRewriteRuleSetRewriteRuleResponseHeaderConfigurationArgs()

Declaration
public ApplicationGatewayRewriteRuleSetRewriteRuleResponseHeaderConfigurationArgs()

Properties

View Source

HeaderName

Header name of the header configuration.

Declaration
public Input<string> HeaderName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

HeaderValue

Header value of the header configuration. To delete a response header set this property to an empty string.

Declaration
public Input<string> HeaderValue { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.