次の方法で共有


ServerAdministratorsOperationsExtensions.Delete メソッド

定義

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

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

パラメーター

operations
IServerAdministratorsOperations

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

resourceGroupName
String

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

serverName
String

サーバーの名前。

適用対象