Partilhar via


IotHubAuthenticationType Estrutura

Definição

Especifica o tipo de autenticação que está sendo usado para se conectar à conta de armazenamento.

public readonly struct IotHubAuthenticationType : IEquatable<Azure.ResourceManager.IotHub.Models.IotHubAuthenticationType>
type IotHubAuthenticationType = struct
Public Structure IotHubAuthenticationType
Implements IEquatable(Of IotHubAuthenticationType)
Herança
IotHubAuthenticationType
Implementações

Construtores

IotHubAuthenticationType(String)

Inicializa uma nova instância de IotHubAuthenticationType.

Propriedades

IdentityBased

identityBased.

KeyBased

keyBased.

Métodos

Equals(IotHubAuthenticationType)

Indica se o objeto atual é igual a outro objeto do mesmo tipo.

ToString()

Retorna o nome do tipo totalmente qualificado dessa instância.

Operadores

Equality(IotHubAuthenticationType, IotHubAuthenticationType)

Determina se dois IotHubAuthenticationType valores são os mesmos.

Implicit(String to IotHubAuthenticationType)

Converte uma cadeia de caracteres em um IotHubAuthenticationType.

Inequality(IotHubAuthenticationType, IotHubAuthenticationType)

Determina se dois IotHubAuthenticationType valores não são os mesmos.

Aplica-se a