OperationWorkerResponse 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
OperationWorkerResponse() |
Inicializa uma nova instância da classe OperationWorkerResponse. |
OperationWorkerResponse(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>) |
Inicializa uma nova instância da classe OperationWorkerResponse. |
OperationWorkerResponse()
Inicializa uma nova instância da classe OperationWorkerResponse.
public OperationWorkerResponse ();
Public Sub New ()
Aplica-se a
OperationWorkerResponse(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>)
Inicializa uma nova instância da 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)
Parâmetros
- statusCode
- Nullable<HttpStatusCode>
Código de status HTTP da operação. Os valores possíveis incluem: '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>>
Cabeçalhos HTTP associados a essa operação.
Aplica-se a
Azure SDK for .NET