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

GreenplumAuthenticationType Struct

Definition

The authentication type to use. Type: string. Only used for V2.

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

Constructors

Name Description
GreenplumAuthenticationType(String)

Initializes a new instance of GreenplumAuthenticationType.

Properties

Name Description
Basic

Basic.

Methods

Name Description
Equals(GreenplumAuthenticationType)

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(GreenplumAuthenticationType, GreenplumAuthenticationType)

Determines if two GreenplumAuthenticationType values are the same.

Implicit(String to GreenplumAuthenticationType)

Converts a String to a GreenplumAuthenticationType.

Inequality(GreenplumAuthenticationType, GreenplumAuthenticationType)

Determines if two GreenplumAuthenticationType values are not the same.

Applies to