ArmCognitiveServicesModelFactory.ServiceAccountEncryptionProperties 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.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.