Class UserSecretStore

java.lang.Object
com.azure.resourcemanager.devtestlabs.models.UserSecretStore

public final class UserSecretStore extends Object
Properties of a user's secret store.
  • Constructor Details

    • UserSecretStore

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

    • keyVaultUri

      public String keyVaultUri()
      Get the keyVaultUri property: The URI of the user's Key vault.
      Returns:
      the keyVaultUri value.
    • withKeyVaultUri

      public UserSecretStore withKeyVaultUri(String keyVaultUri)
      Set the keyVaultUri property: The URI of the user's Key vault.
      Parameters:
      keyVaultUri - the keyVaultUri value to set.
      Returns:
      the UserSecretStore object itself.
    • keyVaultId

      public String keyVaultId()
      Get the keyVaultId property: The ID of the user's Key vault.
      Returns:
      the keyVaultId value.
    • withKeyVaultId

      public UserSecretStore withKeyVaultId(String keyVaultId)
      Set the keyVaultId property: The ID of the user's Key vault.
      Parameters:
      keyVaultId - the keyVaultId value to set.
      Returns:
      the UserSecretStore object itself.
    • validate

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