Sdílet prostřednictvím


DataBoxManagementClientExtensions.Mitigate Method

Definition

Request to mitigate for a given job

public static void Mitigate (this Microsoft.Azure.Management.DataBox.IDataBoxManagementClient operations, string jobName, string resourceGroupName, Microsoft.Azure.Management.DataBox.Models.CustomerResolutionCode customerResolutionCode);
static member Mitigate : Microsoft.Azure.Management.DataBox.IDataBoxManagementClient * string * string * Microsoft.Azure.Management.DataBox.Models.CustomerResolutionCode -> unit
<Extension()>
Public Sub Mitigate (operations As IDataBoxManagementClient, jobName As String, resourceGroupName As String, customerResolutionCode As CustomerResolutionCode)

Parameters

operations
IDataBoxManagementClient

The operations group for this extension method.

jobName
String

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
String

The Resource Group Name

customerResolutionCode
CustomerResolutionCode

Resolution code for the job. Possible values include: 'None', 'MoveToCleanUpDevice', 'Resume'

Applies to