Skip to main content

virtual_clusters_dns_servers

Creates, updates, deletes, gets or lists a virtual_clusters_dns_servers resource.

Overview

Namevirtual_clusters_dns_servers
TypeResource
Idazure.sql.virtual_clusters_dns_servers

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
updateexecresourceGroupName, virtualClusterName, subscriptionIdSynchronizes the DNS server settings used by the managed instances inside the given virtual cluster.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
resourceGroupNamestringThe name of the resource group that contains the resource. You can obtain this value from the Azure Resource Manager API or the portal.
subscriptionIdstringThe subscription ID that identifies an Azure subscription.
virtualClusterNamestringThe name of the virtual cluster.

Lifecycle Methods

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

EXEC azure.sql.virtual_clusters_dns_servers.update 
@resourceGroupName='{{ resourceGroupName }}' --required,
@virtualClusterName='{{ virtualClusterName }}' --required,
@subscriptionId='{{ subscriptionId }}' --required
;