次の方法で共有


GoogleBigQueryAuthenticationType 構造体

定義

認証に使用される OAuth 2.0 認証メカニズム。 ServiceAuthentication はセルフホステッド IR のみで使用できます。

public readonly struct GoogleBigQueryAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.GoogleBigQueryAuthenticationType>
type GoogleBigQueryAuthenticationType = struct
Public Structure GoogleBigQueryAuthenticationType
Implements IEquatable(Of GoogleBigQueryAuthenticationType)
継承
GoogleBigQueryAuthenticationType
実装

コンストラクター

GoogleBigQueryAuthenticationType(String)

GoogleBigQueryAuthenticationType の新しいインスタンスを初期化します。

プロパティ

ServiceAuthentication

ServiceAuthentication。

UserAuthentication

UserAuthentication。

メソッド

Equals(GoogleBigQueryAuthenticationType)

現在のオブジェクトが、同じ型の別のオブジェクトと等しいかどうかを示します。

ToString()

このインスタンスの完全修飾型名を返します。

演算子

Equality(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType)

2 つの GoogleBigQueryAuthenticationType 値が同じかどうかを判断します。

Implicit(String to GoogleBigQueryAuthenticationType)

文字列を GoogleBigQueryAuthenticationType に変換します。

Inequality(GoogleBigQueryAuthenticationType, GoogleBigQueryAuthenticationType)

2 つの GoogleBigQueryAuthenticationType 値が同じでないかどうかを判断します。

適用対象