Class SshPublicKeysGroupListResult
java.lang.Object
com.azure.resourcemanager.compute.models.SshPublicKeysGroupListResult
The list SSH public keys operation response.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionnextLink()Get the nextLink property: The URI to fetch the next page of SSH public keys.voidvalidate()Validates the instance.value()Get the value property: The list of SSH public keys.withNextLink(String nextLink) Set the nextLink property: The URI to fetch the next page of SSH public keys.withValue(List<SshPublicKeyResourceInner> value) Set the value property: The list of SSH public keys.
-
Constructor Details
-
SshPublicKeysGroupListResult
public SshPublicKeysGroupListResult()
-
-
Method Details
-
value
Get the value property: The list of SSH public keys.- Returns:
- the value value.
-
withValue
Set the value property: The list of SSH public keys.- Parameters:
value- the value value to set.- Returns:
- the SshPublicKeysGroupListResult object itself.
-
nextLink
Get the nextLink property: 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.- Returns:
- the nextLink value.
-
withNextLink
Set the nextLink property: 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.- Parameters:
nextLink- the nextLink value to set.- Returns:
- the SshPublicKeysGroupListResult object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-