次の方法で共有


OperationResultInfoBaseResource クラス

定義

操作の結果情報の基本クラス。

public class OperationResultInfoBaseResource : Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationWorkerResponse
type OperationResultInfoBaseResource = class
    inherit OperationWorkerResponse
Public Class OperationResultInfoBaseResource
Inherits OperationWorkerResponse
継承
OperationResultInfoBaseResource

コンストラクター

OperationResultInfoBaseResource()

OperationResultInfoBaseResource クラスの新しいインスタンスを初期化します。

OperationResultInfoBaseResource(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>, OperationResultInfoBase)

OperationResultInfoBaseResource クラスの新しいインスタンスを初期化します。

プロパティ

Headers

この操作に関連付けられている HTTP ヘッダーを取得または設定します。

(継承元 OperationWorkerResponse)
Operation

operationResultInfoBaseResource 操作を取得または設定します

StatusCode

操作の HTTP 状態コードを取得または設定します。 使用可能な値には、'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'

(継承元 OperationWorkerResponse)

適用対象