ManagedIdentity 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
ManagedIdentity() |
Initializes a new instance of the ManagedIdentity class. |
ManagedIdentity(String, Nullable<Guid>, Nullable<ResourceIdentityType>) |
Initializes a new instance of the ManagedIdentity class. |
ManagedIdentity()
Initializes a new instance of the ManagedIdentity class.
public ManagedIdentity ();
Public Sub New ()
Applies to
ManagedIdentity(String, Nullable<Guid>, Nullable<ResourceIdentityType>)
Initializes a new instance of the ManagedIdentity class.
public ManagedIdentity (string principalId = default, Guid? tenantId = default, Microsoft.Azure.Management.Synapse.Models.ResourceIdentityType? type = default);
new Microsoft.Azure.Management.Synapse.Models.ManagedIdentity : string * Nullable<Guid> * Nullable<Microsoft.Azure.Management.Synapse.Models.ResourceIdentityType> -> Microsoft.Azure.Management.Synapse.Models.ManagedIdentity
Public Sub New (Optional principalId As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing)
Parameters
- principalId
- String
The principal ID of the workspace managed identity
- type
- Nullable<ResourceIdentityType>
The type of managed identity for the workspace. Possible values include: 'None', 'SystemAssigned'
Applies to
Azure SDK for .NET