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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET