Partager via


OperationWorkerResponse.StatusCode Propriété

Définition

Obtient ou définit le 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'

[Newtonsoft.Json.JsonProperty(PropertyName="statusCode")]
public Microsoft.Azure.Management.RecoveryServices.Backup.Models.HttpStatusCode? StatusCode { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="statusCode")>]
member this.StatusCode : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.HttpStatusCode> with get, set
Public Property StatusCode As Nullable(Of HttpStatusCode)

Valeur de propriété

Attributs
Newtonsoft.Json.JsonPropertyAttribute

S’applique à