次の方法で共有


SshPublicKeysOperationsExtensions.Delete メソッド

定義

SSH 公開キーを削除します。

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

パラメーター

operations
ISshPublicKeysOperations

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

resourceGroupName
String

リソース グループの名前。

sshPublicKeyName
String

SSH 公開キーの名前。

適用対象