ServiceNowAuthenticationType Estructura
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Tipo de autenticación que se debe usar.
public readonly struct ServiceNowAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.ServiceNowAuthenticationType>
type ServiceNowAuthenticationType = struct
Public Structure ServiceNowAuthenticationType
Implements IEquatable(Of ServiceNowAuthenticationType)
- Herencia
-
ServiceNowAuthenticationType
- Implementaciones
Constructores
ServiceNowAuthenticationType(String) |
Inicializa una nueva instancia de la clase ServiceNowAuthenticationType. |
Propiedades
Basic |
Básico. |
OAuth2 |
OAuth2. |
Métodos
Equals(ServiceNowAuthenticationType) |
Indica si el objeto actual es igual que otro objeto del mismo tipo. |
ToString() |
Devuelve el nombre de tipo completo de esta instancia. |
Operadores
Equality(ServiceNowAuthenticationType, ServiceNowAuthenticationType) |
Determina si dos ServiceNowAuthenticationType valores son los mismos. |
Implicit(String to ServiceNowAuthenticationType) |
Convierte una cadena en un ServiceNowAuthenticationType. |
Inequality(ServiceNowAuthenticationType, ServiceNowAuthenticationType) |
Determina si dos ServiceNowAuthenticationType valores no son los mismos. |
Se aplica a
Azure SDK for .NET