ServerAdvisorOperationsExtensions.Get(IServerAdvisorOperations, String, String, String, String) Method

Definition

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

resourceGroupName
String
serverName
String
advisorName
String
expand
String

Returns

AdvisorGetResponse

Applies to