ArmMongoClusterModelFactory.MongoClusterKeyEncryptionKeyIdentity 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.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.