Compartilhar via


IWithDnsServer.WithDnsServer(String) Método

Definição

Especifica o endereço IP do servidor DNS a ser associado à rede virtual. Observe que o efeito desse método é aditivo, ou seja, cada vez que ele é usado, um novo servidor DNS é adicionado à rede.

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

Parâmetros

ipAddress
String

O endereço IP do servidor de DNS.

Retornos

Aplica-se a