AllowDnsProxyType 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.
DNS Proxy.
public readonly struct AllowDnsProxyType : IEquatable<Azure.ResourceManager.PaloAltoNetworks.Ngfw.Models.AllowDnsProxyType>
type AllowDnsProxyType = struct
Public Structure AllowDnsProxyType
Implements IEquatable(Of AllowDnsProxyType)
- Inheritance
-
AllowDnsProxyType
- Implements
Constructors
| Name | Description |
|---|---|
| AllowDnsProxyType(String) |
Initializes a new instance of AllowDnsProxyType. |
Properties
| Name | Description |
|---|---|
| Disabled |
Gets the Disabled. |
| Enabled |
Gets the Enabled. |
Methods
| Name | Description |
|---|---|
| Equals(AllowDnsProxyType) |
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(AllowDnsProxyType, AllowDnsProxyType) |
Determines if two AllowDnsProxyType values are the same. |
| Implicit(String to AllowDnsProxyType) |
Converts a string to a AllowDnsProxyType. |
| Implicit(String to Nullable<AllowDnsProxyType>) | |
| Inequality(AllowDnsProxyType, AllowDnsProxyType) |
Determines if two AllowDnsProxyType values are not the same. |