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
AllowDnsProxyType(String) |
Initializes a new instance of AllowDnsProxyType. |
Properties
Disabled |
DISABLED. |
Enabled |
ENABLED. |
Methods
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
Equality(AllowDnsProxyType, AllowDnsProxyType) |
Determines if two AllowDnsProxyType values are the same. |
Implicit(String to AllowDnsProxyType) |
Converts a string to a AllowDnsProxyType. |
Inequality(AllowDnsProxyType, AllowDnsProxyType) |
Determines if two AllowDnsProxyType values are not the same. |
Applies to
Azure SDK for .NET