Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.KeyInner
Packages that use KeyInner
Package
Description
Package containing the service clients for KeyVault.
Package containing the inner data models for KeyVault.
-
Uses of KeyInner in com.azure.resourcemanager.keyvault.fluent
Methods in com.azure.resourcemanager.keyvault.fluent that return KeyInnerModifier and TypeMethodDescriptionKeysClient.createIfNotExist(String resourceGroupName, String vaultName, String keyName, KeyCreateParameters parameters) Creates the first version of a new key if it does not exist.Gets the current version of the specified key from the specified key vault.KeysClient.getVersion(String resourceGroupName, String vaultName, String keyName, String keyVersion) Gets the specified version of the specified key in the specified key vault.Methods in com.azure.resourcemanager.keyvault.fluent that return types with arguments of type KeyInnerModifier and TypeMethodDescriptionKeysClient.createIfNotExistAsync(String resourceGroupName, String vaultName, String keyName, KeyCreateParameters parameters) Creates the first version of a new key if it does not exist.com.azure.core.http.rest.Response<KeyInner> KeysClient.createIfNotExistWithResponse(String resourceGroupName, String vaultName, String keyName, KeyCreateParameters parameters, com.azure.core.util.Context context) Creates the first version of a new key if it does not exist.KeysClient.createIfNotExistWithResponseAsync(String resourceGroupName, String vaultName, String keyName, KeyCreateParameters parameters) Creates the first version of a new key if it does not exist.Gets the current version of the specified key from the specified key vault.KeysClient.getVersionAsync(String resourceGroupName, String vaultName, String keyName, String keyVersion) Gets the specified version of the specified key in the specified key vault.com.azure.core.http.rest.Response<KeyInner> KeysClient.getVersionWithResponse(String resourceGroupName, String vaultName, String keyName, String keyVersion, com.azure.core.util.Context context) Gets the specified version of the specified key in the specified key vault.KeysClient.getVersionWithResponseAsync(String resourceGroupName, String vaultName, String keyName, String keyVersion) Gets the specified version of the specified key in the specified key vault.com.azure.core.http.rest.Response<KeyInner> KeysClient.getWithResponse(String resourceGroupName, String vaultName, String keyName, com.azure.core.util.Context context) Gets the current version of the specified key from the specified key vault.KeysClient.getWithResponseAsync(String resourceGroupName, String vaultName, String keyName) Gets the current version of the specified key from the specified key vault.com.azure.core.http.rest.PagedIterable<KeyInner> Lists the keys in the specified key vault.com.azure.core.http.rest.PagedIterable<KeyInner> Lists the keys in the specified key vault.com.azure.core.http.rest.PagedFlux<KeyInner> Lists the keys in the specified key vault.com.azure.core.http.rest.PagedIterable<KeyInner> KeysClient.listVersions(String resourceGroupName, String vaultName, String keyName) Lists the keys in the specified key vault.com.azure.core.http.rest.PagedIterable<KeyInner> KeysClient.listVersions(String resourceGroupName, String vaultName, String keyName, com.azure.core.util.Context context) Lists the keys in the specified key vault.com.azure.core.http.rest.PagedFlux<KeyInner> KeysClient.listVersionsAsync(String resourceGroupName, String vaultName, String keyName) Lists the keys in the specified key vault. -
Uses of KeyInner in com.azure.resourcemanager.keyvault.fluent.models
Methods in com.azure.resourcemanager.keyvault.fluent.models that return KeyInner