ArmSecurityInsightsModelFactory.SecurityInsightsClientInfo 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.
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
- String
The email of the client.
- name
- String
The name of the client.
- userPrincipalName
- String
The user principal name of the client.
Returns
A new SecurityInsightsClientInfo instance for mocking.