Class ApiOperationResponseHeader
Inheritance
System.Object
ApiOperationResponseHeader
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ApiOperationResponseHeader
Fields
View SourceDefaultValue
The default value for this Header.
Declaration
public readonly string DefaultValue
Field Value
| Type | Description |
|---|---|
| System.String |
Description
A description of this Header.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Name
The Name of this Header.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Required
Is this Header Required?
Declaration
public readonly bool Required
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Type
The Type of this Header, such as a string.
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |
Values
One or more acceptable values for this Header.
Declaration
public readonly ImmutableArray<string> Values
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |