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

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

适用于