Interface PreValidationResponse
public interface PreValidationResponse
An immutable client-side representation of PreValidationResponse.
-
Method Summary
Modifier and TypeMethodDescriptionGets the inner com.azure.resourcemanager.elasticsan.fluent.models.PreValidationResponseInner object.Gets the validationStatus property: a status value indicating success or failure of validation.
-
Method Details
-
validationStatus
String validationStatus()Gets the validationStatus property: a status value indicating success or failure of validation.- Returns:
- the validationStatus value.
-
innerModel
PreValidationResponseInner innerModel()Gets the inner com.azure.resourcemanager.elasticsan.fluent.models.PreValidationResponseInner object.- Returns:
- the inner object.
-