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) |
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.
|
Mono<VaultInner> |
VaultsClient.createOrUpdateAsync(String resourceGroupName,
String vaultName,
VaultCreateOrUpdateParameters parameters) |
Create or update a key vault in the specified subscription.
|
Mono<VaultInner> |
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.
|
Mono<VaultInner> |
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.
|