DnsServerConfig Struct

Definition

Specifies how DNS servers are configured for the infrastructure network. Allowed values are 'UseDnsServer' to use the provided DNS servers, and 'UseForwarder' to use DNS forwarders.

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

Constructors

Name Description
DnsServerConfig(String)

Initializes a new instance of DnsServerConfig.

Properties

Name Description
UseDnsServer

Use the provided DNS servers for the infrastructure network.

UseForwarder

Use DNS forwarders for the infrastructure network.

Methods

Name Description
Equals(DnsServerConfig)

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

Determines if two DnsServerConfig values are the same.

Implicit(String to DnsServerConfig)

Converts a string to a DnsServerConfig.

Implicit(String to Nullable<DnsServerConfig>)
Inequality(DnsServerConfig, DnsServerConfig)

Determines if two DnsServerConfig values are not the same.

Applies to