ManagedDomainList 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.
Describes Managed Domain List options for DNS security rules.
public readonly struct ManagedDomainList : IEquatable<Azure.ResourceManager.DnsResolver.Models.ManagedDomainList>
type ManagedDomainList = struct
Public Structure ManagedDomainList
Implements IEquatable(Of ManagedDomainList)
- Inheritance
-
ManagedDomainList
- Implements
Constructors
| Name | Description |
|---|---|
| ManagedDomainList(String) |
Initializes a new instance of ManagedDomainList. |
Properties
| Name | Description |
|---|---|
| AzureDnsThreatIntel |
Domain list managed by Azure DNS Threat Intelligence. |
Methods
| Name | Description |
|---|---|
| Equals(ManagedDomainList) |
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(ManagedDomainList, ManagedDomainList) |
Determines if two ManagedDomainList values are the same. |
| Implicit(String to ManagedDomainList) |
Converts a String to a ManagedDomainList. |
| Inequality(ManagedDomainList, ManagedDomainList) |
Determines if two ManagedDomainList values are not the same. |