你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WarehouseAuthenticationType Struct

Definition

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.

Applies to