Interface Secrets
- All Superinterfaces:
com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<Secret.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<Secret>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName<Secret>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<Secret>
public interface Secrets
extends com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating<Secret.DefinitionStages.Blank>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById<Secret>, com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName<Secret>, com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing<Secret>
Entry point for Key Vault secrets API.
-
Method Summary
Modifier and TypeMethodDescriptionvoiddisableByNameAndVersion(String name, String version) Disables a secret.disableByNameAndVersionAsync(String name, String version) Disables a secret.enableByNameAndVersion(String name, String version) Enables a secret.enableByNameAndVersionAsync(String name, String version) Enables a secret.getByNameAndVersion(String name, String version) Gets a Key Vault secret when the secret is enabled.getByNameAndVersionAsync(String name, String version) Gets a Key Vault secret when the secret is enabled.Methods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsCreating
defineMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsDeletingById
deleteById, deleteByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingById
getById, getByIdAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.arm.collection.SupportsGettingByName
getByName, getByNameAsyncMethods inherited from interface com.azure.resourcemanager.resources.fluentcore.collection.SupportsListing
list, listAsync
-
Method Details
-
getByNameAndVersion
-
getByNameAndVersionAsync
-
enableByNameAndVersion
-
enableByNameAndVersionAsync
-
disableByNameAndVersion
-
disableByNameAndVersionAsync
-