EncryptedConnection Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET