ArmSecurityCenterModelFactory.SecurityConnectorIdentity 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.SecurityCenter.Models.SecurityConnectorIdentity SecurityConnectorIdentity(Guid? principalId = default, Guid? tenantId = default, Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorIdentityType? type = default);
static member SecurityConnectorIdentity : Nullable<Guid> * Nullable<Guid> * Nullable<Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorIdentityType> -> Azure.ResourceManager.SecurityCenter.Models.SecurityConnectorIdentity
Public Shared Function SecurityConnectorIdentity (Optional principalId As Nullable(Of Guid) = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional type As Nullable(Of SecurityConnectorIdentityType) = Nothing) As SecurityConnectorIdentity
Parameters
The identity type.
Returns
A new SecurityConnectorIdentity instance for mocking.