Identity 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
Identity() |
Initializes a new instance of the Identity class. |
Identity(String, String, Nullable<ResourceIdentityType>) |
Initializes a new instance of the Identity class. |
Identity()
Initializes a new instance of the Identity class.
public Identity ();
Public Sub New ()
Applies to
Identity(String, String, Nullable<ResourceIdentityType>)
Initializes a new instance of the Identity class.
public Identity (string principalId = default, string tenantId = default, Microsoft.Azure.Management.MixedReality.Models.ResourceIdentityType? type = default);
new Microsoft.Azure.Management.MixedReality.Models.Identity : string * string * Nullable<Microsoft.Azure.Management.MixedReality.Models.ResourceIdentityType> -> Microsoft.Azure.Management.MixedReality.Models.Identity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As String = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing)
Parameters
- principalId
- String
The principal ID of resource identity.
- tenantId
- String
The tenant ID of resource.
- type
- Nullable<ResourceIdentityType>
The identity type. Possible values include: 'SystemAssigned'
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET