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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET