ArmNetAppModelFactory.ElasticEncryptionConfiguration Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Azure.ResourceManager.NetApp.Models.ElasticEncryptionConfiguration ElasticEncryptionConfiguration(Azure.ResourceManager.NetApp.Models.ElasticPoolEncryptionKeySource elasticPoolEncryptionKeySource = default, Azure.Core.ResourceIdentifier keyVaultPrivateEndpointResourceId = default);
static member ElasticEncryptionConfiguration : Azure.ResourceManager.NetApp.Models.ElasticPoolEncryptionKeySource * Azure.Core.ResourceIdentifier -> Azure.ResourceManager.NetApp.Models.ElasticEncryptionConfiguration
Public Shared Function ElasticEncryptionConfiguration (Optional elasticPoolEncryptionKeySource As ElasticPoolEncryptionKeySource = Nothing, Optional keyVaultPrivateEndpointResourceId As ResourceIdentifier = Nothing) As ElasticEncryptionConfiguration
Parameters
- elasticPoolEncryptionKeySource
- ElasticPoolEncryptionKeySource
Pool Encryption Key Source.
- keyVaultPrivateEndpointResourceId
- ResourceIdentifier
The resource ID of private endpoint for KeyVault. It must reside in the same VNET as the volume. Only applicable if encryptionKeySource = 'Microsoft.KeyVault'.
Returns
A new ElasticEncryptionConfiguration instance for mocking.