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

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)

适用于