TestimoX

API Reference

Class

AdxShareRepairRecommendation

Namespace ADPlayground.ShareDiagnostics
Assembly ADPlayground
Modifiers sealed

Non-mutating repair recommendation produced from typed share diagnostics.

Inheritance

  • Object
  • AdxShareRepairRecommendation

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Constructors

Properties

public String RecommendationId { get; set; } #

Stable recommendation identifier.

public AdxShareRepairRecommendationKind Kind { get; set; } #

Recommendation kind.

public AdxShareReadinessSignalSeverity Severity { get; set; } #

Recommendation severity.

public String ComputerName { get; set; } #

Computer hosting the share.

public String ShareName { get; set; } #

Share name.

public String Path { get; set; } #

Path involved in the recommendation, when available.

public String IdentityKey { get; set; } #

Identity involved in the recommendation, when available.

public String CurrentState { get; set; } #

Current state summary.

public String DesiredState { get; set; } #

Desired state summary.

public String RollbackState { get; set; } #

Rollback state that must be captured before an apply-capable plan is produced.

public Boolean CanPlanApply { get; set; } #

True when enough evidence exists to convert this recommendation into an apply-capable plan later.

public String Reason { get; set; } #

Human-readable reason.