Udostępnij za pośrednictwem


ClusterRepairTask(String, String) Constructor

Definition

Initializes a new instance of the ClusterRepairTask class.

public ClusterRepairTask (string taskId, string action);
new System.Fabric.Repair.ClusterRepairTask : string * string -> System.Fabric.Repair.ClusterRepairTask
Public Sub New (taskId As String, action As String)

Parameters

taskId
String

The ID of the repair task.

action
String

The repair action being requested.

Applies to