次の方法で共有


RecoverableServersOperationsExtensions.Get メソッド

定義

回復可能な MySQL サーバーを取得します。

public static Microsoft.Azure.Management.MySQL.Models.RecoverableServerResource Get(this Microsoft.Azure.Management.MySQL.IRecoverableServersOperations operations, string resourceGroupName, string serverName);
static member Get : Microsoft.Azure.Management.MySQL.IRecoverableServersOperations * string * string -> Microsoft.Azure.Management.MySQL.Models.RecoverableServerResource
<Extension()>
Public Function Get (operations As IRecoverableServersOperations, resourceGroupName As String, serverName As String) As RecoverableServerResource

パラメーター

operations
IRecoverableServersOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

戻り値

適用対象