Class ListKeyVaultKeysDefinition

java.lang.Object
com.azure.resourcemanager.logic.models.ListKeyVaultKeysDefinition

public final class ListKeyVaultKeysDefinition extends Object
The list key vault keys definition.
  • Constructor Details

    • ListKeyVaultKeysDefinition

      public ListKeyVaultKeysDefinition()
      Creates an instance of ListKeyVaultKeysDefinition class.
  • Method Details

    • keyVault

      public KeyVaultReference keyVault()
      Get the keyVault property: The key vault reference.
      Returns:
      the keyVault value.
    • withKeyVault

      public ListKeyVaultKeysDefinition withKeyVault(KeyVaultReference keyVault)
      Set the keyVault property: The key vault reference.
      Parameters:
      keyVault - the keyVault value to set.
      Returns:
      the ListKeyVaultKeysDefinition object itself.
    • skipToken

      public String skipToken()
      Get the skipToken property: The skip token.
      Returns:
      the skipToken value.
    • withSkipToken

      public ListKeyVaultKeysDefinition withSkipToken(String skipToken)
      Set the skipToken property: The skip token.
      Parameters:
      skipToken - the skipToken value to set.
      Returns:
      the ListKeyVaultKeysDefinition object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.