Condividi tramite


PurgeContent(IEnumerable<String>) Constructor

Definition

Initializes a new instance of PurgeContent.

public PurgeContent (System.Collections.Generic.IEnumerable<string> contentPaths);
new Azure.ResourceManager.Cdn.Models.PurgeContent : seq<string> -> Azure.ResourceManager.Cdn.Models.PurgeContent
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