API Reference
Class
DesiredStateDanePolicy
Provides desired state dane policy functionality.
Inheritance
- Object
- DesiredStateDanePolicy
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.Dane
- Method DesiredStateDanePolicy.Clone
- Property DesiredStateProfile.Dane
Accepted by parameters
- Method DesiredStateDanePolicy.Apply
Constructors
public DesiredStateDanePolicy() #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> RequireRecord { get; set; } #JsonPropertyName("requireRecord")Gets or sets the require record value.
public Nullable<Boolean> RequireValidRecords { get; set; } #JsonPropertyName("requireValidRecords")Gets or sets the require valid records value.
public Nullable<Boolean> DisallowDuplicates { get; set; } #JsonPropertyName("disallowDuplicates")Gets or sets the disallow duplicates value.
public ServiceType[] RequiredServices { get; set; } #JsonPropertyName("requiredServices")Gets or sets the required services value.
public Nullable<Boolean> RequireRecommendedForSmtp { get; set; } #JsonPropertyName("requireRecommendedForSmtp")Gets or sets the require recommended for smtp value.
public Nullable<Boolean> RequireRecommendedForHttps { get; set; } #JsonPropertyName("requireRecommendedForHttps")Gets or sets the require recommended for https value.