你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperationResultInfoBaseResource 构造函数

定义

重载

OperationResultInfoBaseResource()

初始化 OperationResultInfoBaseResource 类的新实例。

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

初始化 OperationResultInfoBaseResource 类的新实例。

OperationResultInfoBaseResource()

初始化 OperationResultInfoBaseResource 类的新实例。

public OperationResultInfoBaseResource ();
Public Sub New ()

适用于

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

初始化 OperationResultInfoBaseResource 类的新实例。

public OperationResultInfoBaseResource (Microsoft.Azure.Management.RecoveryServices.Backup.Models.HttpStatusCode? statusCode = default, System.Collections.Generic.IDictionary<string,System.Collections.Generic.IList<string>> headers = default, Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationResultInfoBase operation = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationResultInfoBaseResource : Nullable<Microsoft.Azure.Management.RecoveryServices.Backup.Models.HttpStatusCode> * System.Collections.Generic.IDictionary<string, System.Collections.Generic.IList<string>> * Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationResultInfoBase -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.OperationResultInfoBaseResource
Public Sub New (Optional statusCode As Nullable(Of HttpStatusCode) = Nothing, Optional headers As IDictionary(Of String, IList(Of String)) = Nothing, Optional operation As OperationResultInfoBase = Nothing)

参数

statusCode
Nullable<HttpStatusCode>

操作的 HTTP 状态代码。 可能的值包括:“Continue”、“SwitchingProtocols”、“OK”、“Created”、“Accepted”、“NonAuthoritativeInformation”、“NoContent”、“ResetContent”、“PartialContent”、“MultipleChoices”、“Ambous”、“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“、”ExpectFailed“、”UpgradeRequired“、”InternalServerError“、”NotImplemented“、”BadGateway“、”ServiceUnavailable“、”GatewayTimeout“、”HttpVersionNotSupported”

headers
IDictionary<String,IList<String>>

与此操作关联的 HTTP 标头。

operation
OperationResultInfoBase

OperationResultInfoBaseResource 操作

适用于