EdgeActionInvocationPoint 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.
Defines at which point in the request processing pipeline the edge action will be invoked.
public readonly struct EdgeActionInvocationPoint : IEquatable<Azure.ResourceManager.Cdn.Models.EdgeActionInvocationPoint>
type EdgeActionInvocationPoint = struct
Public Structure EdgeActionInvocationPoint
Implements IEquatable(Of EdgeActionInvocationPoint)
- Inheritance
-
EdgeActionInvocationPoint
- Implements
Constructors
| Name | Description |
|---|---|
| EdgeActionInvocationPoint(String) |
Initializes a new instance of EdgeActionInvocationPoint. |
Properties
| Name | Description |
|---|---|
| ClientRequest |
Gets the ClientRequest. |
| OriginRequest |
Gets the OriginRequest. |
Methods
| Name | Description |
|---|---|
| Equals(EdgeActionInvocationPoint) |
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(EdgeActionInvocationPoint, EdgeActionInvocationPoint) |
Determines if two EdgeActionInvocationPoint values are the same. |
| Implicit(String to EdgeActionInvocationPoint) |
Converts a string to a EdgeActionInvocationPoint. |
| Implicit(String to Nullable<EdgeActionInvocationPoint>) | |
| Inequality(EdgeActionInvocationPoint, EdgeActionInvocationPoint) |
Determines if two EdgeActionInvocationPoint values are not the same. |