EncryptedConnection 構造体

定義

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

フィールド

Encrypted
NotEncrypted

メソッド

Equals(EncryptedConnection)
Equals(Object)
GetHashCode()
ToString()

演算子

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

適用対象