Uses of Class
com.azure.resourcemanager.kusto.models.KeyVaultProperties
Package
Description
Package containing the inner data models for KustoManagementClient.
Package containing the data models for KustoManagementClient.
-
Uses of KeyVaultProperties in com.azure.resourcemanager.kusto.fluent.models
Modifier and TypeMethodDescriptionClusterInner.keyVaultProperties()
Get the keyVaultProperties property: KeyVault properties for the cluster encryption.ClusterProperties.keyVaultProperties()
Get the keyVaultProperties property: KeyVault properties for the cluster encryption.Modifier and TypeMethodDescriptionClusterInner.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: KeyVault properties for the cluster encryption.ClusterProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: KeyVault properties for the cluster encryption. -
Uses of KeyVaultProperties in com.azure.resourcemanager.kusto.models
Modifier and TypeMethodDescriptionCluster.keyVaultProperties()
Gets the keyVaultProperties property: KeyVault properties for the cluster encryption.ClusterUpdate.keyVaultProperties()
Get the keyVaultProperties property: KeyVault properties for the cluster encryption.KeyVaultProperties.withKeyName
(String keyName) Set the keyName property: The name of the key vault key.KeyVaultProperties.withKeyVaultUri
(String keyVaultUri) Set the keyVaultUri property: The Uri of the key vault.KeyVaultProperties.withKeyVersion
(String keyVersion) Set the keyVersion property: The version of the key vault key.KeyVaultProperties.withUserIdentity
(String userIdentity) Set the userIdentity property: The user assigned identity (ARM resource id) that has access to the key.Modifier and TypeMethodDescriptionCluster.DefinitionStages.WithKeyVaultProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Specifies the keyVaultProperties property: KeyVault properties for the cluster encryption..Cluster.UpdateStages.WithKeyVaultProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Specifies the keyVaultProperties property: KeyVault properties for the cluster encryption..ClusterUpdate.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: KeyVault properties for the cluster encryption.