API Reference
Class
DesiredStateDnssecPolicy
Provides desired state dnssec policy functionality.
Inheritance
- Object
- DesiredStateDnssecPolicy
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.DnsSec
- Method DesiredStateDnssecPolicy.Clone
- Property DesiredStateProfile.DnsSec
Accepted by parameters
Constructors
public DesiredStateDnssecPolicy() #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> RequireChainValid { get; set; } #JsonPropertyName("requireChainValid")Gets or sets the require chain valid value.
public Nullable<Int32> MinRrsigDaysRemaining { get; set; } #JsonPropertyName("minRrsigDaysRemaining")Minimum number of days remaining for any RRSIG on the zone.