ServiceNowAuthenticationType Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type d’authentification à utiliser.
public readonly struct ServiceNowAuthenticationType : IEquatable<Azure.ResourceManager.DataFactory.Models.ServiceNowAuthenticationType>
type ServiceNowAuthenticationType = struct
Public Structure ServiceNowAuthenticationType
Implements IEquatable(Of ServiceNowAuthenticationType)
- Héritage
-
ServiceNowAuthenticationType
- Implémente
Constructeurs
ServiceNowAuthenticationType(String) |
Initialise une nouvelle instance de ServiceNowAuthenticationType. |
Propriétés
Basic |
De base. |
OAuth2 |
OAuth2. |
Méthodes
Equals(ServiceNowAuthenticationType) |
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(ServiceNowAuthenticationType, ServiceNowAuthenticationType) |
Détermine si deux ServiceNowAuthenticationType valeurs sont identiques. |
Implicit(String to ServiceNowAuthenticationType) |
Convertit une chaîne en ServiceNowAuthenticationType. |
Inequality(ServiceNowAuthenticationType, ServiceNowAuthenticationType) |
Détermine si deux ServiceNowAuthenticationType valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET