AutomationValidationStatus Interface

public interface AutomationValidationStatus

An immutable client-side representation of AutomationValidationStatus.

Method Summary

Modifier and Type Method and Description
abstract AutomationValidationStatusInner innerModel()

Gets the inner com.azure.resourcemanager.security.fluent.models.AutomationValidationStatusInner object.

abstract Boolean isValid()

Gets the isValid property: Indicates whether the model is valid or not.

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:

the inner object.

isValid

public abstract Boolean isValid()

Gets the isValid property: Indicates whether the model is valid or not.

Returns:

the isValid value.

message

public abstract String message()

Gets the message property: The validation message.

Returns:

the message value.

Applies to