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

GoogleBigQueryV2AuthenticationType Struct

Definition

The OAuth 2.0 authentication mechanism used for authentication.

public readonly struct GoogleBigQueryV2AuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.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