Compartilhar via


StorageSyncErrorDetails Construtores

Definição

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