StorageSyncErrorDetails 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
StorageSyncErrorDetails() |
Inicializa uma nova instância da classe StorageSyncErrorDetails. |
StorageSyncErrorDetails(String, String, String, String, String, String, String, String) |
Inicializa uma nova instância da classe StorageSyncErrorDetails. |
StorageSyncErrorDetails()
Inicializa uma nova instância da classe StorageSyncErrorDetails.
public StorageSyncErrorDetails ();
Public Sub New ()
Aplica-se a
StorageSyncErrorDetails(String, String, String, String, String, String, String, String)
Inicializa uma nova instância da classe StorageSyncErrorDetails.
public StorageSyncErrorDetails (string code = default, string message = default, string target = default, string requestUri = default, string exceptionType = default, string httpMethod = default, string hashedMessage = default, string httpErrorCode = default);
new Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorDetails : string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.StorageSync.Models.StorageSyncErrorDetails
Public Sub New (Optional code As String = Nothing, Optional message As String = Nothing, Optional target As String = Nothing, Optional requestUri As String = Nothing, Optional exceptionType As String = Nothing, Optional httpMethod As String = Nothing, Optional hashedMessage As String = Nothing, Optional httpErrorCode As String = Nothing)
Parâmetros
- code
- String
Código de erro da entrada fornecida.
- message
- String
Mensagem de erro da entrada fornecida.
- target
- String
Destino da entrada fornecida.
- requestUri
- String
URI de solicitação da entrada fornecida.
- exceptionType
- String
Tipo de exceção da entrada fornecida.
- httpMethod
- String
Método HTTP da entrada fornecida.
- hashedMessage
- String
Mensagem com hash da entrada fornecida.
- httpErrorCode
- String
Código de erro HTTP da entrada fornecida.
Aplica-se a
Azure SDK for .NET