ArmCdnModelFactory.LoadContent(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 load.
public static Azure.ResourceManager.Cdn.Models.LoadContent LoadContent(System.Collections.Generic.IEnumerable<string> contentPaths = default);
static member LoadContent : seq<string> -> Azure.ResourceManager.Cdn.Models.LoadContent
Public Shared Function LoadContent (Optional contentPaths As IEnumerable(Of String) = Nothing) As LoadContent
Parameters
- contentPaths
- IEnumerable<String>
The path to the content to be loaded. Path should be a relative file URL of the origin.
Returns
A new LoadContent instance for mocking.