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

AccountListPoolNodeCountsNextOptions 构造函数

定义

重载

AccountListPoolNodeCountsNextOptions()

初始化 AccountListPoolNodeCountsNextOptions 类的新实例。

AccountListPoolNodeCountsNextOptions(Nullable<Guid>, Nullable<Boolean>, Nullable<DateTime>)

初始化 AccountListPoolNodeCountsNextOptions 类的新实例。

AccountListPoolNodeCountsNextOptions()

Source:
AccountListPoolNodeCountsNextOptions.cs

初始化 AccountListPoolNodeCountsNextOptions 类的新实例。

public AccountListPoolNodeCountsNextOptions ();
Public Sub New ()

适用于

AccountListPoolNodeCountsNextOptions(Nullable<Guid>, Nullable<Boolean>, Nullable<DateTime>)

Source:
AccountListPoolNodeCountsNextOptions.cs

初始化 AccountListPoolNodeCountsNextOptions 类的新实例。

public AccountListPoolNodeCountsNextOptions (Guid? clientRequestId = default, bool? returnClientRequestId = default, DateTime? ocpDate = default);
new Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsNextOptions : Nullable<Guid> * Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Batch.Protocol.Models.AccountListPoolNodeCountsNextOptions
Public Sub New (Optional clientRequestId As Nullable(Of Guid) = Nothing, Optional returnClientRequestId As Nullable(Of Boolean) = Nothing, Optional ocpDate As Nullable(Of DateTime) = Nothing)

参数

clientRequestId
Nullable<Guid>

调用方生成的请求标识,采用不带修饰(如大括号)的 GUID 形式,例如 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0。

returnClientRequestId
Nullable<Boolean>

服务器是否应在响应中返回 client-request-id。

ocpDate
Nullable<DateTime>

发出请求的时间。 客户端库通常将此设置为当前系统时钟时间;如果直接调用 REST API,请显式设置它。

适用于