RetryHistory Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
RetryHistory() |
Inicializa uma nova instância da classe RetryHistory. |
RetryHistory(Nullable<DateTime>, Nullable<DateTime>, String, String, String, ErrorResponse) |
Inicializa uma nova instância da classe RetryHistory. |
RetryHistory()
Inicializa uma nova instância da classe RetryHistory.
public RetryHistory ();
Public Sub New ()
Aplica-se a
RetryHistory(Nullable<DateTime>, Nullable<DateTime>, String, String, String, ErrorResponse)
Inicializa uma nova instância da classe RetryHistory.
public RetryHistory (DateTime? startTime = default, DateTime? endTime = default, string code = default, string clientRequestId = default, string serviceRequestId = default, Microsoft.Azure.Management.Logic.Models.ErrorResponse error = default);
new Microsoft.Azure.Management.Logic.Models.RetryHistory : Nullable<DateTime> * Nullable<DateTime> * string * string * string * Microsoft.Azure.Management.Logic.Models.ErrorResponse -> Microsoft.Azure.Management.Logic.Models.RetryHistory
Public Sub New (Optional startTime As Nullable(Of DateTime) = Nothing, Optional endTime As Nullable(Of DateTime) = Nothing, Optional code As String = Nothing, Optional clientRequestId As String = Nothing, Optional serviceRequestId As String = Nothing, Optional error As ErrorResponse = Nothing)
Parâmetros
- code
- String
Obtém o código de status.
- clientRequestId
- String
Obtém a ID da solicitação do cliente.
- serviceRequestId
- String
Obtém a ID da solicitação de serviço.
- error
- ErrorResponse
Obtém a resposta de erro.
Aplica-se a
Azure SDK for .NET