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

PurviewCollection.ListChildCollectionNamesAsync 方法

定义

列出集合中的子集合名称。

public virtual Azure.AsyncPageable<BinaryData> ListChildCollectionNamesAsync (Azure.RequestOptions options, string skipToken = default);
abstract member ListChildCollectionNamesAsync : Azure.RequestOptions * string -> Azure.AsyncPageable<BinaryData>
override this.ListChildCollectionNamesAsync : Azure.RequestOptions * string -> Azure.AsyncPageable<BinaryData>
Public Overridable Function ListChildCollectionNamesAsync (options As RequestOptions, Optional skipToken As String = Nothing) As AsyncPageable(Of BinaryData)

参数

options
Azure.RequestOptions

请求选项。

skipToken
String

要使用的字符串。

返回

注解

Response Body架构:

{
              count: number,
              nextLink: string,
              value: [
                {
                  friendlyName: string,
                  name: string
                }
              ]
            }

Response Error架构:

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

适用于