New-AzPurviewFilterObject
Filter のメモリ内オブジェクトを作成します。
構文
New-AzPurviewFilterObject
[-ExcludeUriPrefix <String[]>]
[-IncludeUriPrefix <String[]>]
[<CommonParameters>]
説明
Filter のメモリ内オブジェクトを作成します。
例
例 1: フィルター オブジェクトを作成する
New-AzPurviewFilterObject -ExcludeUriPrefix @('https://foo.file.core.windows.net/share1/user/temp') -IncludeUriPrefix @('https://foo.file.core.windows.net/share1/user','https://foo.file.core.windows.net/share1/aggregated')
ExcludeUriPrefix : {https://foo.file.core.windows.net/share1/user/temp}
Id :
IncludeUriPrefix : {https://foo.file.core.windows.net/share1/user,
https://foo.file.core.windows.net/share1/aggregated}
Name :
フィルター オブジェクトを作成する
パラメーター
-ExcludeUriPrefix
型: | String[] |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
-IncludeUriPrefix
型: | String[] |
配置: | Named |
規定値: | None |
必須: | False |
パイプライン入力を受け取る: | False |
ワイルドカード文字を受け取る: | False |
出力
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure PowerShell