次の方法で共有


FrontDoorPurgeContent(IEnumerable<String>) コンストラクター

定義

FrontDoorPurgeContent の新しいインスタンスを初期化します。

public FrontDoorPurgeContent (System.Collections.Generic.IEnumerable<string> contentPaths);
new Azure.ResourceManager.Cdn.Models.FrontDoorPurgeContent : seq<string> -> Azure.ResourceManager.Cdn.Models.FrontDoorPurgeContent
Public Sub New (contentPaths As IEnumerable(Of String))

パラメーター

contentPaths
IEnumerable<String>

消去するコンテンツへのパス。 ファイル パスまたはワイルド カード ディレクトリを記述できます。

例外

contentPaths が null です。

適用対象