Share via


SshPublicKeysCreate interface

Methods

delete(SshPublicKeysDeleteParameters)

Delete an SSH public key.

get(SshPublicKeysGetParameters)

Retrieves information about an SSH public key.

patch(SshPublicKeysUpdateParameters)

Updates a new SSH public key resource.

put(SshPublicKeysCreateParameters)

Creates a new SSH public key resource.

Method Details

delete(SshPublicKeysDeleteParameters)

Delete an SSH public key.

function delete(options: SshPublicKeysDeleteParameters): StreamableMethod<SshPublicKeysDelete200Response | SshPublicKeysDelete204Response | SshPublicKeysDeleteDefaultResponse>

Parameters

Returns

get(SshPublicKeysGetParameters)

Retrieves information about an SSH public key.

function get(options: SshPublicKeysGetParameters): StreamableMethod<SshPublicKeysGet200Response | SshPublicKeysGetDefaultResponse>

Parameters

Returns

patch(SshPublicKeysUpdateParameters)

Updates a new SSH public key resource.

function patch(options: SshPublicKeysUpdateParameters): StreamableMethod<SshPublicKeysUpdate200Response | SshPublicKeysUpdateDefaultResponse>

Parameters

Returns

put(SshPublicKeysCreateParameters)

Creates a new SSH public key resource.

function put(options: SshPublicKeysCreateParameters): StreamableMethod<SshPublicKeysCreate200Response | SshPublicKeysCreate201Response | SshPublicKeysCreateDefaultResponse>

Parameters

Returns