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[] |
配置: | Named |
規定値: | None |
必須: | True |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
出力
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell