IotHubAuthenticationType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Azure SDK for .NET