Dela via


GoogleBigQueryV2AuthenticationType Struct

Definition

The OAuth 2.0 authentication mechanism used for authentication.

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

Constructors

GoogleBigQueryV2AuthenticationType(String)

Initializes a new instance of GoogleBigQueryV2AuthenticationType.

Properties

ServiceAuthentication

ServiceAuthentication.

UserAuthentication

UserAuthentication.

Methods

Equals(GoogleBigQueryV2AuthenticationType)

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

Determines if two GoogleBigQueryV2AuthenticationType values are the same.

Implicit(String to GoogleBigQueryV2AuthenticationType)

Converts a string to a GoogleBigQueryV2AuthenticationType.

Inequality(GoogleBigQueryV2AuthenticationType, GoogleBigQueryV2AuthenticationType)

Determines if two GoogleBigQueryV2AuthenticationType values are not the same.

Applies to