API Reference
Class
DesiredStateDelegationPolicy
Provides desired state delegation policy functionality.
Inheritance
- Object
- DesiredStateDelegationPolicy
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
- Property DesiredStateConfiguration.Delegation
- Method DesiredStateDelegationPolicy.Clone
- Property DesiredStateProfile.Delegation
Accepted by parameters
Constructors
public DesiredStateDelegationPolicy() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets the enabled value.
public Nullable<Boolean> RequireMatchesParent { get; set; } #JsonPropertyName("requireMatchesParent")Gets or sets the require matches parent value.
public Nullable<Boolean> RequireGlueComplete { get; set; } #JsonPropertyName("requireGlueComplete")Gets or sets the require glue complete value.
public Nullable<Boolean> RequireGlueConsistent { get; set; } #JsonPropertyName("requireGlueConsistent")Gets or sets the require glue consistent value.