IotHubAuthenticationType Struktur
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Gibt den Authentifizierungstyp an, der zum Herstellen einer Verbindung mit dem Speicherkonto verwendet wird.
public readonly struct IotHubAuthenticationType : IEquatable<Azure.ResourceManager.IotHub.Models.IotHubAuthenticationType>
type IotHubAuthenticationType = struct
Public Structure IotHubAuthenticationType
Implements IEquatable(Of IotHubAuthenticationType)
- Vererbung
-
IotHubAuthenticationType
- Implementiert
Konstruktoren
IotHubAuthenticationType(String) |
Initialisiert eine neue Instanz von IotHubAuthenticationType. |
Eigenschaften
IdentityBased |
identityBased. |
KeyBased |
keyBased. |
Methoden
Equals(IotHubAuthenticationType) |
Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist. |
ToString() |
Gibt den voll qualifizierten Typnamen dieser Instanz zurück. |
Operatoren
Equality(IotHubAuthenticationType, IotHubAuthenticationType) |
Bestimmt, ob zwei IotHubAuthenticationType Werte identisch sind. |
Implicit(String to IotHubAuthenticationType) |
Konvertiert eine Zeichenfolge in eine IotHubAuthenticationType. |
Inequality(IotHubAuthenticationType, IotHubAuthenticationType) |
Bestimmt, ob zwei IotHubAuthenticationType Werte nicht identisch sind. |
Gilt für:
Azure SDK for .NET