toggle menu
pulumi-azure-kotlin
6.23.0.0
jvm
switch theme
search in API
pulumi-azure-kotlin
/
com.pulumi.azure.trafficmanager.kotlin.inputs
/
ProfileMonitorConfigCustomHeaderArgs
Profile
Monitor
Config
Custom
Header
Args
data
class
ProfileMonitorConfigCustomHeaderArgs
(
val
name
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
ProfileMonitorConfigCustomHeaderArgs
>
Members
Constructors
Profile
Monitor
Config
Custom
Header
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
The name of the custom header.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of custom header. Applicable for HTTP and HTTPS protocol.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ProfileMonitorConfigCustomHeaderArgs