Share via


WorkspaceIdentityType Struct

Definition

The identity type. Currently the only supported type is 'SystemAssigned'.

public readonly struct WorkspaceIdentityType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.WorkspaceIdentityType>
type WorkspaceIdentityType = struct
Public Structure WorkspaceIdentityType
Implements IEquatable(Of WorkspaceIdentityType)
Inheritance
WorkspaceIdentityType
Implements

Constructors

WorkspaceIdentityType(String)

Initializes a new instance of WorkspaceIdentityType.

Properties

SystemAssigned

SystemAssigned.

Methods

Equals(WorkspaceIdentityType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(WorkspaceIdentityType, WorkspaceIdentityType)

Determines if two WorkspaceIdentityType values are the same.

Implicit(String to WorkspaceIdentityType)

Converts a string to a WorkspaceIdentityType.

Inequality(WorkspaceIdentityType, WorkspaceIdentityType)

Determines if two WorkspaceIdentityType values are not the same.

Applies to