ArmCdnModelFactory.LoadContent(IEnumerable<String>) Method

Definition

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.

Applies to