API Reference
Class
DesiredStateOpenRelayPolicy
Provides desired state open relay policy functionality.
Inheritance
- Object
- DesiredStateOpenRelayPolicy
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 DesiredStateConfiguration.OpenRelay
- Method DesiredStateOpenRelayPolicy.Clone
- Property DesiredStateProfile.OpenRelay
Accepted by parameters
Constructors
public DesiredStateOpenRelayPolicy() #Methods
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Nullable<Boolean> Enabled { get; set; } #JsonPropertyName("enabled")Gets or sets the enabled value.
public Nullable<Boolean> RequireAtLeastOneResult { get; set; } #JsonPropertyName("requireAtLeastOneResult")Gets or sets the require at least one result value.
public Nullable<Boolean> DisallowOpenRelay { get; set; } #JsonPropertyName("disallowOpenRelay")Gets or sets the disallow open relay value.
public Nullable<Boolean> TreatConnectionFailuresAsDrift { get; set; } #JsonPropertyName("treatConnectionFailuresAsDrift")Gets or sets the treat connection failures as drift value.