RunbookDraftUndoEditResult 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
RunbookDraftUndoEditResult() |
Initializes a new instance of the RunbookDraftUndoEditResult class. |
RunbookDraftUndoEditResult(String, String) |
Initializes a new instance of the RunbookDraftUndoEditResult class. |
RunbookDraftUndoEditResult()
Initializes a new instance of the RunbookDraftUndoEditResult class.
public RunbookDraftUndoEditResult ();
Public Sub New ()
Applies to
RunbookDraftUndoEditResult(String, String)
Initializes a new instance of the RunbookDraftUndoEditResult class.
public RunbookDraftUndoEditResult (string statusCode = default, string requestId = default);
new Microsoft.Azure.Management.Automation.Models.RunbookDraftUndoEditResult : string * string -> Microsoft.Azure.Management.Automation.Models.RunbookDraftUndoEditResult
Public Sub New (Optional statusCode As String = Nothing, Optional requestId As String = Nothing)
Parameters
- statusCode
- String
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'
- requestId
- String
Applies to
Azure SDK for .NET