共用方式為


New-AzPurviewFilterObject

建立 Filter 的記憶體內部物件。

語法

New-AzPurviewFilterObject
   [-ExcludeUriPrefix <String[]>]
   [-IncludeUriPrefix <String[]>]
   [<CommonParameters>]

Description

建立 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[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-IncludeUriPrefix

類型:String[]
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸出

Filter