OperationResultInfoBaseResource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
OperationResultInfoBaseResource() |
Initializes a new instance of the OperationResultInfoBaseResource class. |
OperationResultInfoBaseResource(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>, OperationResultInfoBase) |
Initializes a new instance of the OperationResultInfoBaseResource class. |
OperationResultInfoBaseResource()
Initializes a new instance of the OperationResultInfoBaseResource class.
public OperationResultInfoBaseResource ();
Public Sub New ()
Applies to
OperationResultInfoBaseResource(Nullable<HttpStatusCode>, IDictionary<String,IList<String>>, OperationResultInfoBase)
Initializes a new instance of the OperationResultInfoBaseResource class.
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)
Parameters
- statusCode
- Nullable<HttpStatusCode>
HTTP Status Code of the operation. Possible values include: '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>>
HTTP headers associated with this operation.
- operation
- OperationResultInfoBase
OperationResultInfoBaseResource operation
Applies to
Azure SDK for .NET