Uses of Class
com.azure.resourcemanager.keyvault.models.VaultCreateOrUpdateParameters
Packages that use VaultCreateOrUpdateParameters
Package
Description
Package containing the service clients for KeyVaultManagementClient.
Package containing the data models for KeyVaultManagementClient.
-
Uses of VaultCreateOrUpdateParameters in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent with parameters of type VaultCreateOrUpdateParametersModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VaultInner>, VaultInner> VaultsClient.beginCreateOrUpdate(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters) Create or update a key vault in the specified subscription.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<VaultInner>, VaultInner> VaultsClient.beginCreateOrUpdate(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create or update a key vault in the specified subscription.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<VaultInner>, VaultInner> VaultsClient.beginCreateOrUpdateAsync(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters) Create or update a key vault in the specified subscription.VaultsClient.createOrUpdate(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters) Create or update a key vault in the specified subscription.VaultsClient.createOrUpdate(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters, com.azure.core.util.Context context) Create or update a key vault in the specified subscription.VaultsClient.createOrUpdateAsync(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters) Create or update a key vault in the specified subscription.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> VaultsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters) Create or update a key vault in the specified subscription. -
Uses of VaultCreateOrUpdateParameters in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return VaultCreateOrUpdateParametersModifier and TypeMethodDescriptionVaultCreateOrUpdateParameters.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VaultCreateOrUpdateParameters from the JsonReader.VaultCreateOrUpdateParameters.withLocation(String location) Set the location property: The supported Azure location where the key vault should be created.VaultCreateOrUpdateParameters.withProperties(VaultProperties properties) Set the properties property: Properties of the vault.Set the tags property: The tags that will be assigned to the key vault.