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
define
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsync, deleteByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsync, getByIdAsync
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByName
getByName
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.collection.SupportsGettingByNameAsync
getByNameAsync
Methods 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
-