Share via


PreferencesValidationResponseProperties Constructors

Definition

Overloads

PreferencesValidationResponseProperties()

Initializes a new instance of the PreferencesValidationResponseProperties class.

PreferencesValidationResponseProperties(CloudError, Nullable<ValidationStatus>)

Initializes a new instance of the PreferencesValidationResponseProperties class.

PreferencesValidationResponseProperties()

Initializes a new instance of the PreferencesValidationResponseProperties class.

public PreferencesValidationResponseProperties ();
Public Sub New ()

Applies to

PreferencesValidationResponseProperties(CloudError, Nullable<ValidationStatus>)

Initializes a new instance of the PreferencesValidationResponseProperties class.

public PreferencesValidationResponseProperties (Microsoft.Rest.Azure.CloudError error = default, Microsoft.Azure.Management.DataBox.Models.ValidationStatus? status = default);
new Microsoft.Azure.Management.DataBox.Models.PreferencesValidationResponseProperties : Microsoft.Rest.Azure.CloudError * Nullable<Microsoft.Azure.Management.DataBox.Models.ValidationStatus> -> Microsoft.Azure.Management.DataBox.Models.PreferencesValidationResponseProperties
Public Sub New (Optional error As CloudError = Nothing, Optional status As Nullable(Of ValidationStatus) = Nothing)

Parameters

error
CloudError

Error code and message of validation response.

status
Nullable<ValidationStatus>

Validation status of requested data center and transport. Possible values include: 'Valid', 'Invalid', 'Skipped'

Applies to