ArmSecurityInsightsModelFactory.SecurityInsightsClientInfo Method

Definition

Initializes a new instance of SecurityInsightsClientInfo.

public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsClientInfo SecurityInsightsClientInfo(string email = default, string name = default, Guid? objectId = default, string userPrincipalName = default);
static member SecurityInsightsClientInfo : string * string * Nullable<Guid> * string -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsClientInfo
Public Shared Function SecurityInsightsClientInfo (Optional email As String = Nothing, Optional name As String = Nothing, Optional objectId As Nullable(Of Guid) = Nothing, Optional userPrincipalName As String = Nothing) As SecurityInsightsClientInfo

Parameters

email
String

The email of the client.

name
String

The name of the client.

objectId
Nullable<Guid>

The object id of the client.

userPrincipalName
String

The user principal name of the client.

Returns

A new SecurityInsightsClientInfo instance for mocking.

Applies to