Class OperationResultProperties

java.lang.Object
com.azure.resourcemanager.kusto.fluent.models.OperationResultProperties

public final class OperationResultProperties extends Object
Operation result properties.
  • Constructor Details

    • OperationResultProperties

      public OperationResultProperties()
  • Method Details

    • operationKind

      public String operationKind()
      Get the operationKind property: The kind of the operation.
      Returns:
      the operationKind value.
    • withOperationKind

      public OperationResultProperties withOperationKind(String operationKind)
      Set the operationKind property: The kind of the operation.
      Parameters:
      operationKind - the operationKind value to set.
      Returns:
      the OperationResultProperties object itself.
    • provisioningState

      public ProvisioningState provisioningState()
      Get the provisioningState property: The provisioned state of the resource.
      Returns:
      the provisioningState value.
    • operationState

      public String operationState()
      Get the operationState property: The state of the operation.
      Returns:
      the operationState value.
    • withOperationState

      public OperationResultProperties withOperationState(String operationState)
      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.