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

AccountListPoolNodeCountsHeaders 构造函数

定义

重载

AccountListPoolNodeCountsHeaders()

初始化 AccountListPoolNodeCountsHeaders 类的新实例。

AccountListPoolNodeCountsHeaders(Nullable<Guid>, Nullable<Guid>)

初始化 AccountListPoolNodeCountsHeaders 类的新实例。

AccountListPoolNodeCountsHeaders()

Source:
AccountListPoolNodeCountsHeaders.cs

初始化 AccountListPoolNodeCountsHeaders 类的新实例。

public AccountListPoolNodeCountsHeaders ();
Public Sub New ()

适用于

AccountListPoolNodeCountsHeaders(Nullable<Guid>, Nullable<Guid>)

Source:
AccountListPoolNodeCountsHeaders.cs

初始化 AccountListPoolNodeCountsHeaders 类的新实例。

public AccountListPoolNodeCountsHeaders (Guid? clientRequestId = default, Guid? requestId = default);
new Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsHeaders : Nullable<Guid> * Nullable<Guid> -> Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsHeaders
Public Sub New (Optional clientRequestId As Nullable(Of Guid) = Nothing, Optional requestId As Nullable(Of Guid) = Nothing)

参数

clientRequestId
Nullable<Guid>

客户端在请求期间提供的 client-request-id。 仅当 return-client-request-id 参数设置为 true 时,才会返回此值。

requestId
Nullable<Guid>

向 Batch 服务发出的请求的唯一标识符。 如果请求总是失败,且已验证请求格式正确,可以使用此值向 Microsoft 报告错误。 在报表中,包括此请求 ID 的值、发出请求的大致时间、发出请求所针对的 Batch 帐户以及帐户所在的区域。

适用于