Virtual Clusters - Update Dns Servers
Synchronizes the DNS server settings used by the managed instances inside the given virtual cluster.
POST https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Sql/virtualClusters/{virtualClusterName}/updateManagedInstanceDnsServers?api-version=2021-11-01
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
resource
|
path | True |
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. |
subscription
|
path | True |
string |
The subscription ID that identifies an Azure subscription. |
virtual
|
path | True |
string |
The name of the virtual cluster. |
api-version
|
query | True |
string |
The API version to use for the request. |
Responses
Name | Type | Description |
---|---|---|
200 OK |
Successfully synchronized the DNS server settings. |
|
Other Status Codes |
*** Error Responses: ***
|
Examples
Synchronizes the DNS server settings used by the managed instances inside the given virtual cluster.
Sample request
Sample response
{
"id": "/subscriptions/00000000-1111-2222-3333-444444444444/resourceGroups/test-rg/providers/Microsoft.Sql/virtualClusters/test-virtualcluster/updateManagedInstanceDnsServers",
"properties": {
"status": "Succeeded"
}
}
Definitions
UpdateManagedInstanceDnsServersOperation
A recoverable managed database resource.
Name | Type | Description |
---|---|---|
id |
string |
Resource ID. |
name |
string |
Resource name. |
properties.status |
enum:
|
The status of the DNS refresh operation. |
type |
string |
Resource type. |