CredentialType 構造体

定義

[Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.CredentialTypeConverter))]
public struct CredentialType : IEquatable<Microsoft.PowerBI.Api.Models.CredentialType>
[<Newtonsoft.Json.JsonConverter(typeof(Microsoft.PowerBI.Api.Models.CredentialTypeConverter))>]
type CredentialType = struct
Public Structure CredentialType
Implements IEquatable(Of CredentialType)
継承
CredentialType
属性
Newtonsoft.Json.JsonConverterAttribute
実装

フィールド

Anonymous
Basic
Key
OAuth2
Windows

メソッド

Equals(CredentialType)
Equals(Object)
GetHashCode()
ToString()

演算子

Equality(CredentialType, CredentialType)
Implicit(CredentialType to String)
Implicit(String to CredentialType)
Inequality(CredentialType, CredentialType)

適用対象