Share via


VirtualClustersOperationsExtensions.UpdateDnsServers Method

Definition

Synchronizes the DNS server settings used by the managed instances inside the given virtual cluster.

public static Microsoft.Azure.Management.Sql.Models.UpdateManagedInstanceDnsServersOperation UpdateDnsServers (this Microsoft.Azure.Management.Sql.IVirtualClustersOperations operations, string resourceGroupName, string virtualClusterName);
static member UpdateDnsServers : Microsoft.Azure.Management.Sql.IVirtualClustersOperations * string * string -> Microsoft.Azure.Management.Sql.Models.UpdateManagedInstanceDnsServersOperation
<Extension()>
Public Function UpdateDnsServers (operations As IVirtualClustersOperations, resourceGroupName As String, virtualClusterName As String) As UpdateManagedInstanceDnsServersOperation

Parameters

operations
IVirtualClustersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.

virtualClusterName
String

The name of the virtual cluster.

Returns

Applies to