Uses of Class
com.azure.resourcemanager.sql.fluent.models.UpdateManagedInstanceDnsServersOperationInner
Packages that use UpdateManagedInstanceDnsServersOperationInner
Package
Description
Package containing the service clients for SqlManagementClient.
Package containing the inner data models 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. -
Uses of UpdateManagedInstanceDnsServersOperationInner in com.azure.resourcemanager.sql.fluent.models
Methods in com.azure.resourcemanager.sql.fluent.models that return UpdateManagedInstanceDnsServersOperationInnerModifier and TypeMethodDescriptionUpdateManagedInstanceDnsServersOperationInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of UpdateManagedInstanceDnsServersOperationInner from the JsonReader.