Compartir a través de


AccountListSupportedImagesOptions Constructores

Definición

Sobrecargas

AccountListSupportedImagesOptions()

Inicializa una nueva instancia de la clase AccountListSupportedImagesOptions.

AccountListSupportedImagesOptions(String, Nullable<Int32>, Nullable<Int32>, Nullable<Guid>, Nullable<Boolean>, Nullable<DateTime>)

Inicializa una nueva instancia de la clase AccountListSupportedImagesOptions.

AccountListSupportedImagesOptions()

Inicializa una nueva instancia de la clase AccountListSupportedImagesOptions.

public AccountListSupportedImagesOptions ();
Public Sub New ()

Se aplica a

AccountListSupportedImagesOptions(String, Nullable<Int32>, Nullable<Int32>, Nullable<Guid>, Nullable<Boolean>, Nullable<DateTime>)

Inicializa una nueva instancia de la clase AccountListSupportedImagesOptions.

public AccountListSupportedImagesOptions (string filter = default, int? maxResults = default, int? timeout = default, Guid? clientRequestId = default, bool? returnClientRequestId = default, DateTime? ocpDate = default);
new Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions : string * Nullable<int> * Nullable<int> * Nullable<Guid> * Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Batch.Protocol.Models.AccountListSupportedImagesOptions
Public Sub New (Optional filter As String = Nothing, Optional maxResults As Nullable(Of Integer) = Nothing, Optional timeout As Nullable(Of Integer) = Nothing, Optional clientRequestId As Nullable(Of Guid) = Nothing, Optional returnClientRequestId As Nullable(Of Boolean) = Nothing, Optional ocpDate As Nullable(Of DateTime) = Nothing)

Parámetros

filter
String

Una cláusula de $filter OData. Para obtener más información sobre cómo construir este filtro, vea https://docs.microsoft.com/en-us/rest/api/batchservice/odata-filters-in-batch#list-support-images.

maxResults
Nullable<Int32>

Número máximo de elementos que se van a devolver en la respuesta. Se devolverá un máximo de 1000 resultados.

timeout
Nullable<Int32>

Tiempo máximo que el servidor puede dedicar a procesar la solicitud, en segundos. El valor predeterminado es 30 segundos.

clientRequestId
Nullable<Guid>

La identidad de solicitud generada por el autor de la llamada, en forma de GUID sin decoración como llaves, por ejemplo, 9C4D50EE-2D56-4CD3-8152-34347DC9F2B0.

returnClientRequestId
Nullable<Boolean>

Si el servidor debe devolver el client-request-id en la respuesta.

ocpDate
Nullable<DateTime>

Hora a la que se emitió la solicitud. Normalmente, las bibliotecas cliente establecen esto en la hora actual del reloj del sistema; establézcalo explícitamente si llama directamente a la API REST.

Se aplica a