你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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
              }
            }

适用于