다음을 통해 공유


FrontDoorPurgeContent(IEnumerable<String>) Constructor

Definition

Initializes a new instance of FrontDoorPurgeContent.

public FrontDoorPurgeContent (System.Collections.Generic.IEnumerable<string> contentPaths);
new Azure.ResourceManager.Cdn.Models.FrontDoorPurgeContent : seq<string> -> Azure.ResourceManager.Cdn.Models.FrontDoorPurgeContent
Public Sub New (contentPaths As IEnumerable(Of String))

Parameters

contentPaths
IEnumerable<String>

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

Exceptions

contentPaths is null.

Applies to