SshPublicKeysGroupListResult Class

The list SSH public keys operation response.

All required parameters must be populated in order to send to Azure.

Inheritance
SshPublicKeysGroupListResult

Constructor

SshPublicKeysGroupListResult(*, value: List[azure.mgmt.compute.v2021_04_01.models._models_py3.SshPublicKeyResource], next_link: Optional[str] = None, **kwargs)

Parameters

value
list[SshPublicKeyResource]
Required

Required. The list of SSH public keys.

next_link
str
Required

The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys.