GetSshPublicKeyPlainArgs

data class GetSshPublicKeyPlainArgs(val resourceGroupName: String, val sshPublicKeyName: String) : ConvertibleToJava<GetSshPublicKeyPlainArgs>

Constructors

Link copied to clipboard
constructor(resourceGroupName: String, sshPublicKeyName: String)

Properties

Link copied to clipboard

The name of the resource group.

Link copied to clipboard

The name of the SSH public key.

Functions

Link copied to clipboard
open override fun toJava(): GetSshPublicKeyPlainArgs