Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.VaultInner
Packages that use VaultInner
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 VaultInner in com.azure.resourcemanager.keyvault.fluent
Subinterfaces with type arguments of type VaultInner in com.azure.resourcemanager.keyvault.fluentModifier and TypeInterfaceDescriptioninterfaceAn instance of this class provides access to all the operations defined in VaultsClient.Methods in com.azure.resourcemanager.keyvault.fluent that return VaultInnerModifier and TypeMethodDescriptionVaultsClient.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.getByResourceGroup(String resourceGroupName, String vaultName) Gets the specified Azure key vault.VaultsClient.update(String resourceGroupName, String vaultName, VaultPatchParameters parameters) Update a key vault in the specified subscription.Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type VaultInnerModifier 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) 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.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.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.createOrUpdateAsync(String resourceGroupName, String vaultName, VaultCreateOrUpdateParameters parameters) Create or update a key vault in the specified subscription.VaultsClient.getByResourceGroupAsync(String resourceGroupName, String vaultName) Gets the specified Azure key vault.com.azure.core.http.rest.Response<VaultInner> VaultsClient.getByResourceGroupWithResponse(String resourceGroupName, String vaultName, com.azure.core.util.Context context) Gets the specified Azure key vault.Mono<com.azure.core.http.rest.Response<VaultInner>> VaultsClient.getByResourceGroupWithResponseAsync(String resourceGroupName, String vaultName) Gets the specified Azure key vault.com.azure.core.http.rest.PagedIterable<VaultInner> VaultsClient.listByResourceGroup(String resourceGroupName) The List operation gets information about the vaults associated with the subscription and within the specified resource group.com.azure.core.http.rest.PagedIterable<VaultInner> VaultsClient.listByResourceGroup(String resourceGroupName, Integer top, com.azure.core.util.Context context) The List operation gets information about the vaults associated with the subscription and within the specified resource group.com.azure.core.http.rest.PagedFlux<VaultInner> VaultsClient.listByResourceGroupAsync(String resourceGroupName) The List operation gets information about the vaults associated with the subscription and within the specified resource group.com.azure.core.http.rest.PagedFlux<VaultInner> VaultsClient.listByResourceGroupAsync(String resourceGroupName, Integer top) The List operation gets information about the vaults associated with the subscription and within the specified resource group.com.azure.core.http.rest.PagedIterable<VaultInner> VaultsClient.listBySubscription()The List operation gets information about the vaults associated with the subscription.com.azure.core.http.rest.PagedIterable<VaultInner> VaultsClient.listBySubscription(Integer top, com.azure.core.util.Context context) The List operation gets information about the vaults associated with the subscription.com.azure.core.http.rest.PagedFlux<VaultInner> VaultsClient.listBySubscriptionAsync()The List operation gets information about the vaults associated with the subscription.com.azure.core.http.rest.PagedFlux<VaultInner> VaultsClient.listBySubscriptionAsync(Integer top) The List operation gets information about the vaults associated with the subscription.VaultsClient.updateAsync(String resourceGroupName, String vaultName, VaultPatchParameters parameters) Update a key vault in the specified subscription.com.azure.core.http.rest.Response<VaultInner> VaultsClient.updateWithResponse(String resourceGroupName, String vaultName, VaultPatchParameters parameters, com.azure.core.util.Context context) Update a key vault in the specified subscription.Mono<com.azure.core.http.rest.Response<VaultInner>> VaultsClient.updateWithResponseAsync(String resourceGroupName, String vaultName, VaultPatchParameters parameters) Update a key vault in the specified subscription. -
Uses of VaultInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return VaultInnerModifier and TypeMethodDescriptionstatic VaultInnerVaultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VaultInner from the JsonReader.VaultInner.withLocation(String location) VaultInner.withProperties(VaultProperties properties) Set the properties property: Properties of the vault. -
Uses of VaultInner in com.azure.resourcemanager.keyvault.models
Subinterfaces with type arguments of type VaultInner in com.azure.resourcemanager.keyvault.modelsModifier and TypeInterfaceDescriptioninterfaceAn immutable client-side representation of an Azure Key Vault.Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type VaultInnerModifier and TypeMethodDescriptionVaultListResult.value()Get the value property: The list of vaults.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type VaultInnerModifier and TypeMethodDescriptionVaultListResult.withValue(List<VaultInner> value) Set the value property: The list of vaults.