Freigeben über


LocalDnsQueryLogging Struct

Definition

Log level for DNS queries in localDNS. Serialized Name: LocalDNSQueryLogging

public readonly struct LocalDnsQueryLogging : IEquatable<Azure.ResourceManager.ContainerService.Models.LocalDnsQueryLogging>
type LocalDnsQueryLogging = struct
Public Structure LocalDnsQueryLogging
Implements IEquatable(Of LocalDnsQueryLogging)
Inheritance
LocalDnsQueryLogging
Implements

Constructors

Name Description
LocalDnsQueryLogging(String)

Initializes a new instance of LocalDnsQueryLogging.

Properties

Name Description
Error

Enables error logging in localDNS. See errors plugin for more information. Serialized Name: LocalDNSQueryLogging.Error

Log

Enables query logging in localDNS. See log plugin for more information. Serialized Name: LocalDNSQueryLogging.Log

Methods

Name Description
Equals(LocalDnsQueryLogging)

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(LocalDnsQueryLogging, LocalDnsQueryLogging)

Determines if two LocalDnsQueryLogging values are the same.

Implicit(String to LocalDnsQueryLogging)

Converts a String to a LocalDnsQueryLogging.

Inequality(LocalDnsQueryLogging, LocalDnsQueryLogging)

Determines if two LocalDnsQueryLogging values are not the same.

Applies to