API Reference
Class
WslDistributionConfigurationSetPlan
Describes a planned WSL distribution configuration change.
Inheritance
- Object
- WslDistributionConfigurationSetPlan
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
Accepted by parameters
Constructors
public WslDistributionConfigurationSetPlan() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; set; } #Gets the distribution name.
public Nullable<UInt32> CurrentDefaultUid { get; set; } #Gets the current default Linux user identifier.
public Nullable<UInt32> TargetDefaultUid { get; set; } #Gets the target default Linux user identifier.
public Nullable<WslDistributionFlags> CurrentFlags { get; set; } #Gets the current WSL distribution flags.
public Nullable<WslDistributionFlags> TargetFlags { get; set; } #Gets the target WSL distribution flags.
public Boolean WillExecute { get; set; } #Gets a value indicating whether execution should be attempted.
public String Reason { get; set; } #Gets the planning note or reason execution will not be attempted.
public String DataSource { get; set; } #Gets the backing data source.