DatabaseAdvisorOperationsExtensions.UpdateAsync(IDatabaseAdvisorOperations, String, String, String, String, AdvisorUpdateParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorUpdateResponse> UpdateAsync (this Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseAdvisorOperations operations, string resourceGroupName, string serverName, string databaseName, string advisorName, Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorUpdateParameters parameters);
static member UpdateAsync : Microsoft.Azure.Management.Sql.LegacySdk.IDatabaseAdvisorOperations * string * string * string * string * Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorUpdateResponse>
<Extension()>
Public Function UpdateAsync (operations As IDatabaseAdvisorOperations, resourceGroupName As String, serverName As String, databaseName As String, advisorName As String, parameters As AdvisorUpdateParameters) As Task(Of AdvisorUpdateResponse)
Parameters
- operations
- IDatabaseAdvisorOperations
- resourceGroupName
- String
- serverName
- String
- databaseName
- String
- advisorName
- String
- parameters
- AdvisorUpdateParameters