Uses of Class
com.azure.resourcemanager.keyvault.fluent.models.KeyInner
Packages that use KeyInner
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 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 versions of the specified key 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 versions of the specified key in the specified key vault.com.azure.core.http.rest.PagedFlux<KeyInner> KeysClient.listVersionsAsync(String resourceGroupName, String vaultName, String keyName) Lists the versions of the specified key 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 KeyInnerModifier and TypeMethodDescriptionstatic KeyInnerKeyInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of KeyInner from the JsonReader.KeyInner.withAttributes(KeyAttributes attributes) Set the attributes property: The attributes of the key.KeyInner.withCurveName(JsonWebKeyCurveName curveName) Set the curveName property: The elliptic curve name.KeyInner.withKeyOps(List<JsonWebKeyOperation> keyOps) Set the keyOps property: The keyOps property.KeyInner.withKeySize(Integer keySize) Set the keySize property: The key size in bits.KeyInner.withKty(JsonWebKeyType kty) Set the kty property: The type of the key.KeyInner.withLocation(String location) KeyInner.withReleasePolicy(KeyReleasePolicy releasePolicy) Set the releasePolicy property: Key release policy in response.KeyInner.withRotationPolicy(RotationPolicy rotationPolicy) Set the rotationPolicy property: Key rotation policy in response. -
Uses of KeyInner in com.azure.resourcemanager.keyvault.models
Methods in com.azure.resourcemanager.keyvault.models that return types with arguments of type KeyInnerModifier and TypeMethodDescriptionKeyListResult.value()Get the value property: The key resources.Method parameters in com.azure.resourcemanager.keyvault.models with type arguments of type KeyInnerModifier and TypeMethodDescriptionSet the value property: The key resources.