OperationWorkerResponse Constructors

Definition

Overloads

OperationWorkerResponse()

Initializes a new instance of the OperationWorkerResponse class.

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

Initializes a new instance of the OperationWorkerResponse class.

OperationWorkerResponse()

Initializes a new instance of the OperationWorkerResponse class.

public OperationWorkerResponse ();
Public Sub New ()

Applies to

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

Initializes a new instance of the OperationWorkerResponse class.

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)

Parameters

statusCode
Nullable<HttpStatusCode>

HTTP Status Code of the operation. Possible values include: 'Continue', 'SwitchingProtocols', 'OK', 'Created', 'Accepted', 'NonAuthoritativeInformation', 'NoContent', 'ResetContent', 'PartialContent', 'MultipleChoices', 'Ambiguous', 'MovedPermanently', 'Moved', 'Found', 'Redirect', 'SeeOther', 'RedirectMethod', 'NotModified', 'UseProxy', 'Unused', 'TemporaryRedirect', 'RedirectKeepVerb', 'BadRequest', 'Unauthorized', 'PaymentRequired', 'Forbidden', 'NotFound', 'MethodNotAllowed', 'NotAcceptable', 'ProxyAuthenticationRequired', 'RequestTimeout', 'Conflict', 'Gone', 'LengthRequired', 'PreconditionFailed', 'RequestEntityTooLarge', 'RequestUriTooLong', 'UnsupportedMediaType', 'RequestedRangeNotSatisfiable', 'ExpectationFailed', 'UpgradeRequired', 'InternalServerError', 'NotImplemented', 'BadGateway', 'ServiceUnavailable', 'GatewayTimeout', 'HttpVersionNotSupported'

headers
IDictionary<String,IList<String>>

HTTP headers associated with this operation.

Applies to