Domain Detective

API Reference

Class

DesiredStateMatch

Namespace DomainDetective.DesiredState
Assembly DomainDetective
Modifiers sealed

Provides desired state match functionality.

Inheritance

  • Object
  • DesiredStateMatch

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

public DesiredStateMatch() #

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 String[] DomainPatterns { get; set; } #
JsonPropertyName("domainPatterns")

Gets or sets the domain patterns value.

public MailDomainClassificationCategory[] Classifications { get; set; } #
JsonPropertyName("classifications")

Gets or sets the classifications value.

{{ include "footer" }}