Compartir a través de


IWithDnsServer.WithDnsServer(String) Método

Definición

Especifica la dirección IP del servidor DNS personalizado que se va a asociar a la interfaz de red. Tenga en cuenta que el efecto de este método es aditivo, es decir, cada vez que se usa, el nuevo servidor DNS se agrega a la interfaz de red.

public Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IUpdate WithDnsServer (string ipAddress);
abstract member WithDnsServer : string -> Microsoft.Azure.Management.Network.Fluent.NetworkInterface.Update.IUpdate
Public Function WithDnsServer (ipAddress As String) As IUpdate

Parámetros

ipAddress
String

La dirección IP del servidor DNS.

Devoluciones

Se aplica a