Language

IDeliveryRuleEdgeActionParameters.InvocationPoint Property

Definition

Defines at which point in the request processing pipeline the edge action will be invoked.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "clientRequest", "originRequest", "originResponse", "clientResponse", "ClientRequest", "OriginRequest" })]
[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Defines at which point in the request processing pipeline the edge action will be invoked.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="invocationPoint", Update=true)]
public string InvocationPoint { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.PSArgumentCompleter(new System.String[] { "clientRequest", "originRequest", "originResponse", "clientResponse", "ClientRequest", "OriginRequest" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="Defines at which point in the request processing pipeline the edge action will be invoked.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="invocationPoint", Update=true)>]
member this.InvocationPoint : string with get, set
Public Property InvocationPoint As String

Property Value

Attributes

Applies to