次の方法で共有


New-AzCdnPurgeParametersObject

PurgeParameters のメモリ内オブジェクトを作成します。

構文

New-AzCdnPurgeParametersObject
   -ContentPath <String[]>
   [<CommonParameters>]

説明

PurgeParameters のメモリ内オブジェクトを作成します。

例 1: PurgeParameters のメモリ内オブジェクトを作成する

$contentPath = @("/movies/amazing.mp4","/pictures/pic1.jpg")
New-AzCdnPurgeParametersObject -ContentPath $contentPath

ContentPath
-----------
{/movies/amazing.mp4, /pictures/pic1.jpg}

PurgeParameters のメモリ内オブジェクトを作成する

パラメーター

-ContentPath

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

型:String[]
Position:Named
既定値:None
必須:True
Accept pipeline input:False
Accept wildcard characters:False

出力

PurgeParameters