virtual_clusters_dns_servers
Creates, updates, deletes, gets or lists a virtual_clusters_dns_servers
resource.
Overview
Name | virtual_clusters_dns_servers |
Type | Resource |
Id | azure.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:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
update | exec | resourceGroupName , virtualClusterName , subscriptionId | Synchronizes 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.
Name | Datatype | Description |
---|---|---|
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. |
subscriptionId | string | The subscription ID that identifies an Azure subscription. |
virtualClusterName | string | The name of the virtual cluster. |
Lifecycle Methods
- update
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
;