Domain Detective

API Reference

Class

CmdletNewDesiredStateSoa

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

Creates an SOA desired state policy fragment.

Inheritance

  • PSCmdlet
  • CmdletNewDesiredStateSoa

Constructors

public CmdletNewDesiredStateSoa() #

Methods

ProcessRecord() #

Creates an SOA policy fragment as a DesiredStateProfile.

Properties

public Nullable<Boolean> Enabled { get; set; } #
Parameter(Mandatory = false)
public Nullable<Boolean> RequireRecord { get; set; } #
Parameter(Mandatory = false)
public Nullable<Boolean> RequireSerialFormat { get; set; } #
Parameter(Mandatory = false)
public Nullable<Int32> MinRefresh { get; set; } #
Parameter(Mandatory = false) ValidateRange(0, 2147483647)
public Nullable<Int32> MaxRefresh { get; set; } #
Parameter(Mandatory = false) ValidateRange(0, 2147483647)
public Nullable<Int32> MinRetry { get; set; } #
Parameter(Mandatory = false) ValidateRange(0, 2147483647)
public Nullable<Int32> MaxRetry { get; set; } #
Parameter(Mandatory = false) ValidateRange(0, 2147483647)
public Nullable<Int32> MinExpire { get; set; } #
Parameter(Mandatory = false) ValidateRange(0, 2147483647)
public Nullable<Int32> MaxExpire { get; set; } #
Parameter(Mandatory = false) ValidateRange(0, 2147483647)
public Nullable<Int32> MinMinimum { get; set; } #
Parameter(Mandatory = false) ValidateRange(0, 2147483647)
public Nullable<Int32> MaxMinimum { get; set; } #
Parameter(Mandatory = false) ValidateRange(0, 2147483647)
{{ include "footer" }}