OperationResultInfoBaseResource クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作の結果情報の基本クラス。
public class OperationResultInfoBaseResource : Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationWorkerResponse
type OperationResultInfoBaseResource = class
inherit OperationWorkerResponse
Public Class OperationResultInfoBaseResource
Inherits OperationWorkerResponse
- 継承
コンストラクター
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) |
適用対象
Azure SDK for .NET