Class SshPublicKeysGroupListResult

java.lang.Object
com.azure.resourcemanager.compute.models.SshPublicKeysGroupListResult

public final class SshPublicKeysGroupListResult extends Object
The list SSH public keys operation response.
  • 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

      public String 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

      public SshPublicKeysGroupListResult withNextLink(String nextLink)
      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.