DnsSecurityRuleActionType Struct
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.
The type of action to take.
public readonly struct DnsSecurityRuleActionType : IEquatable<Azure.ResourceManager.DnsResolver.Models.DnsSecurityRuleActionType>
type DnsSecurityRuleActionType = struct
Public Structure DnsSecurityRuleActionType
Implements IEquatable(Of DnsSecurityRuleActionType)
- Inheritance
-
DnsSecurityRuleActionType
- Implements
Constructors
| Name | Description |
|---|---|
| DnsSecurityRuleActionType(String) |
Initializes a new instance of DnsSecurityRuleActionType. |
Properties
| Name | Description |
|---|---|
| Alert |
Alert. |
| Allow |
Allow. |
| Block |
Block. |
Methods
| Name | Description |
|---|---|
| Equals(DnsSecurityRuleActionType) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(DnsSecurityRuleActionType, DnsSecurityRuleActionType) |
Determines if two DnsSecurityRuleActionType values are the same. |
| Implicit(String to DnsSecurityRuleActionType) |
Converts a String to a DnsSecurityRuleActionType. |
| Inequality(DnsSecurityRuleActionType, DnsSecurityRuleActionType) |
Determines if two DnsSecurityRuleActionType values are not the same. |