ValidationResponse Konstruktoren
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
ValidationResponse() |
Initialisiert eine neue instance der ValidationResponse-Klasse. |
ValidationResponse(Nullable<OverallValidationStatus>, IList<ValidationInputResponse>) |
Initialisiert eine neue instance der ValidationResponse-Klasse. |
Initialisiert eine neue instance der ValidationResponse-Klasse.
public ValidationResponse ();
Public Sub New ()
Gilt für:
Azure SDK for .NET Legacy
Produkt | Versionen |
---|---|
Azure SDK for .NET | Legacy |
Initialisiert eine neue instance der ValidationResponse-Klasse.
public ValidationResponse (Microsoft.Azure.Management.DataBox.Models.OverallValidationStatus? status = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ValidationInputResponse> individualResponseDetails = default);
new Microsoft.Azure.Management.DataBox.Models.ValidationResponse : Nullable<Microsoft.Azure.Management.DataBox.Models.OverallValidationStatus> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataBox.Models.ValidationInputResponse> -> Microsoft.Azure.Management.DataBox.Models.ValidationResponse
Public Sub New (Optional status As Nullable(Of OverallValidationStatus) = Nothing, Optional individualResponseDetails As IList(Of ValidationInputResponse) = Nothing)
Parameter
- status
- Nullable<OverallValidationStatus>
Gesamtüberprüfung status. Mögliche Werte: "AllValidToProceed", "InputsRevisitRequired", "CertainInputValidationsSkipped"
- individualResponseDetails
- IList<ValidationInputResponse>
Die Liste der Antwortdetails enthält validationType und seine Antwort als Schlüssel bzw. Wert.
Gilt für:
Azure SDK for .NET Legacy
Produkt | Versionen |
---|---|
Azure SDK for .NET | Legacy |
Feedback zu Azure SDK for .NET
Azure SDK for .NET ist ein Open Source-Projekt. Wählen Sie einen Link aus, um Feedback zu geben: