ArmSecurityInsightsModelFactory.SecurityInsightsUserInfo 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 SecurityInsightsUserInfo.
public static Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo SecurityInsightsUserInfo(string email = default, string name = default, Guid? objectId = default);
static member SecurityInsightsUserInfo : string * string * Nullable<Guid> -> Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsUserInfo
Public Shared Function SecurityInsightsUserInfo (Optional email As String = Nothing, Optional name As String = Nothing, Optional objectId As Nullable(Of Guid) = Nothing) As SecurityInsightsUserInfo
Parameters
- String
The email of the user.
- name
- String
The name of the user.
Returns
A new SecurityInsightsUserInfo instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET