Class ApiOperationResponseHeaderGetArgs
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.ApiManagement.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiOperationResponseHeaderGetArgs : ResourceArgs
Constructors
View SourceApiOperationResponseHeaderGetArgs()
Declaration
public ApiOperationResponseHeaderGetArgs()
Properties
View SourceDefaultValue
The default value for this Header.
Declaration
public Input<string> DefaultValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
A description of this Header.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
The Name of this Header.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Required
Is this Header Required?
Declaration
public Input<bool> Required { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Type
The Type of this Header, such as a string.
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Values
One or more acceptable values for this Header.
Declaration
public InputList<string> Values { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |