Domain Detective

API Reference

Class

DesiredStateOverride

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Provides desired state override functionality.

Inheritance

  • Object
  • DesiredStateOverride

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

Constructors

Methods

public Boolean Matches(String domain, Nullable<MailDomainClassificationCategory> classification) #
Returns: Boolean

Executes the matches operation.

Parameters

domain System.String requiredposition: 0
classification System.Nullable{DomainDetective.Definitions.MailDomainClassificationCategory} requiredposition: 1

Properties

public DesiredStateMatch Match { get; set; } #
JsonPropertyName("match")

Gets or sets the match value.

public DesiredStateProfile Profile { get; set; } #
JsonPropertyName("profile")

Gets or sets the profile value.

{{ include "footer" }}