次の方法で共有


ServiceNowAuthenticationType 構造体

定義

使用する認証の種類。

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

コンストラクター

ServiceNowAuthenticationType(String)

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

プロパティ

Basic

基本。

OAuth2

OAuth2。

メソッド

Equals(ServiceNowAuthenticationType)

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

ToString()

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

演算子

Equality(ServiceNowAuthenticationType, ServiceNowAuthenticationType)

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

Implicit(String to ServiceNowAuthenticationType)

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

Inequality(ServiceNowAuthenticationType, ServiceNowAuthenticationType)

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

適用対象