次の方法で共有


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

定義

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

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

パラメーター

contentPaths
IEnumerable<String>

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

例外

contentPaths が null です。

適用対象