PSIdentity Constructors
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.
Overloads
PSIdentity(Identity) | |
PSIdentity(String, String, String) |
PSIdentity(Identity)
public PSIdentity (Microsoft.Azure.Management.OperationalInsights.Models.Identity identity);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSIdentity : Microsoft.Azure.Management.OperationalInsights.Models.Identity -> Microsoft.Azure.Commands.OperationalInsights.Models.PSIdentity
Public Sub New (identity As Identity)
Parameters
- identity
- Identity
Applies to
PSIdentity(String, String, String)
public PSIdentity (string type, string principalId = default, string tenantId = default);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSIdentity : string * string * string -> Microsoft.Azure.Commands.OperationalInsights.Models.PSIdentity
Public Sub New (type As String, Optional principalId As String = Nothing, Optional tenantId As String = Nothing)
Parameters
- type
- String
- principalId
- String
- tenantId
- String