Interface Secrets

All Superinterfaces:
SupportsCreating<Secret.DefinitionStages.Blank>, SupportsDeletingById, SupportsGettingById<Secret>, SupportsGettingByName<Secret>, SupportsGettingByNameAsync<Secret>, SupportsListing<Secret>

Entry point for Key Vault secrets API.
  • Method Details

    • getByNameAndVersion

      Secret getByNameAndVersion(String name, String version)
      Gets a Key Vault secret.
      Parameters:
      name - the name of the secret
      version - the version of the secret
      Returns:
      the secret
    • getByNameAndVersionAsync

      rx.Observable<Secret> getByNameAndVersionAsync(String name, String version)
      Gets a Key Vault secret.
      Parameters:
      name - the name of the secret
      version - the version of the secret
      Returns:
      the secret