IDnsSecurityRulePatch Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.DnsSecurityRulePatchTypeConverter))]
public interface IDnsSecurityRulePatch : Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DnsResolver.Models.DnsSecurityRulePatchTypeConverter))>]
type IDnsSecurityRulePatch = interface
interface IJsonSerializable
Public Interface IDnsSecurityRulePatch
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. |
| Tag |
Tags for DNS security rule. |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |