Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.SecretInner
Packages that use SecretInner
Package
Description
Package containing the service clients for KeyVaultManagementClient.
Package containing the inner data models for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of SecretInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return SecretInnerModifier and TypeMethodDescriptionSecretsClient.createOrUpdate(String resourceGroupName, String vaultName, String secretName, SecretCreateOrUpdateParameters parameters) Create or update a secret in a key vault in the specified subscription.Gets the specified secret.SecretsClient.update(String resourceGroupName, String vaultName, String secretName, SecretPatchParameters parameters) Update a secret in the specified subscription.Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type SecretInnerModifier and TypeMethodDescriptionSecretsClient.createOrUpdateAsync(String resourceGroupName, String vaultName, String secretName, SecretCreateOrUpdateParameters parameters) Create or update a secret in a key vault in the specified subscription.com.azure.core.http.rest.Response<SecretInner> SecretsClient.createOrUpdateWithResponse(String resourceGroupName, String vaultName, String secretName, SecretCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create or update a secret in a key vault in the specified subscription.Mono<com.azure.core.http.rest.Response<SecretInner>> SecretsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String vaultName, String secretName, SecretCreateOrUpdateParameters parameters) Create or update a secret in a key vault in the specified subscription.Gets the specified secret.com.azure.core.http.rest.Response<SecretInner> SecretsClient.getWithResponse(String resourceGroupName, String vaultName, String secretName, com.azure.core.util.Context context) Gets the specified secret.Mono<com.azure.core.http.rest.Response<SecretInner>> SecretsClient.getWithResponseAsync(String resourceGroupName, String vaultName, String secretName) Gets the specified secret.com.azure.core.http.rest.PagedIterable<SecretInner> The List operation gets information about the secrets in a vault.com.azure.core.http.rest.PagedIterable<SecretInner> SecretsClient.list(String resourceGroupName, String vaultName, Integer top, com.azure.core.util.Context context) The List operation gets information about the secrets in a vault.com.azure.core.http.rest.PagedFlux<SecretInner> The List operation gets information about the secrets in a vault.com.azure.core.http.rest.PagedFlux<SecretInner> The List operation gets information about the secrets in a vault.SecretsClient.updateAsync(String resourceGroupName, String vaultName, String secretName, SecretPatchParameters parameters) Update a secret in the specified subscription.com.azure.core.http.rest.Response<SecretInner> SecretsClient.updateWithResponse(String resourceGroupName, String vaultName, String secretName, SecretPatchParameters parameters, com.azure.core.util.Context context) Update a secret in the specified subscription.Mono<com.azure.core.http.rest.Response<SecretInner>> SecretsClient.updateWithResponseAsync(String resourceGroupName, String vaultName, String secretName, SecretPatchParameters parameters) Update a secret in the specified subscription. -
Uses of SecretInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return SecretInnerModifier and TypeMethodDescriptionstatic SecretInnerSecretInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecretInner from the JsonReader.SecretInner.withLocation(String location) SecretInner.withProperties(SecretProperties properties) Set the properties property: Properties of the secret. -
Uses of SecretInner in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type SecretInnerModifier and TypeMethodDescriptionSecretListResult.value()Get the value property: The list of secrets.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type SecretInnerModifier and TypeMethodDescriptionSecretListResult.withValue(List<SecretInner> value) Set the value property: The list of secrets.