Freigeben über


AccountListSupportedImagesNextOptions Konstruktoren

Definition

Überlädt

AccountListSupportedImagesNextOptions()

Initialisiert eine neue instance der AccountListSupportedImagesNextOptions-Klasse.

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

Initialisiert eine neue instance der AccountListSupportedImagesNextOptions-Klasse.

AccountListSupportedImagesNextOptions()

Quelle:
AccountListSupportedImagesNextOptions.cs

Initialisiert eine neue instance der AccountListSupportedImagesNextOptions-Klasse.

public AccountListSupportedImagesNextOptions ();
Public Sub New ()

Gilt für:

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

Quelle:
AccountListSupportedImagesNextOptions.cs

Initialisiert eine neue instance der AccountListSupportedImagesNextOptions-Klasse.

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

Parameter

clientRequestId
Nullable<Guid>

Die vom Aufrufer generierte Anforderungsidentität in Form einer GUID ohne Dekoration wie geschweifte Klammern, z. B. 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.

returnClientRequestId
Nullable<Boolean>

Gibt an, ob der Server die Client-Anforderungs-ID in der Antwort zurückgeben soll.

ocpDate
Nullable<DateTime>

Der Zeitpunkt, zu dem die Anforderung ausgestellt wurde. Clientbibliotheken legen dies in der Regel auf die aktuelle Systemuhrzeit fest. explizit festlegen, wenn Sie die REST-API direkt aufrufen.

Gilt für: