ArmMongoClusterModelFactory.MongoClusterEntraIdentityProvider Method

Definition

public static Azure.ResourceManager.MongoCluster.Models.MongoClusterEntraIdentityProvider MongoClusterEntraIdentityProvider(Azure.ResourceManager.MongoCluster.Models.MongoClusterEntraPrincipalType mongoClusterEntraIdentityProviderPrincipalType = default);
static member MongoClusterEntraIdentityProvider : Azure.ResourceManager.MongoCluster.Models.MongoClusterEntraPrincipalType -> Azure.ResourceManager.MongoCluster.Models.MongoClusterEntraIdentityProvider
Public Shared Function MongoClusterEntraIdentityProvider (Optional mongoClusterEntraIdentityProviderPrincipalType As MongoClusterEntraPrincipalType = Nothing) As MongoClusterEntraIdentityProvider

Parameters

mongoClusterEntraIdentityProviderPrincipalType
MongoClusterEntraPrincipalType

The principal type of the user.

Returns

A new MongoClusterEntraIdentityProvider instance for mocking.

Applies to