API Reference
Class
DesiredStateDanglingCnamePolicy
Provides desired state dangling cname policy functionality.
Inheritance
- Object
- DesiredStateDanglingCnamePolicy
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
Accepted by parameters
Constructors
public DesiredStateDanglingCnamePolicy() #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> DisallowDangling { get; set; } #JsonPropertyName("disallowDangling")When true, disallows a CNAME that exists but does not resolve.
public Nullable<Boolean> DisallowUnclaimedService { get; set; } #JsonPropertyName("disallowUnclaimedService")When true, disallows dangling CNAMEs that point to known takeover-prone services.