Uses of Class
com.microsoft.azure.keyvault.requests.CreateKeyRequest
-
Packages that use CreateKeyRequest Package Description com.microsoft.azure.keyvault This package contains the classes for KeyVaultClientBase.com.microsoft.azure.keyvault.implementation This package contains the classes for KeyVaultClient.com.microsoft.azure.keyvault.requests This package contains the classes for KeyVaultClient. -
-
Uses of CreateKeyRequest in com.microsoft.azure.keyvault
Methods in com.microsoft.azure.keyvault with parameters of type CreateKeyRequest Modifier and Type Method Description KeyBundle
KeyVaultClientCustom. createKey(CreateKeyRequest createKeyRequest)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustom. createKeyAsync(CreateKeyRequest createKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client. -
Uses of CreateKeyRequest in com.microsoft.azure.keyvault.implementation
Methods in com.microsoft.azure.keyvault.implementation with parameters of type CreateKeyRequest Modifier and Type Method Description KeyBundle
KeyVaultClientCustomImpl. createKey(CreateKeyRequest createKeyRequest)
Creates a new key, stores it, then returns key parameters and attributes to the client.com.microsoft.rest.ServiceFuture<KeyBundle>
KeyVaultClientCustomImpl. createKeyAsync(CreateKeyRequest createKeyRequest, com.microsoft.rest.ServiceCallback<KeyBundle> serviceCallback)
Creates a new key, stores it, then returns key parameters and attributes to the client. -
Uses of CreateKeyRequest in com.microsoft.azure.keyvault.requests
Methods in com.microsoft.azure.keyvault.requests that return CreateKeyRequest Modifier and Type Method Description CreateKeyRequest
CreateKeyRequest.Builder. build()
builds theCreateKeyRequest
object.
-