Uses of Class
com.azure.resourcemanager.sql.fluent.models.UpdateManagedInstanceDnsServersOperationInner
Packages that use UpdateManagedInstanceDnsServersOperationInner
Package
Description
Package containing the service clients for SqlManagementClient.
-
Uses of UpdateManagedInstanceDnsServersOperationInner in com.azure.resourcemanager.sql.fluent
Methods in com.azure.resourcemanager.sql.fluent that return UpdateManagedInstanceDnsServersOperationInnerModifier and TypeMethodDescriptionVirtualClustersClient.updateDnsServers(String resourceGroupName, String virtualClusterName) Synchronizes the DNS server settings used by the managed instances inside the given virtual cluster.Methods in com.azure.resourcemanager.sql.fluent that return types with arguments of type UpdateManagedInstanceDnsServersOperationInnerModifier and TypeMethodDescriptionVirtualClustersClient.updateDnsServersAsync(String resourceGroupName, String virtualClusterName) Synchronizes the DNS server settings used by the managed instances inside the given virtual cluster.com.azure.core.http.rest.Response<UpdateManagedInstanceDnsServersOperationInner>VirtualClustersClient.updateDnsServersWithResponse(String resourceGroupName, String virtualClusterName, com.azure.core.util.Context context) Synchronizes the DNS server settings used by the managed instances inside the given virtual cluster.Mono<com.azure.core.http.rest.Response<UpdateManagedInstanceDnsServersOperationInner>>VirtualClustersClient.updateDnsServersWithResponseAsync(String resourceGroupName, String virtualClusterName) Synchronizes the DNS server settings used by the managed instances inside the given virtual cluster.