ArmCdnModelFactory.FrontDoorPurgeContent 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.
Parameters required for content purge.
public static Azure.ResourceManager.Cdn.Models.FrontDoorPurgeContent FrontDoorPurgeContent(System.Collections.Generic.IEnumerable<string> contentPaths = default, System.Collections.Generic.IEnumerable<string> domains = default);
static member FrontDoorPurgeContent : seq<string> * seq<string> -> Azure.ResourceManager.Cdn.Models.FrontDoorPurgeContent
Public Shared Function FrontDoorPurgeContent (Optional contentPaths As IEnumerable(Of String) = Nothing, Optional domains As IEnumerable(Of String) = Nothing) As FrontDoorPurgeContent
Parameters
- contentPaths
- IEnumerable<String>
The path to the content to be purged. Can describe a file path or a wild card directory.
- domains
- IEnumerable<String>
List of domains.
Returns
A new FrontDoorPurgeContent instance for mocking.