Uses of Interface
com.azure.resourcemanager.keyvault.models.Secret
Packages that use Secret
Package
Description
Package containing the data models for KeyVault.
-
Uses of Secret in com.azure.resourcemanager.keyvault.models
Subinterfaces with type arguments of type Secret in com.azure.resourcemanager.keyvault.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe stage of the secret definition which contains all the minimum required inputs for the secret to be created but also allows for any optional settings to be specified.static interfaceThe template for a secret update operation, containing all the settings that can be modified.interfaceEntry point for Key Vault secrets API.interfaceEntry point for Key Vault secrets API.interfaceEntry point for Key Vault secrets API.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.