次の方法で共有


PurviewScanningServiceClient.GetKeyVaultReferencesAsync メソッド

定義

アカウント内のキー コンテナー接続を一覧表示します。

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

パラメーター

options
Azure.RequestOptions

要求オプション。

戻り値

注釈

Response Bodyスキーマ:

{
              value: [
                {
                  id: string,
                  name: string,
                  properties: {
                    baseUrl: string,
                    description: string
                  }
                }
              ],
              nextLink: string,
              count: number
            }

Response Errorスキーマ:

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

適用対象