次の方法で共有


PurviewCollection.GetCollectionPath(RequestOptions) メソッド

定義

コレクション パスを表す親名チェーンと親フレンドリ名チェーンを取得します。

public virtual Azure.Response GetCollectionPath (Azure.RequestOptions options);
abstract member GetCollectionPath : Azure.RequestOptions -> Azure.Response
override this.GetCollectionPath : Azure.RequestOptions -> Azure.Response
Public Overridable Function GetCollectionPath (options As RequestOptions) As Response

パラメーター

options
Azure.RequestOptions

要求オプション。

戻り値

注釈

Response Bodyスキーマ:

{
              parentFriendlyNameChain: [string],
              parentNameChain: [string]
            }

Response Errorスキーマ:

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

適用対象