Freigeben über


OperationResultInfoBaseResource Konstruktoren

Definition

Überlädt

OperationResultInfoBaseResource()

Initialisiert eine neue instance der OperationResultInfoBaseResource-Klasse.

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

Initialisiert eine neue instance der OperationResultInfoBaseResource-Klasse.

OperationResultInfoBaseResource()

Initialisiert eine neue instance der OperationResultInfoBaseResource-Klasse.

public OperationResultInfoBaseResource ();
Public Sub New ()

Gilt für:

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

Initialisiert eine neue instance der OperationResultInfoBaseResource-Klasse.

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)

Parameter

statusCode
Nullable<HttpStatusCode>

HTTP-Statuscode des Vorgangs. 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"

headers
IDictionary<String,IList<String>>

DIESEM Vorgang zugeordnete HTTP-Header.

operation
OperationResultInfoBase

OperationResultInfoBaseResource-Vorgang

Gilt für: