Uses of Interface
com.azure.resourcemanager.keyvault.models.Secret
Packages that use Secret
Package
Description
Package containing the data models for KeyVaultManagementClient.
-
Uses of Secret in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return SecretModifier and TypeMethodDescriptionSecrets.enableByNameAndVersion(String name, String version) Enables a secret.Secrets.getByNameAndVersion(String name, String version) Gets a Key Vault secret when the secret is enabled.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type SecretModifier and TypeMethodDescriptionSecrets.enableByNameAndVersionAsync(String name, String version) Enables a secret.Secrets.getByNameAndVersionAsync(String name, String version) Gets a Key Vault secret when the secret is enabled.com.azure.core.http.rest.PagedIterable<Secret> Secret.listVersions()Gets a list of individual secret versions with the same secret name.com.azure.core.http.rest.PagedFlux<Secret> Secret.listVersionsAsync()Gets a list of individual secret versions with the same secret name.