ArmMongoClusterModelFactory.MongoClusterIdentityProvider(String) Method

Definition

public static Azure.ResourceManager.MongoCluster.Models.MongoClusterIdentityProvider MongoClusterIdentityProvider(string type = default);
static member MongoClusterIdentityProvider : string -> Azure.ResourceManager.MongoCluster.Models.MongoClusterIdentityProvider
Public Shared Function MongoClusterIdentityProvider (Optional type As String = Nothing) As MongoClusterIdentityProvider

Parameters

type
String

The type of identity provider that the user belongs to.

Returns

A new MongoClusterIdentityProvider instance for mocking.

Applies to