API Reference
Class
WslDistributionConfigurationSetResult
Describes the result of a WSL distribution configuration change request.
Inheritance
- Object
- WslDistributionConfigurationSetResult
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
Constructors
public WslDistributionConfigurationSetResult() #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> TargetDefaultUid { get; set; } #Gets the target default Linux user identifier.
public Nullable<WslDistributionFlags> TargetFlags { get; set; } #Gets the target WSL distribution flags.
public Boolean Executed { get; set; } #Gets a value indicating whether the native WSL API was invoked.
public Boolean Success { get; set; } #Gets a value indicating whether the request completed successfully.
public Nullable<Int32> HResult { get; set; } #Gets the native HRESULT returned by WslConfigureDistribution, when available.
public String Message { get; set; } #Gets a planning or execution note.
public String DataSource { get; set; } #Gets the backing data source.