PreferencesValidationResponseProperties 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
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
Azure SDK for .NET