ValidationResponse Interface
public interface ValidationResponse
An immutable client-side representation of ValidationResponse.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Map<String,String> |
info()
Gets the info property: Info from the response. |
|
abstract
Validation |
innerModel()
Gets the inner com. |
Method Details
info
public abstract Map<String,String> info()
Gets the info property: Info from the response.
Returns:
innerModel
public abstract ValidationResponseInner innerModel()
Gets the inner com.azure.resourcemanager.confluent.fluent.models.ValidationResponseInner object.
Returns: