Share via


AllowDnsProxyType Struct

Definition

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