Domain Detective

API Reference

Class

DesiredStateDelegationPolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

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.

Accepted by parameters

Constructors

public DesiredStateDelegationPolicy() #

Methods

public Void Apply(DesiredStateDelegationPolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

overlay DomainDetective.DesiredState.DesiredStateDelegationPolicy requiredposition: 0
public DesiredStateDelegationPolicy Clone() #
Returns: DesiredStateDelegationPolicy

Executes the clone operation.

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.

{{ include "footer" }}