API Reference
Class
WslDistributionStopPlan
Describes a planned WSL distribution termination request.
Inheritance
- Object
- WslDistributionStopPlan
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 WslDistributionStopPlan() #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 Boolean Registered { get; set; } #Gets a value indicating whether the distribution was registered during planning.
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.