Aracılığıyla paylaş


EncryptedConnection Struct

Definition

[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)
Inheritance
EncryptedConnection
Attributes
Newtonsoft.Json.JsonConverterAttribute
Implements

Fields

Encrypted
NotEncrypted

Methods

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

Operators

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

Applies to