Get-AzPurviewFilter
Get a filter
Syntax
Get-AzPurviewFilter
-Endpoint <String>
-DataSourceName <String>
-ScanName <String>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
Get a filter
Examples
Example 1: Get the scope filters of the scan
Get-AzPurviewFilter -Endpoint 'https://brs-2.purview.azure.com/' -DataSourceName 'DataScanTestData' -ScanName 'Scan1ForDemo'
ExcludeUriPrefix : {https://foo.file.core.windows.net/share1/user/temp}
Id : datasources/DataScanTestData/scans/Scan1ForDemo/filters/custom
IncludeUriPrefix : {https://foo.file.core.windows.net/share1/user,
https://foo.file.core.windows.net/share1/aggregated}
Name : custom
Get the scope filters of the scan named 'Scan1ForDemo' for datasource 'DataScanTestData'
Parameters
-DataSourceName
.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-DefaultProfile
The DefaultProfile parameter is not functional. Use the SubscriptionId parameter when available if executing the cmdlet against a different subscription.
Type: | PSObject |
Aliases: | AzureRMContext, AzureCredential |
Position: | Named |
Default value: | None |
Required: | False |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-Endpoint
The scanning endpoint of your purview account. Example: https://{accountName}.purview.azure.com
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
-ScanName
.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | False |
Accept wildcard characters: | False |
Outputs
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure PowerShell