API Reference
Class
DesiredStateMatch
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
- Property DesiredStateOverride.Match
Constructors
public DesiredStateMatch() #Methods
public Boolean Matches(String domain, Nullable<MailDomainClassificationCategory> classification) #Returns:
BooleanExecutes the matches operation.
Parameters
- domain System.String
- classification System.Nullable{DomainDetective.Definitions.MailDomainClassificationCategory}
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object