ArmMongoClusterModelFactory.MongoClusterKeyEncryptionKeyIdentity Method

Definition

public static Azure.ResourceManager.MongoCluster.Models.MongoClusterKeyEncryptionKeyIdentity MongoClusterKeyEncryptionKeyIdentity(Azure.ResourceManager.MongoCluster.Models.MongoClusterKeyEncryptionKeyIdentityType? identityType = default, string userAssignedIdentityResourceId = default);
static member MongoClusterKeyEncryptionKeyIdentity : Nullable<Azure.ResourceManager.MongoCluster.Models.MongoClusterKeyEncryptionKeyIdentityType> * string -> Azure.ResourceManager.MongoCluster.Models.MongoClusterKeyEncryptionKeyIdentity
Public Shared Function MongoClusterKeyEncryptionKeyIdentity (Optional identityType As Nullable(Of MongoClusterKeyEncryptionKeyIdentityType) = Nothing, Optional userAssignedIdentityResourceId As String = Nothing) As MongoClusterKeyEncryptionKeyIdentity

Parameters

identityType
Nullable<MongoClusterKeyEncryptionKeyIdentityType>

The type of identity. Only 'UserAssignedIdentity' is supported.

userAssignedIdentityResourceId
String

The user assigned identity resource id.

Returns

A new MongoClusterKeyEncryptionKeyIdentity instance for mocking.

Applies to