WarehouseAuthenticationType Struct
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.
The authentication type to use.
public readonly struct WarehouseAuthenticationType : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.WarehouseAuthenticationType>
type WarehouseAuthenticationType = struct
Public Structure WarehouseAuthenticationType
Implements IEquatable(Of WarehouseAuthenticationType)
- Inheritance
-
WarehouseAuthenticationType
- Implements
Constructors
| Name | Description |
|---|---|
| WarehouseAuthenticationType(String) |
Initializes a new instance of WarehouseAuthenticationType. |
Properties
| Name | Description |
|---|---|
| ServicePrincipal |
ServicePrincipal. |
| SystemAssignedManagedIdentity |
SystemAssignedManagedIdentity. |
| UserAssignedManagedIdentity |
UserAssignedManagedIdentity. |
Methods
| Name | Description |
|---|---|
| Equals(WarehouseAuthenticationType) |
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
| Name | Description |
|---|---|
| Equality(WarehouseAuthenticationType, WarehouseAuthenticationType) |
Determines if two WarehouseAuthenticationType values are the same. |
| Implicit(String to WarehouseAuthenticationType) |
Converts a String to a WarehouseAuthenticationType. |
| Inequality(WarehouseAuthenticationType, WarehouseAuthenticationType) |
Determines if two WarehouseAuthenticationType values are not the same. |