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

GoogleBigQueryAuthenticationType Struct

Definition

The OAuth 2.0 authentication mechanism used for authentication. ServiceAuthentication can only be used on self-hosted IR.

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

Constructors

Name Description
GoogleBigQueryAuthenticationType(String)

Initializes a new instance of GoogleBigQueryAuthenticationType.

Properties

Name Description
ServiceAuthentication

ServiceAuthentication.

UserAuthentication

UserAuthentication.

Methods

Name Description
Equals(GoogleBigQueryAuthenticationType)

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

Determines if two GoogleBigQueryAuthenticationType values are the same.

Implicit(String to GoogleBigQueryAuthenticationType)

Converts a String to a GoogleBigQueryAuthenticationType.

Inequality(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType)

Determines if two GoogleBigQueryAuthenticationType values are not the same.

Applies to