次の方法で共有


PurviewCollection.GetCollectionPathAsync(RequestOptions) メソッド

定義

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

public virtual System.Threading.Tasks.Task<Azure.Response> GetCollectionPathAsync (Azure.RequestOptions options);
abstract member GetCollectionPathAsync : Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
override this.GetCollectionPathAsync : Azure.RequestOptions -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function GetCollectionPathAsync (options As RequestOptions) As Task(Of 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
              }
            }

適用対象