Class OperationResultProperties
java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.OperationResultProperties
Operation result properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the operationKind property: The kind of the operation.Get the operationState property: The state of the operation.Get the provisioningState property: The provisioned state of the resource.void
validate()
Validates the instance.withOperationKind
(String operationKind) Set the operationKind property: The kind of the operation.withOperationState
(String operationState) Set the operationState property: The state of the operation.
-
Constructor Details
-
OperationResultProperties
public OperationResultProperties()
-
-
Method Details
-
operationKind
Get the operationKind property: The kind of the operation.- Returns:
- the operationKind value.
-
withOperationKind
Set the operationKind property: The kind of the operation.- Parameters:
operationKind
- the operationKind value to set.- Returns:
- the OperationResultProperties object itself.
-
provisioningState
Get the provisioningState property: The provisioned state of the resource.- Returns:
- the provisioningState value.
-
operationState
Get the operationState property: The state of the operation.- Returns:
- the operationState value.
-
withOperationState
Set the operationState property: The state of the operation.- Parameters:
operationState
- the operationState value to set.- Returns:
- the OperationResultProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-