RunbookDraftUndoEditResult Конструкторы
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Перегрузки
RunbookDraftUndoEditResult() |
Инициализирует новый экземпляр класса RunbookDraftUndoEditResult. |
RunbookDraftUndoEditResult(String, String) |
Инициализирует новый экземпляр класса RunbookDraftUndoEditResult. |
RunbookDraftUndoEditResult()
Инициализирует новый экземпляр класса RunbookDraftUndoEditResult.
public RunbookDraftUndoEditResult();
Public Sub New ()
Применяется к
RunbookDraftUndoEditResult(String, String)
Инициализирует новый экземпляр класса RunbookDraftUndoEditResult.
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)
Параметры
- statusCode
- String
Возможные значения: Continue, SwitchingProtocols, OK, Created, Accepted, NonAuthoritativeInformation, NoContent, ResetContent, PartialContent, 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
Применяется к
Azure SDK for .NET