ServersOperationsExtensions.Stop(IServersOperations, String, String) メソッド

定義

サーバーを停止します。

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

パラメーター

operations
IServersOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

適用対象