Uses of Class
com.azure.resourcemanager.keyvault.models.SecretCreateOrUpdateParameters
Packages that use SecretCreateOrUpdateParameters
Package
Description
Package containing the service clients for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of SecretCreateOrUpdateParameters in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent with parameters of type SecretCreateOrUpdateParametersModifier and TypeMethodDescriptionSecretsClient.createOrUpdate(String resourceGroupName, String vaultName, String secretName, SecretCreateOrUpdateParameters parameters) Create or update a secret in a key vault in the specified subscription.SecretsClient.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. -
Uses of SecretCreateOrUpdateParameters in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return SecretCreateOrUpdateParametersModifier and TypeMethodDescriptionSecretCreateOrUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecretCreateOrUpdateParameters from the JsonReader.SecretCreateOrUpdateParameters.withProperties(SecretProperties properties) Set the properties property: Properties of the secret.Set the tags property: The tags that will be assigned to the secret.