Language

IDnsSecurityRuleProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.DnsSecurityRulePropertiesTypeConverter))]
public interface IDnsSecurityRuleProperties : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.DnsSecurityRulePropertiesTypeConverter))>]
type IDnsSecurityRuleProperties = interface
    interface IJsonSerializable
Public Interface IDnsSecurityRuleProperties
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

Name Description
ActionType

The type of action to take.

DnsResolverDomainList

DNS resolver policy domains lists that the DNS security rule applies to.

DnsSecurityRuleState

The state of DNS security rule.

ManagedDomainList

Managed domain lists that the DNS security rule applies to.

Priority

The priority of the DNS security rule.

ProvisioningState

The current provisioning state of the DNS security rule. This is a read-only property and any attempt to set this value will be ignored.

Methods

Name Description
ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to