Partager via


StorageSyncErrorDetails Constructeurs

Définition

Surcharges

StorageSyncErrorDetails()

Initialise une nouvelle instance de la classe StorageSyncErrorDetails.

StorageSyncErrorDetails(String, String, String, String, String, String, String, String)

Initialise une nouvelle instance de la classe StorageSyncErrorDetails.

StorageSyncErrorDetails()

Initialise une nouvelle instance de la classe StorageSyncErrorDetails.

public StorageSyncErrorDetails ();
Public Sub New ()

S’applique à

StorageSyncErrorDetails(String, String, String, String, String, String, String, String)

Initialise une nouvelle instance de la 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)

Paramètres

code
String

Code d’erreur de l’entrée donnée.

message
String

Message d’erreur de l’entrée donnée.

target
String

Cible de l’entrée donnée.

requestUri
String

URI de requête de l’entrée donnée.

exceptionType
String

Type d’exception de l’entrée donnée.

httpMethod
String

Méthode HTTP de l’entrée donnée.

hashedMessage
String

Message de hachage de l’entrée donnée.

httpErrorCode
String

Code d’erreur HTTP de l’entrée donnée.

S’applique à