Domain Detective

API Reference

Class

CmdletNewDesiredStateDanglingCname

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Base PSCmdlet
Modifiers sealed
Attributes
Cmdlet("New", "DDDesiredStateDanglingCname") OutputType([typeof(DesiredStateProfile)])

Creates a dangling CNAME desired state policy fragment.

Inheritance

  • PSCmdlet
  • CmdletNewDesiredStateDanglingCname

Constructors

public CmdletNewDesiredStateDanglingCname() #

Methods

ProcessRecord() #

Creates a dangling CNAME policy fragment as a DesiredStateProfile.

Properties

public Nullable<Boolean> Enabled { get; set; } #
Parameter(Mandatory = false)
public Nullable<Boolean> DisallowDangling { get; set; } #
Parameter(Mandatory = false)
public Nullable<Boolean> DisallowUnclaimedService { get; set; } #
Parameter(Mandatory = false)
{{ include "footer" }}