ArmProviderHubModelFactory.IdentityManagementProperties Method

Definition

public static Azure.ResourceManager.ProviderHub.Models.IdentityManagementProperties IdentityManagementProperties(Azure.ResourceManager.ProviderHub.Models.IdentityManagementType? managementType = default, string applicationId = default, System.Collections.Generic.IEnumerable<string> applicationIds = default, System.Collections.Generic.IEnumerable<string> delegationAppIds = default);
static member IdentityManagementProperties : Nullable<Azure.ResourceManager.ProviderHub.Models.IdentityManagementType> * string * seq<string> * seq<string> -> Azure.ResourceManager.ProviderHub.Models.IdentityManagementProperties
Public Shared Function IdentityManagementProperties (Optional managementType As Nullable(Of IdentityManagementType) = Nothing, Optional applicationId As String = Nothing, Optional applicationIds As IEnumerable(Of String) = Nothing, Optional delegationAppIds As IEnumerable(Of String) = Nothing) As IdentityManagementProperties

Parameters

managementType
Nullable<IdentityManagementType>

The type.

applicationId
String

The application id.

applicationIds
IEnumerable<String>

The application ids.

delegationAppIds
IEnumerable<String>

The delegation app ids.

Returns

A new IdentityManagementProperties instance for mocking.

Applies to