Show / Hide Table of Contents

Class LinkedServiceDataLakeStorageGen2State

Inheritance
System.Object
InputArgs
ResourceArgs
LinkedServiceDataLakeStorageGen2State
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.DataFactory
Assembly: Pulumi.Azure.dll
Syntax
public sealed class LinkedServiceDataLakeStorageGen2State : ResourceArgs

Constructors

View Source

LinkedServiceDataLakeStorageGen2State()

Declaration
public LinkedServiceDataLakeStorageGen2State()

Properties

View Source

AdditionalProperties

A map of additional properties to associate with the Data Factory Linked Service MySQL.

Declaration
public InputMap<string> AdditionalProperties { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

Annotations

List of tags that can be used for describing the Data Factory Linked Service MySQL.

Declaration
public InputList<string> Annotations { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

DataFactoryName

The Data Factory name in which to associate the Linked Service with. Changing this forces a new resource.

Declaration
public Input<string> DataFactoryName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Description

The description for the Data Factory Linked Service MySQL.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

IntegrationRuntimeName

The integration runtime reference to associate with the Data Factory Linked Service MySQL.

Declaration
public Input<string> IntegrationRuntimeName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Name

Specifies the name of the Data Factory Linked Service MySQL. Changing this forces a new resource to be created. Must be globally unique. See the Microsoft documentation for all restrictions.

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Parameters

A map of parameters to associate with the Data Factory Linked Service MySQL.

Declaration
public InputMap<string> Parameters { get; set; }
Property Value
Type Description
InputMap<System.String>
View Source

ResourceGroupName

The name of the resource group in which to create the Data Factory Linked Service MySQL. Changing this forces a new resource

Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServicePrincipalId

The service principal id in which to authenticate against the Azure Data Lake Storage Gen2 account.

Declaration
public Input<string> ServicePrincipalId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ServicePrincipalKey

The service principal key in which to authenticate against the Azure Data Lake Storage Gen2 account.

Declaration
public Input<string> ServicePrincipalKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tenant

The tenant id or name in which to authenticate against the Azure Data Lake Storage Gen2 account.

Declaration
public Input<string> Tenant { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Url

The endpoint for the Azure Data Lake Storage Gen2 service.

Declaration
public Input<string> Url { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.