LinkerAuthType 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.
O tipo de autenticação.
public readonly struct LinkerAuthType : IEquatable<Azure.ResourceManager.ServiceLinker.Models.LinkerAuthType>
type LinkerAuthType = struct
Public Structure LinkerAuthType
Implements IEquatable(Of LinkerAuthType)
- Herança
-
LinkerAuthType
- Implementações
Construtores
LinkerAuthType(String) |
Inicializa uma nova instância de LinkerAuthType. |
Propriedades
Secret |
Segredo. |
ServicePrincipalCertificate |
servicePrincipalCertificate. |
ServicePrincipalSecret |
servicePrincipalSecret. |
SystemAssignedIdentity |
systemAssignedIdentity. |
UserAssignedIdentity |
userAssignedIdentity. |
Métodos
Equals(LinkerAuthType) |
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(LinkerAuthType, LinkerAuthType) |
Determina se dois LinkerAuthType valores são os mesmos. |
Implicit(String to LinkerAuthType) |
Converte uma cadeia de caracteres em um LinkerAuthType. |
Inequality(LinkerAuthType, LinkerAuthType) |
Determina se dois LinkerAuthType valores não são os mesmos. |
Aplica-se a
Azure SDK for .NET