Dela via


AzureSqlServerCommunicator.Get Method

Definition

Overloads

Get(String, String)
Get(String, String, String)

Gets the Azure Sql Database SErver

Get(String, String, String, String)

Gets the Azure Sql Database Server

Get(String, String)

public Microsoft.Azure.Management.Sql.Models.Server Get (string resourceGroupName, string serverName);
member this.Get : string * string -> Microsoft.Azure.Management.Sql.Models.Server
Public Function Get (resourceGroupName As String, serverName As String) As Server

Parameters

resourceGroupName
String
serverName
String

Returns

Applies to

Get(String, String, String)

Gets the Azure Sql Database SErver

public Microsoft.Azure.Management.Sql.Models.Server Get (string resourceGroupName, string serverName, string expand = default);
member this.Get : string * string * string -> Microsoft.Azure.Management.Sql.Models.Server
Public Function Get (resourceGroupName As String, serverName As String, Optional expand As String = Nothing) As Server

Parameters

resourceGroupName
String
serverName
String
expand
String

Returns

Applies to

Get(String, String, String, String)

Gets the Azure Sql Database Server

public Microsoft.Azure.Management.Sql.Models.Server Get (string resourceGroupName, string serverName, string expand = default, string subscriptionId = default);
member this.Get : string * string * string * string -> Microsoft.Azure.Management.Sql.Models.Server
Public Function Get (resourceGroupName As String, serverName As String, Optional expand As String = Nothing, Optional subscriptionId As String = Nothing) As Server

Parameters

resourceGroupName
String
serverName
String
expand
String
subscriptionId
String

Returns

Applies to