ArmHDInsightModelFactory.EntraUserInfo(String, String, String) 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.HDInsight.Models.EntraUserInfo EntraUserInfo(string objectId = default, string displayName = default, string upn = default);
static member EntraUserInfo : string * string * string -> Azure.ResourceManager.HDInsight.Models.EntraUserInfo
Public Shared Function EntraUserInfo (Optional objectId As String = Nothing, Optional displayName As String = Nothing, Optional upn As String = Nothing) As EntraUserInfo
Parameters
- objectId
- String
The unique object ID of the Entra user or client ID of the enterprise applications.
- displayName
- String
The display name of the Entra user.
- upn
- String
The User Principal Name (UPN) of the Entra user. It may be empty in certain cases, such as for enterprise applications.
Returns
A new EntraUserInfo instance for mocking.