ArmCdnModelFactory.PurgeContent(IEnumerable<String>) 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.PurgeContent PurgeContent(System.Collections.Generic.IEnumerable<string> contentPaths = default);
static member PurgeContent : seq<string> -> Azure.ResourceManager.Cdn.Models.PurgeContent
Public Shared Function PurgeContent (Optional contentPaths As IEnumerable(Of String) = Nothing) As PurgeContent
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 PurgeContent instance for mocking.