Share via


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