ServersOperationsExtensions.BeginStart メソッド

定義

サーバーを起動します。

public static void BeginStart (this Microsoft.Azure.Management.PostgreSQL.FlexibleServers.IServersOperations operations, string resourceGroupName, string serverName);
static member BeginStart : Microsoft.Azure.Management.PostgreSQL.FlexibleServers.IServersOperations * string * string -> unit
<Extension()>
Public Sub BeginStart (operations As IServersOperations, resourceGroupName As String, serverName As String)

パラメーター

operations
IServersOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

適用対象