AnalyticsSynapseArtifactsModelFactory.ManagedIdentity 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 ManagedIdentity.
public static Azure.Analytics.Synapse.Artifacts.Models.ManagedIdentity ManagedIdentity (string principalId = default, Guid? tenantId = default, Azure.Analytics.Synapse.Artifacts.Models.ResourceIdentityType? type = default);
static member ManagedIdentity : string * Nullable<Guid> * Nullable<Azure.Analytics.Synapse.Artifacts.Models.ResourceIdentityType> -> Azure.Analytics.Synapse.Artifacts.Models.ManagedIdentity
Public Shared Function ManagedIdentity (Optional principalId As String = Nothing, Optional tenantId As Nullable(Of Guid) = Nothing, Optional type As Nullable(Of ResourceIdentityType) = Nothing) As ManagedIdentity
Parameters
- principalId
- String
The principal ID of the workspace managed identity.
- type
- Nullable<ResourceIdentityType>
The type of managed identity for the workspace.
Returns
A new ManagedIdentity instance for mocking.
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