Class DeleteOperationResultInner
- java.lang.Object
-
- com.azure.resourcemanager.trafficmanager.fluent.models.DeleteOperationResultInner
-
public final class DeleteOperationResultInner extends Object
The result of the request or operation.
-
-
Constructor Summary
Constructors Constructor Description DeleteOperationResultInner()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanoperationResult()Get the operationResult property: The result of the operation or request.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
operationResult
public Boolean operationResult()
Get the operationResult property: The result of the operation or request.- Returns:
- the operationResult value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-