API Reference
Class
DesiredStateSoaPolicy
Provides desired state soa policy functionality.
Inheritance
- Object
- DesiredStateSoaPolicy
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.Soa
- Property DesiredStateProfile.Soa
- Method DesiredStateSoaPolicy.Clone
Accepted by parameters
- Method DesiredStateSoaPolicy.Apply
Constructors
public DesiredStateSoaPolicy() #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> RequireSerialFormat { get; set; } #JsonPropertyName("requireSerialFormat")Gets or sets the require serial format value.
public Nullable<Int32> MinRefresh { get; set; } #JsonPropertyName("minRefresh")Gets or sets the min refresh value.
public Nullable<Int32> MaxRefresh { get; set; } #JsonPropertyName("maxRefresh")Gets or sets the max refresh value.
public Nullable<Int32> MinRetry { get; set; } #JsonPropertyName("minRetry")Gets or sets the min retry value.
public Nullable<Int32> MaxRetry { get; set; } #JsonPropertyName("maxRetry")Gets or sets the max retry value.
public Nullable<Int32> MinExpire { get; set; } #JsonPropertyName("minExpire")Gets or sets the min expire value.
public Nullable<Int32> MaxExpire { get; set; } #JsonPropertyName("maxExpire")Gets or sets the max expire value.
public Nullable<Int32> MinMinimum { get; set; } #JsonPropertyName("minMinimum")Gets or sets the min minimum value.
public Nullable<Int32> MaxMinimum { get; set; } #JsonPropertyName("maxMinimum")Gets or sets the max minimum value.