Udostępnij przez


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

Name Description
GoogleBigQueryV2AuthenticationType(String)

Initializes a new instance of GoogleBigQueryV2AuthenticationType.

Properties

Name Description
ServiceAuthentication

ServiceAuthentication.

UserAuthentication

UserAuthentication.

Methods

Name Description
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

Name Description
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