Interface Secrets
- All Superinterfaces:
SupportsCreating<Secret.DefinitionStages.Blank>,SupportsDeletingById,SupportsGettingById<Secret>,SupportsGettingByName<Secret>,SupportsGettingByNameAsync<Secret>,SupportsListing<Secret>
@Beta(V1_6_0)
public interface Secrets
extends SupportsCreating<Secret.DefinitionStages.Blank>, SupportsDeletingById, SupportsGettingById<Secret>, SupportsGettingByNameAsync<Secret>, SupportsListing<Secret>
Entry point for Key Vault secrets API.
-
Method Summary
Modifier and TypeMethodDescriptiongetByNameAndVersion(String name, String version) Gets a Key Vault secret.rx.Observable<Secret>getByNameAndVersionAsync(String name, String version) Gets a Key Vault secret.Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsCreating
defineMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName
getByNameMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync
getByNameAsyncMethods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsListing
list, listAsync
-
Method Details
-
getByNameAndVersion
Gets a Key Vault secret.- Parameters:
name- the name of the secretversion- the version of the secret- Returns:
- the secret
-
getByNameAndVersionAsync
Gets a Key Vault secret.- Parameters:
name- the name of the secretversion- the version of the secret- Returns:
- the secret
-