Freigeben über


OperationWorkerResponse.StatusCode Eigenschaft

Definition

Ruft den HTTP-Statuscode des Vorgangs ab oder legt diese fest. Mögliche Werte sind: "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"

[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)

Eigenschaftswert

Attribute
Newtonsoft.Json.JsonPropertyAttribute

Gilt für: