OperationWorkerResponse コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
OperationWorkerResponse() |
OperationWorkerResponse クラスの新しいインスタンスを初期化します。 |
OperationWorkerResponse(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>) |
OperationWorkerResponse クラスの新しいインスタンスを初期化します。 |
OperationWorkerResponse()
OperationWorkerResponse クラスの新しいインスタンスを初期化します。
public OperationWorkerResponse();
Public Sub New ()
適用対象
OperationWorkerResponse(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>)
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)
パラメーター
- statusCode
- Nullable<HttpStatusCode>
操作の 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'、'NotFound'、'NotAcceptable'、'ProxyAuthenticationRequired'、'RequestTimeout'、'Conflict'、'Gone'、'LengthRequired'、 'PreconditionFailed'、'RequestEntityTooLarge'、'RequestUriTooLong'、'UnsupportedMediaType'、'RequestedRangeNotSatisfiable'、'ExpectationFailed'、'UpgradeRequired'、'InternalServerError'、'NotImplemented'、'BadGateway'、'ServiceUnavailable'、'GatewayTimeout'、'HttpVersionNotSupported'
- headers
- IDictionary<String,IList<String>>
この操作に関連付けられている HTTP ヘッダー。
適用対象
Azure SDK for .NET