RunbookDraftUndoEditResult Konstruktory
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przeciążenia
RunbookDraftUndoEditResult() |
Inicjuje nowe wystąpienie klasy RunbookDraftUndoEditResult. |
RunbookDraftUndoEditResult(String, String) |
Inicjuje nowe wystąpienie klasy RunbookDraftUndoEditResult. |
RunbookDraftUndoEditResult()
Inicjuje nowe wystąpienie klasy RunbookDraftUndoEditResult.
public RunbookDraftUndoEditResult();
Public Sub New ()
Dotyczy
RunbookDraftUndoEditResult(String, String)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- statusCode
- String
Możliwe wartości to: "Continue", "SwitchingProtocols", "OK", "Created", "Accepted", "NonAuthoritativeInformation", "NoContent", "ResetContent", "PartialContent", "MultipleChoices", "Ambiguous", "MovedPermanently", "Przeniesiony", "Found", "Redirect", "SeeOther", "RedirectMethod", "NotModified", "UseProxy", "Nieużywane", "TemporaryRedirect", "RedirectKeepVerb", "BadRequest", "Brak autoryzacji", "PaymentRequired", "Zabronione", "NotFound", "MethodNotAllowed", "NotAcceptable", "NotAcceptable" ProxyAuthenticationRequired", "RequestTimeout", "Conflict", "Gone", "LengthRequired", "WstępnychFailed", "RequestEntityTooLarge", "RequestUriTooLong", "UnsupportedMediaType", "RequestedRangeNotSatisfiable", "ExpectationFailed", "UpgradeRequired", "InternalServerError", "NotImplemented", "BadGateway", "ServiceUnavailable", "GatewayTimeout", "HttpVersionNotSupported"
- requestId
- String
Dotyczy
Azure SDK for .NET