ArmMongoClusterModelFactory.MongoClusterCmkEncryptionProperties 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.MongoCluster.Models.MongoClusterCmkEncryptionProperties MongoClusterCmkEncryptionProperties(Azure.ResourceManager.MongoCluster.Models.MongoClusterKeyEncryptionKeyIdentity keyEncryptionKeyIdentity = default, string keyEncryptionKeyUri = default);
static member MongoClusterCmkEncryptionProperties : Azure.ResourceManager.MongoCluster.Models.MongoClusterKeyEncryptionKeyIdentity * string -> Azure.ResourceManager.MongoCluster.Models.MongoClusterCmkEncryptionProperties
Public Shared Function MongoClusterCmkEncryptionProperties (Optional keyEncryptionKeyIdentity As MongoClusterKeyEncryptionKeyIdentity = Nothing, Optional keyEncryptionKeyUri As String = Nothing) As MongoClusterCmkEncryptionProperties
Parameters
- keyEncryptionKeyIdentity
- MongoClusterKeyEncryptionKeyIdentity
The identity used to access the key encryption key.
- keyEncryptionKeyUri
- String
The URI of the key vault key used for encryption.
Returns
A new MongoClusterCmkEncryptionProperties instance for mocking.