Partager via


OperationWorkerResponse Constructeurs

Définition

Surcharges

OperationWorkerResponse()

Initialise une nouvelle instance de la classe OperationWorkerResponse.

OperationWorkerResponse(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>)

Initialise une nouvelle instance de la classe OperationWorkerResponse.

OperationWorkerResponse()

Initialise une nouvelle instance de la classe OperationWorkerResponse.

public OperationWorkerResponse ();
Public Sub New ()

S’applique à

OperationWorkerResponse(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>)

Initialise une nouvelle instance de la classe OperationWorkerResponse.

public OperationWorkerResponse (Microsoft.Azure.Management.RecoveryServices.Backup.Models.HttpStatusCode? statusCode = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> headers = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationWorkerResponse : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.HttpStatusCode> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationWorkerResponse
Public Sub New (Optional statusCode As Nullable(Of HttpStatusCode) = Nothing, Optional headers As IDictionary(Of String, IList(Of String)) = Nothing)

Paramètres

statusCode
Nullable<HttpStatusCode>

Code d’état HTTP de l’opération. Les valeurs possibles sont les suivantes : 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted', 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultipleChoices', 'Ambigu', 'MovedPermanently', 'Moved', 'Found', 'Redirect', 'SeeOther', 'RedirectMethod', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'RedirectKeepVerb', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable', ' ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired', 'Condition préalableFailed', 'RequestEntityTooLarge', 'RequestUriTooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable', 'ExpectFailed', 'UpgradeRequired', 'InternalServerError', 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout', 'HttpVersionNotSupported'

headers
IDictionary<String,IList<String>>

En-têtes HTTP associés à cette opération.

S’applique à