ArmCognitiveServicesModelFactory.ServiceAccountEncryptionProperties Method

Definition

public static Azure.ResourceManager.CognitiveServices.Models.ServiceAccountEncryptionProperties ServiceAccountEncryptionProperties(Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesKeyVaultProperties keyVaultProperties = default, Azure.ResourceManager.CognitiveServices.Models.ServiceAccountEncryptionKeySource? keySource = default);
static member ServiceAccountEncryptionProperties : Azure.ResourceManager.CognitiveServices.Models.CognitiveServicesKeyVaultProperties * Nullable<Azure.ResourceManager.CognitiveServices.Models.ServiceAccountEncryptionKeySource> -> Azure.ResourceManager.CognitiveServices.Models.ServiceAccountEncryptionProperties
Public Shared Function ServiceAccountEncryptionProperties (Optional keyVaultProperties As CognitiveServicesKeyVaultProperties = Nothing, Optional keySource As Nullable(Of ServiceAccountEncryptionKeySource) = Nothing) As ServiceAccountEncryptionProperties

Parameters

keyVaultProperties
CognitiveServicesKeyVaultProperties

Properties of KeyVault.

keySource
Nullable<ServiceAccountEncryptionKeySource>

Enumerates the possible value of keySource for Encryption.

Returns

A new ServiceAccountEncryptionProperties instance for mocking.

Applies to