次の方法で共有


SshPublicKeysOperationsExtensions.Create メソッド

定義

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

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

パラメーター

operations
ISshPublicKeysOperations

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

resourceGroupName
String

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

sshPublicKeyName
String

SSH 公開キーの名前。

parameters
SshPublicKeyResource

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

戻り値

適用対象