次の方法で共有


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

出力