AnalyticsSynapseArtifactsModelFactory.WorkspaceIdentity 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 WorkspaceIdentity.
public static Azure.Analytics.Synapse.Artifacts.Models.WorkspaceIdentity WorkspaceIdentity (Azure.Analytics.Synapse.Artifacts.Models.WorkspaceIdentityType type = default, string principalId = default, string tenantId = default);
static member WorkspaceIdentity : Azure.Analytics.Synapse.Artifacts.Models.WorkspaceIdentityType * string * string -> Azure.Analytics.Synapse.Artifacts.Models.WorkspaceIdentity
Public Shared Function WorkspaceIdentity (Optional type As WorkspaceIdentityType = Nothing, Optional principalId As String = Nothing, Optional tenantId As String = Nothing) As WorkspaceIdentity
Parameters
The identity type. Currently the only supported type is 'SystemAssigned'.
- principalId
- String
The principal id of the identity.
- tenantId
- String
The client tenant id of the identity.
Returns
A new WorkspaceIdentity instance for mocking.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET