次の方法で共有


ResourceProviders Interface

public interface ResourceProviders

Resource collection API of ResourceProviders.

Method Summary

Modifier and Type Method and Description
abstract void mitigate(String jobName, String resourceGroupName, MitigateJobRequest mitigateJobRequest)

Request to mitigate for a given job.

abstract Response<Void> mitigateWithResponse(String jobName, String resourceGroupName, MitigateJobRequest mitigateJobRequest, Context context)

Request to mitigate for a given job.

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<Void> 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