次の方法で共有


SshPublicKeysOperationsExtensions.Update メソッド

定義

新しい SSH 公開キー リソースを更新します。

public static Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource Update(this Microsoft.Azure.Management.Compute.ISshPublicKeysOperations operations, string resourceGroupName, string sshPublicKeyName, Microsoft.Azure.Management.Compute.Models.SshPublicKeyUpdateResource parameters);
static member Update : Microsoft.Azure.Management.Compute.ISshPublicKeysOperations * string * string * Microsoft.Azure.Management.Compute.Models.SshPublicKeyUpdateResource -> Microsoft.Azure.Management.Compute.Models.SshPublicKeyResource
<Extension()>
Public Function Update (operations As ISshPublicKeysOperations, resourceGroupName As String, sshPublicKeyName As String, parameters As SshPublicKeyUpdateResource) As SshPublicKeyResource

パラメーター

operations
ISshPublicKeysOperations

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

resourceGroupName
String

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

sshPublicKeyName
String

SSH 公開キーの名前。

parameters
SshPublicKeyUpdateResource

SSH 公開キーを更新するために指定されたパラメーター。

戻り値

適用対象