API Reference
Enum
AdxShareMigrationReadiness
Readiness classification for migrating or reorganizing a share data area.
Inheritance
- Enum
- AdxShareMigrationReadiness
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const AdxShareMigrationReadiness Candidate #The area has enough evidence and no blocking findings were detected.
Value:
0public const AdxShareMigrationReadiness Review #The area should be reviewed by an owner or operator before migration.
Value:
1public const AdxShareMigrationReadiness BlockedByScanGaps #The area is blocked by incomplete scan evidence or collection failures.
Value:
2public const AdxShareMigrationReadiness BlockedByCriticalFindings #The area is blocked by critical access findings.
Value:
3