Partager via


IotHubAuthenticationType Structure

Définition

Spécifie le type d’authentification utilisé pour la connexion au compte de stockage.

public readonly struct IotHubAuthenticationType : IEquatable<Azure.ResourceManager.IotHub.Models.IotHubAuthenticationType>
type IotHubAuthenticationType = struct
Public Structure IotHubAuthenticationType
Implements IEquatable(Of IotHubAuthenticationType)
Héritage
IotHubAuthenticationType
Implémente

Constructeurs

IotHubAuthenticationType(String)

Initialise une nouvelle instance de IotHubAuthenticationType.

Propriétés

IdentityBased

identityBased.

KeyBased

keyBased.

Méthodes

Equals(IotHubAuthenticationType)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(IotHubAuthenticationType, IotHubAuthenticationType)

Détermine si deux IotHubAuthenticationType valeurs sont identiques.

Implicit(String to IotHubAuthenticationType)

Convertit une chaîne en IotHubAuthenticationType.

Inequality(IotHubAuthenticationType, IotHubAuthenticationType)

Détermine si deux IotHubAuthenticationType valeurs ne sont pas identiques.

S’applique à