SecretsClient Interface
public interface SecretsClient
An instance of this class provides access to all the operations defined in SecretsClient.
Method Summary
Method Details
createOrUpdate
public abstract SecretInner createOrUpdate(String resourceGroupName, String vaultName, String secretName, SecretCreateOrUpdateParameters parameters)
Create or update a secret in a key vault in the specified subscription. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
createOrUpdateAsync
public abstract Mono
Create or update a secret in a key vault in the specified subscription. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
createOrUpdateWithResponse
public abstract Response
Create or update a secret in a key vault in the specified subscription. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
createOrUpdateWithResponseAsync
public abstract Mono
Create or update a secret in a key vault in the specified subscription. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
get
public abstract SecretInner get(String resourceGroupName, String vaultName, String secretName)
Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
getAsync
public abstract Mono
Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
getWithResponse
public abstract Response
Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
getWithResponseAsync
public abstract Mono
Gets the specified secret. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
list
public abstract PagedIterable
The List operation gets information about the secrets in a vault. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
list
public abstract PagedIterable
The List operation gets information about the secrets in a vault. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
listAsync
public abstract PagedFlux
The List operation gets information about the secrets in a vault. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
listAsync
public abstract PagedFlux
The List operation gets information about the secrets in a vault. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
update
public abstract SecretInner update(String resourceGroupName, String vaultName, String secretName, SecretPatchParameters parameters)
Update a secret in the specified subscription. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
updateAsync
public abstract Mono
Update a secret in the specified subscription. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
updateWithResponse
public abstract Response
Update a secret in the specified subscription. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
updateWithResponseAsync
public abstract Mono
Update a secret in the specified subscription. NOTE: This API is intended for internal use in ARM deployments. Users should use the data-plane REST service for interaction with vault secrets.
Parameters:
Returns:
Applies to
Azure SDK for Java