次の方法で共有


PurviewScanningServiceClient.GetClassificationRulesAsync メソッド

定義

Account の分類ルールを一覧表示します。

public virtual Azure.AsyncPageable<BinaryData> GetClassificationRulesAsync(Azure.RequestOptions options);
abstract member GetClassificationRulesAsync : Azure.RequestOptions -> Azure.AsyncPageable<BinaryData>
override this.GetClassificationRulesAsync : Azure.RequestOptions -> Azure.AsyncPageable<BinaryData>
Public Overridable Function GetClassificationRulesAsync (options As RequestOptions) As AsyncPageable(Of BinaryData)

パラメーター

options
Azure.RequestOptions

要求オプション。

戻り値

注釈

Response Bodyスキーマ:

{
              value: [
                {
                  id: string,
                  name: string,
                  kind: "System" | "Custom"
                }
              ],
              nextLink: string,
              count: number
            }

Response Errorスキーマ:

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

適用対象