LogLocationSettings Construtores
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.
Sobrecargas
LogLocationSettings() |
Inicializa uma nova instância da classe LogLocationSettings. |
LogLocationSettings(LinkedServiceReference, Object) |
Inicializa uma nova instância da classe LogLocationSettings. |
LogLocationSettings()
Inicializa uma nova instância da classe LogLocationSettings.
public LogLocationSettings ();
Public Sub New ()
Aplica-se a
LogLocationSettings(LinkedServiceReference, Object)
Inicializa uma nova instância da classe LogLocationSettings.
public LogLocationSettings (Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference linkedServiceName, object path = default);
new Microsoft.Azure.Management.DataFactory.Models.LogLocationSettings : Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference * obj -> Microsoft.Azure.Management.DataFactory.Models.LogLocationSettings
Public Sub New (linkedServiceName As LinkedServiceReference, Optional path As Object = Nothing)
Parâmetros
- linkedServiceName
- LinkedServiceReference
Referência de serviço vinculado de armazenamento de log.
- path
- Object
O caminho para o armazenamento para armazenar logs detalhados de execução da atividade. Tipo: cadeia de caracteres (ou Expressão com cadeia de caracteres resultType).
Aplica-se a
Azure SDK for .NET