次の方法で共有


ServerAdministratorsOperationsExtensions.BeginDelete メソッド

定義

サーバーの Active Directory 管理者を削除します。

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

パラメーター

operations
IServerAdministratorsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

適用対象