ServersOperationsExtensions.GetAsync メソッド

定義

サーバーに関する情報を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Server> GetAsync (this Microsoft.Azure.Management.PostgreSQL.FlexibleServers.IServersOperations operations, string resourceGroupName, string serverName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.PostgreSQL.FlexibleServers.IServersOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.PostgreSQL.FlexibleServers.Models.Server>
<Extension()>
Public Function GetAsync (operations As IServersOperations, resourceGroupName As String, serverName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Server)

パラメーター

operations
IServersOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

serverName
String

サーバーの名前。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象