Interface WorkflowsClient


public interface WorkflowsClient
An instance of this class provides access to all the operations defined in WorkflowsClient.
  • Method Details

    • regenerateAccessKeyWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Void>> regenerateAccessKeyWithResponseAsync(String resourceGroupName, String name, String workflowName, RegenerateActionParameter keyType)
      Regenerates the callback URL access key for request triggers.
      Parameters:
      resourceGroupName - Name of the resource group to which the resource belongs.
      name - Site name.
      workflowName - The workflow name.
      keyType - The access key type.
      Returns:
      the Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • regenerateAccessKeyAsync

      Mono<Void> regenerateAccessKeyAsync(String resourceGroupName, String name, String workflowName, RegenerateActionParameter keyType)
      Regenerates the callback URL access key for request triggers.
      Parameters:
      resourceGroupName - Name of the resource group to which the resource belongs.
      name - Site name.
      workflowName - The workflow name.
      keyType - The access key type.
      Returns:
      A Mono that completes when a successful response is received.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • regenerateAccessKey

      void regenerateAccessKey(String resourceGroupName, String name, String workflowName, RegenerateActionParameter keyType)
      Regenerates the callback URL access key for request triggers.
      Parameters:
      resourceGroupName - Name of the resource group to which the resource belongs.
      name - Site name.
      workflowName - The workflow name.
      keyType - The access key type.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • regenerateAccessKeyWithResponse

      com.azure.core.http.rest.Response<Void> regenerateAccessKeyWithResponse(String resourceGroupName, String name, String workflowName, RegenerateActionParameter keyType, com.azure.core.util.Context context)
      Regenerates the callback URL access key for request triggers.
      Parameters:
      resourceGroupName - Name of the resource group to which the resource belongs.
      name - Site name.
      workflowName - The workflow name.
      keyType - The access key type.
      context - The context to associate with this operation.
      Returns:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • validateWithResponseAsync

      Mono<com.azure.core.http.rest.Response<Void>> validateWithResponseAsync(String resourceGroupName, String name, String workflowName, Workflow validate)
      Validates the workflow definition.
      Parameters:
      resourceGroupName - Name of the resource group to which the resource belongs.
      name - Site name.
      workflowName - The workflow name.
      validate - The workflow.
      Returns:
      the Response on successful completion of Mono.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • validateAsync

      Mono<Void> validateAsync(String resourceGroupName, String name, String workflowName, Workflow validate)
      Validates the workflow definition.
      Parameters:
      resourceGroupName - Name of the resource group to which the resource belongs.
      name - Site name.
      workflowName - The workflow name.
      validate - The workflow.
      Returns:
      A Mono that completes when a successful response is received.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • validate

      void validate(String resourceGroupName, String name, String workflowName, Workflow validate)
      Validates the workflow definition.
      Parameters:
      resourceGroupName - Name of the resource group to which the resource belongs.
      name - Site name.
      workflowName - The workflow name.
      validate - The workflow.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.
    • validateWithResponse

      com.azure.core.http.rest.Response<Void> validateWithResponse(String resourceGroupName, String name, String workflowName, Workflow validate, com.azure.core.util.Context context)
      Validates the workflow definition.
      Parameters:
      resourceGroupName - Name of the resource group to which the resource belongs.
      name - Site name.
      workflowName - The workflow name.
      validate - The workflow.
      context - The context to associate with this operation.
      Returns:
      the Response.
      Throws:
      IllegalArgumentException - thrown if parameters fail the validation.
      com.azure.core.management.exception.ManagementException - thrown if the request is rejected by server.
      RuntimeException - all other wrapped checked exceptions if the request fails to be sent.