Share via


IAfdPurgeParameters.ContentPath Property

Definition

The path to the content to be purged. Can describe a file path or a wild card directory.

[Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The path to the content to be purged. Can describe a file path or a wild card directory.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="contentPaths", Update=true)]
public System.Collections.Generic.List<string> ContentPath { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Cdn.Runtime.Info(Create=true, Description="The path to the content to be purged. Can describe a file path or a wild card directory.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="contentPaths", Update=true)>]
member this.ContentPath : System.Collections.Generic.List<string> with get, set
Public Property ContentPath As List(Of String)

Property Value

Attributes

Applies to