次の方法で共有


PurviewScanClient.GetFilterAsync(RequestOptions) メソッド

定義

フィルターを取得します。

public virtual System.Threading.Tasks.Task<Azure.Response> GetFilterAsync (Azure.RequestOptions options);
abstract member GetFilterAsync : Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
override this.GetFilterAsync : Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetFilterAsync (options As RequestOptions) As Task(Of Response)

パラメーター

options
Azure.RequestOptions

要求オプション。

戻り値

注釈

Response Bodyスキーマ:

{
              id: string,
              name: string,
              properties: {
                excludeUriPrefixes: [string],
                includeUriPrefixes: [string]
              }
            }

Response Errorスキーマ:

{
              error: {
                code: string,
                message: string,
                target: string,
                details: [
                  {
                    code: string,
                    message: string,
                    target: string,
                    details: [ErrorModel]
                  }
                ]
              }
            }

適用対象