ZendeskLinkedService(ZendeskAuthenticationType, Object) Constructeur
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.
Initialise une nouvelle instance de ZendeskLinkedService.
public ZendeskLinkedService (Azure.Analytics.Synapse.Artifacts.Models.ZendeskAuthenticationType authenticationType, object url);
new Azure.Analytics.Synapse.Artifacts.Models.ZendeskLinkedService : Azure.Analytics.Synapse.Artifacts.Models.ZendeskAuthenticationType * obj -> Azure.Analytics.Synapse.Artifacts.Models.ZendeskLinkedService
Public Sub New (authenticationType As ZendeskAuthenticationType, url As Object)
Paramètres
- authenticationType
- ZendeskAuthenticationType
Type d’authentification à utiliser.
- url
- Object
URL pour connecter la source Zendesk. Type : chaîne (ou Expression avec chaîne resultType).
Exceptions
url a la valeur null.