Class TrafficManagerProfileMonitorConfigCustomHeaderGetArgs
Inheritance
System.Object
TrafficManagerProfileMonitorConfigCustomHeaderGetArgs
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.Network.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class TrafficManagerProfileMonitorConfigCustomHeaderGetArgs : ResourceArgs
Constructors
View SourceTrafficManagerProfileMonitorConfigCustomHeaderGetArgs()
Declaration
public TrafficManagerProfileMonitorConfigCustomHeaderGetArgs()
Properties
View SourceName
The name of the custom header.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Value
The value of custom header. Applicable for Http and Https protocol.
Declaration
public Input<string> Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |