ServerAdvisorOperationsExtensions.Get 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.
Returns details of a Server Advisor.
public static Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorGetResponse Get (this Microsoft.Azure.Management.Sql.LegacySdk.IServerAdvisorOperations operations, string resourceGroupName, string serverName, string advisorName, string expand);
static member Get : Microsoft.Azure.Management.Sql.LegacySdk.IServerAdvisorOperations * string * string * string * string -> Microsoft.Azure.Management.Sql.LegacySdk.Models.AdvisorGetResponse
<Extension()>
Public Function Get (operations As IServerAdvisorOperations, resourceGroupName As String, serverName As String, advisorName As String, expand As String) As AdvisorGetResponse
Parameters
- operations
- IServerAdvisorOperations
Reference to the Microsoft.Azure.Management.Sql.LegacySdk.IServerAdvisorOperations.
- resourceGroupName
- String
Required. The name of the Resource Group.
- serverName
- String
Required. The name of the Azure SQL server.
- advisorName
- String
Required. The name of the Azure SQL server advisor.
- expand
- String
Optional. The comma separated list of child objects that we want to expand on in response. NULL if expand is not required.
Returns
Represents the response to a get advisor request.