RaiEgressHeaderOperation Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The operation to apply to a header in a Transform or Rewrite action.
public readonly struct RaiEgressHeaderOperation : IEquatable<Azure.ResourceManager.CognitiveServices.Models.RaiEgressHeaderOperation>
type RaiEgressHeaderOperation = struct
Public Structure RaiEgressHeaderOperation
Implements IEquatable(Of RaiEgressHeaderOperation)
- Inheritance
-
RaiEgressHeaderOperation
- Implements
Constructors
| Name | Description |
|---|---|
| RaiEgressHeaderOperation(String) |
Initializes a new instance of RaiEgressHeaderOperation. |
Properties
| Name | Description |
|---|---|
| Insert |
Add the header only if it is not already present. |
| Remove |
Remove the header if present. |
| Set |
Set or overwrite the header value, creating it if it does not exist. |
Methods
| Name | Description |
|---|---|
| Equals(RaiEgressHeaderOperation) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(RaiEgressHeaderOperation, RaiEgressHeaderOperation) |
Determines if two RaiEgressHeaderOperation values are the same. |
| Implicit(String to Nullable<RaiEgressHeaderOperation>) | |
| Implicit(String to RaiEgressHeaderOperation) |
Converts a string to a RaiEgressHeaderOperation. |
| Inequality(RaiEgressHeaderOperation, RaiEgressHeaderOperation) |
Determines if two RaiEgressHeaderOperation values are not the same. |