RepairTask.Scope Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an object describing the scope of the repair task.
public System.Fabric.Repair.RepairScopeIdentifier Scope { get; }
member this.Scope : System.Fabric.Repair.RepairScopeIdentifier
Public ReadOnly Property Scope As RepairScopeIdentifier
Property Value
A RepairScopeIdentifier object describing the scope of the repair task.
Remarks
The repair task scope determines the resource against which access checks are performed when the repair task is created, modified, deleted, or retrieved. Entities impacted by a repair must be contained within the scope of the repair task. For example, repairs which impact nodes require that the repair task be created under the Cluster scope.
Applies to
Azure SDK for .NET