다음을 통해 공유


FrontDoorEndpointPurgeContent(IEnumerable<String>) Constructor

Definition

Initializes a new instance of FrontDoorEndpointPurgeContent.

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