ArmFrontDoorModelFactory.FrontDoorEndpointPurgeContent Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.FrontDoor.Models.FrontDoorEndpointPurgeContent FrontDoorEndpointPurgeContent(System.Collections.Generic.IEnumerable<string> contentPaths = default);
static member FrontDoorEndpointPurgeContent : seq<string> -> Azure.ResourceManager.FrontDoor.Models.FrontDoorEndpointPurgeContent
Public Shared Function FrontDoorEndpointPurgeContent (Optional contentPaths As IEnumerable(Of String) = Nothing) As FrontDoorEndpointPurgeContent
Parameters
- contentPaths
- IEnumerable<String>
The path to the content to be purged. Can describe a file path or a wild card directory.
Returns
A new FrontDoorEndpointPurgeContent instance for mocking.