Class KeyVaultKeyCollection

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

public final class KeyVaultKeyCollection extends Object
Collection of key vault keys.
  • Constructor Details

    • KeyVaultKeyCollection

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

    • value

      public List<KeyVaultKeyInner> value()
      Get the value property: The key vault keys.
      Returns:
      the value value.
    • withValue

      public KeyVaultKeyCollection withValue(List<KeyVaultKeyInner> value)
      Set the value property: The key vault keys.
      Parameters:
      value - the value value to set.
      Returns:
      the KeyVaultKeyCollection object itself.
    • skipToken

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

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

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