AutomationValidationStatus Interface
public interface AutomationValidationStatus
An immutable client-side representation of AutomationValidationStatus.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Automation |
innerModel()
Gets the inner com. |
| abstract Boolean |
isValid()
Gets the is |
| abstract String |
message()
Gets the message property: The validation message. |
Method Details
innerModel
public abstract AutomationValidationStatusInner innerModel()
Gets the inner com.azure.resourcemanager.security.fluent.models.AutomationValidationStatusInner object.
Returns:
isValid
public abstract Boolean isValid()
Gets the isValid property: Indicates whether the model is valid or not.
Returns:
message
public abstract String message()
Gets the message property: The validation message.
Returns: