ResourceProvidersClient Interface

public interface ResourceProvidersClient

An instance of this class provides access to all the operations defined in ResourceProvidersClient.

Method Summary

Method Details

mitigate

public abstract void mitigate(String jobName, String resourceGroupName, MitigateJobRequest mitigateJobRequest)

Request to mitigate for a given job.

Parameters:

jobName - The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only.
resourceGroupName - The Resource Group Name.
mitigateJobRequest - Mitigation Request.

mitigateWithResponse

public abstract Response mitigateWithResponse(String jobName, String resourceGroupName, MitigateJobRequest mitigateJobRequest, Context context)

Request to mitigate for a given job.

Parameters:

jobName - The name of the job Resource within the specified resource group. job names must be between 3 and 24 characters in length and use any alphanumeric and underscore only.
resourceGroupName - The Resource Group Name.
mitigateJobRequest - Mitigation Request.
context - The context to associate with this operation.

Returns:

Applies to

Azure SDK for Java

Preview