Compartir a través de


PhoenixLinkedService Constructor

Definición

Inicializa una nueva instancia de PhoenixLinkedService.

public PhoenixLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> host, Azure.ResourceManager.DataFactory.Models.PhoenixAuthenticationType authenticationType);
new Azure.ResourceManager.DataFactory.Models.PhoenixLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.ResourceManager.DataFactory.Models.PhoenixAuthenticationType -> Azure.ResourceManager.DataFactory.Models.PhoenixLinkedService
Public Sub New (host As DataFactoryElement(Of String), authenticationType As PhoenixAuthenticationType)

Parámetros

host
DataFactoryElement<String>

Dirección IP o nombre de host del servidor de Phoenix. (es decir, 192.168.222.160).

authenticationType
PhoenixAuthenticationType

Mecanismo de autenticación utilizado para conectarse al servidor de Phoenix.

Excepciones

host es null.

Se aplica a