Domain Detective

API Reference

Class

DesiredStateSoaPolicy

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Provides desired state soa policy functionality.

Inheritance

  • Object
  • DesiredStateSoaPolicy

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 DesiredStateSoaPolicy() #

Methods

public Void Apply(DesiredStateSoaPolicy overlay) #
Returns: Void

Executes the apply operation.

Parameters

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

Executes the clone operation.

Properties

public Nullable<Boolean> Enabled { get; set; } #
JsonPropertyName("enabled")

Gets or sets the enabled value.

public Nullable<Boolean> RequireRecord { get; set; } #
JsonPropertyName("requireRecord")

Gets or sets the require record value.

public Nullable<Boolean> RequireSerialFormat { get; set; } #
JsonPropertyName("requireSerialFormat")

Gets or sets the require serial format value.

public Nullable<Int32> MinRefresh { get; set; } #
JsonPropertyName("minRefresh")

Gets or sets the min refresh value.

public Nullable<Int32> MaxRefresh { get; set; } #
JsonPropertyName("maxRefresh")

Gets or sets the max refresh value.

public Nullable<Int32> MinRetry { get; set; } #
JsonPropertyName("minRetry")

Gets or sets the min retry value.

public Nullable<Int32> MaxRetry { get; set; } #
JsonPropertyName("maxRetry")

Gets or sets the max retry value.

public Nullable<Int32> MinExpire { get; set; } #
JsonPropertyName("minExpire")

Gets or sets the min expire value.

public Nullable<Int32> MaxExpire { get; set; } #
JsonPropertyName("maxExpire")

Gets or sets the max expire value.

public Nullable<Int32> MinMinimum { get; set; } #
JsonPropertyName("minMinimum")

Gets or sets the min minimum value.

public Nullable<Int32> MaxMinimum { get; set; } #
JsonPropertyName("maxMinimum")

Gets or sets the max minimum value.

{{ include "footer" }}