Microsoft.Azure.Management.DataFactory.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.DataFactory</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetDataElement">
            <summary>
            Columns that define the structure of the dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetDataElement.#ctor">
            <summary>
            Initializes a new instance of the DatasetDataElement class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetDataElement.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the DatasetDataElement class.
            </summary>
            <param name="name">Name of the column. Type: string (or Expression
            with resultType string).</param>
            <param name="type">Type of the column. Type: string (or Expression
            with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetDataElement.Name">
            <summary>
            Gets or sets name of the column. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetDataElement.Type">
            <summary>
            Gets or sets type of the column. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WebActivity">
            <summary>
            Web activity.
            </summary>
            <summary>
            Web activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebActivity.#ctor">
            <summary>
            Initializes a new instance of the WebActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebActivity.#ctor(System.String,System.String,System.Object,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.DatasetReference},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference})">
            <summary>
            Initializes a new instance of the WebActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="method">Rest API method for target endpoint. Possible
            values include: 'GET', 'POST', 'PUT'</param>
            <param name="url">Web activity target endpoint and path. Type:
            string (or Expression with resultType string).</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="headers">Represents the headers that will be sent to
            the request. For example, to set the language and type on a
            request: "headers" : { "Accept-Language": "en-us", "Content-Type":
            "application/json" }. Type: string (or Expression with resultType
            string).</param>
            <param name="body">Represents the payload that will be sent to the
            endpoint. Required for POST/PUT method, not allowed for GET method
            Type: string (or Expression with resultType string).</param>
            <param name="authentication">Authentication method used for calling
            the endpoint.</param>
            <param name="datasets">List of datasets passed to web
            endpoint.</param>
            <param name="linkedServices">List of linked services passed to web
            endpoint.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivity.Method">
            <summary>
            Gets or sets rest API method for target endpoint. Possible values
            include: 'GET', 'POST', 'PUT'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivity.Url">
            <summary>
            Gets or sets web activity target endpoint and path. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivity.Headers">
            <summary>
            Gets or sets represents the headers that will be sent to the
            request. For example, to set the language and type on a request:
            "headers" : { "Accept-Language": "en-us", "Content-Type":
            "application/json" }. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivity.Body">
            <summary>
            Gets or sets represents the payload that will be sent to the
            endpoint. Required for POST/PUT method, not allowed for GET method
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivity.Authentication">
            <summary>
            Gets or sets authentication method used for calling the endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivity.Datasets">
            <summary>
            Gets or sets list of datasets passed to web endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivity.LinkedServices">
            <summary>
            Gets or sets list of linked services passed to web endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.Activity">
            <summary>
            A pipeline activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Activity.#ctor">
            <summary>
            Initializes a new instance of the Activity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Activity.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency})">
            <summary>
            Initializes a new instance of the Activity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Activity.Name">
            <summary>
            Gets or sets activity name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Activity.Description">
            <summary>
            Gets or sets activity description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Activity.DependsOn">
            <summary>
            Gets or sets activity depends on condition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Activity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ActivityDependency">
            <summary>
            Activity dependency information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ActivityDependency.#ctor">
            <summary>
            Initializes a new instance of the ActivityDependency class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ActivityDependency.#ctor(System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the ActivityDependency class.
            </summary>
            <param name="activity">Activity name.</param>
            <param name="dependencyConditions">Match-Condition for the
            dependency.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityDependency.Activity">
            <summary>
            Gets or sets activity name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityDependency.DependencyConditions">
            <summary>
            Gets or sets match-Condition for the dependency.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ActivityDependency.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy">
            <summary>
            Execution policy for an activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy.#ctor">
            <summary>
            Initializes a new instance of the ActivityPolicy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy.#ctor(System.Object,System.Object,System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the ActivityPolicy class.
            </summary>
            <param name="timeout">Specifies the timeout for the activity to
            run. The default timeout is 7 days. Type: string (or Expression
            with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="retry">Maximum ordinary retry attempts. Default is 0.
            Type: integer (or Expression with resultType integer), minimum:
            0.</param>
            <param name="retryIntervalInSeconds">Interval between each retry
            attempt (in seconds). The default is 30 sec.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy.Timeout">
            <summary>
            Gets or sets specifies the timeout for the activity to run. The
            default timeout is 7 days. Type: string (or Expression with
            resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy.Retry">
            <summary>
            Gets or sets maximum ordinary retry attempts. Default is 0. Type:
            integer (or Expression with resultType integer), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy.RetryIntervalInSeconds">
            <summary>
            Gets or sets interval between each retry attempt (in seconds). The
            default is 30 sec.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ActivityRun">
            <summary>
            Information about an activity run in a pipeline.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.#ctor">
            <summary>
            Initializes a new instance of the ActivityRun class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int32},System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the ActivityRun class.
            </summary>
            <param name="pipelineName">The name of the pipeline.</param>
            <param name="pipelineRunId">The id of the pipeline run.</param>
            <param name="activityName">The name of the activity.</param>
            <param name="activityType">The type of the activity.</param>
            <param name="activityRunId">The id of the activity run.</param>
            <param name="linkedServiceName">The name of the compute linked
            service.</param>
            <param name="status">The status of the activity run.</param>
            <param name="activityRunStart">The start time of the activity run
            in 'ISO 8601' format.</param>
            <param name="activityRunEnd">The end time of the activity run in
            'ISO 8601' format.</param>
            <param name="durationInMs">The duration of the activity
            run.</param>
            <param name="input">The input for the activity.</param>
            <param name="output">The output for the activity.</param>
            <param name="error">The error if any from the activity run.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.PipelineName">
            <summary>
            Gets the name of the pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.PipelineRunId">
            <summary>
            Gets the id of the pipeline run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.ActivityName">
            <summary>
            Gets the name of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.ActivityType">
            <summary>
            Gets the type of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.ActivityRunId">
            <summary>
            Gets the id of the activity run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.LinkedServiceName">
            <summary>
            Gets the name of the compute linked service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.Status">
            <summary>
            Gets the status of the activity run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.ActivityRunStart">
            <summary>
            Gets the start time of the activity run in 'ISO 8601' format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.ActivityRunEnd">
            <summary>
            Gets the end time of the activity run in 'ISO 8601' format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.DurationInMs">
            <summary>
            Gets the duration of the activity run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.Input">
            <summary>
            Gets the input for the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.Output">
            <summary>
            Gets the output for the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ActivityRun.Error">
            <summary>
            Gets the error if any from the activity run.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftLinkedService">
            <summary>
            Linked service for Amazon Redshift.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AmazonRedshiftLinkedService
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftLinkedService.#ctor(System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the AmazonRedshiftLinkedService
            class.
            </summary>
            <param name="server">The name of the Amazon Redshift server. Type:
            string (or Expression with resultType string).</param>
            <param name="database">The database name of the Amazon Redshift
            source. Type: string (or Expression with resultType
            string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="username">The username of the Amazon Redshift source.
            Type: string (or Expression with resultType string).</param>
            <param name="password">The password of the Amazon Redshift
            source.</param>
            <param name="port">The TCP port number that the Amazon Redshift
            server uses to listen for client connections. The default value is
            5439. Type: integer (or Expression with resultType
            integer).</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftLinkedService.Server">
            <summary>
            Gets or sets the name of the Amazon Redshift server. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftLinkedService.Username">
            <summary>
            Gets or sets the username of the Amazon Redshift source. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftLinkedService.Password">
            <summary>
            Gets or sets the password of the Amazon Redshift source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftLinkedService.Database">
            <summary>
            Gets or sets the database name of the Amazon Redshift source. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftLinkedService.Port">
            <summary>
            Gets or sets the TCP port number that the Amazon Redshift server
            uses to listen for client connections. The default value is 5439.
            Type: integer (or Expression with resultType integer).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftSource">
            <summary>
            A copy activity source for Amazon Redshift Source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftSource.#ctor">
            <summary>
            Initializes a new instance of the AmazonRedshiftSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftSource.#ctor(System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings)">
            <summary>
            Initializes a new instance of the AmazonRedshiftSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="query">Database query. Type: string (or Expression
            with resultType string).</param>
            <param name="redshiftUnloadSettings">The Amazon S3 settings needed
            for the interim Amazon S3 when copying from Amazon Redshift with
            unload. With this, data from Amazon Redshift source will be
            unloaded into S3 first and then copied into the targeted sink from
            the interim S3.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftSource.Query">
            <summary>
            Gets or sets database query. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftSource.RedshiftUnloadSettings">
            <summary>
            Gets or sets the Amazon S3 settings needed for the interim Amazon
            S3 when copying from Amazon Redshift with unload. With this, data
            from Amazon Redshift source will be unloaded into S3 first and then
            copied into the targeted sink from the interim S3.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonRedshiftSource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AmazonS3Dataset">
            <summary>
            A single Amazon Simple Storage Service (S3) object or a set of S3
            objects.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonS3Dataset.#ctor">
            <summary>
            Initializes a new instance of the AmazonS3Dataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonS3Dataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat,Microsoft.Azure.Management.DataFactory.Models.DatasetCompression)">
            <summary>
            Initializes a new instance of the AmazonS3Dataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="bucketName">The name of the Amazon S3 bucket. Type:
            string (or Expression with resultType string).</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
            <param name="key">The key of the Amazon S3 object. Type: string (or
            Expression with resultType string).</param>
            <param name="prefix">The prefix filter for the S3 object name.
            Type: string (or Expression with resultType string).</param>
            <param name="version">The version for the S3 object. Type: string
            (or Expression with resultType string).</param>
            <param name="format">The format of files.</param>
            <param name="compression">The data compression method used for the
            Amazon S3 object.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonS3Dataset.BucketName">
            <summary>
            Gets or sets the name of the Amazon S3 bucket. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonS3Dataset.Key">
            <summary>
            Gets or sets the key of the Amazon S3 object. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonS3Dataset.Prefix">
            <summary>
            Gets or sets the prefix filter for the S3 object name. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonS3Dataset.Version">
            <summary>
            Gets or sets the version for the S3 object. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonS3Dataset.Format">
            <summary>
            Gets or sets the format of files.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonS3Dataset.Compression">
            <summary>
            Gets or sets the data compression method used for the Amazon S3
            object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonS3Dataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AmazonS3LinkedService">
            <summary>
            Linked service for Amazon S3.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonS3LinkedService.#ctor">
            <summary>
            Initializes a new instance of the AmazonS3LinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonS3LinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the AmazonS3LinkedService class.
            </summary>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="accessKeyId">The access key identifier of the Amazon
            S3 Identity and Access Management (IAM) user. Type: string (or
            Expression with resultType string).</param>
            <param name="secretAccessKey">The secret access key of the Amazon
            S3 Identity and Access Management (IAM) user.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonS3LinkedService.AccessKeyId">
            <summary>
            Gets or sets the access key identifier of the Amazon S3 Identity
            and Access Management (IAM) user. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonS3LinkedService.SecretAccessKey">
            <summary>
            Gets or sets the secret access key of the Amazon S3 Identity and
            Access Management (IAM) user.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AmazonS3LinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AmazonS3LinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AvroFormat">
            <summary>
            The data stored in Avro format.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AvroFormat.#ctor">
            <summary>
            Initializes a new instance of the AvroFormat class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AvroFormat.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the AvroFormat class.
            </summary>
            <param name="serializer">Serializer. Type: string (or Expression
            with resultType string).</param>
            <param name="deserializer">Deserializer. Type: string (or
            Expression with resultType string).</param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService">
            <summary>
            Azure Batch linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureBatchLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService.#ctor(System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the AzureBatchLinkedService class.
            </summary>
            <param name="accountName">The Azure Batch account name. Type:
            string (or Expression with resultType string).</param>
            <param name="batchUri">The Azure Batch URI. Type: string (or
            Expression with resultType string).</param>
            <param name="poolName">The Azure Batch pool name. Type: string (or
            Expression with resultType string).</param>
            <param name="linkedServiceName">The Azure Storage linked service
            reference.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="accessKey">The Azure Batch account access key.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService.AccountName">
            <summary>
            Gets or sets the Azure Batch account name. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService.AccessKey">
            <summary>
            Gets or sets the Azure Batch account access key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService.BatchUri">
            <summary>
            Gets or sets the Azure Batch URI. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService.PoolName">
            <summary>
            Gets or sets the Azure Batch pool name. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService.LinkedServiceName">
            <summary>
            Gets or sets the Azure Storage linked service reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureBatchLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset">
            <summary>
            The Azure Blob storage.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset.#ctor">
            <summary>
            Initializes a new instance of the AzureBlobDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat,Microsoft.Azure.Management.DataFactory.Models.DatasetCompression)">
            <summary>
            Initializes a new instance of the AzureBlobDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
            <param name="folderPath">The path of the Azure Blob storage. Type:
            string (or Expression with resultType string).</param>
            <param name="tableRootLocation">The root of blob path. Type: string
            (or Expression with resultType string).</param>
            <param name="fileName">The name of the Azure Blob. Type: string (or
            Expression with resultType string).</param>
            <param name="format">The format of the Azure Blob storage.</param>
            <param name="compression">The data compression method used for the
            blob storage.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset.FolderPath">
            <summary>
            Gets or sets the path of the Azure Blob storage. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset.TableRootLocation">
            <summary>
            Gets or sets the root of blob path. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset.FileName">
            <summary>
            Gets or sets the name of the Azure Blob. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset.Format">
            <summary>
            Gets or sets the format of the Azure Blob storage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset.Compression">
            <summary>
            Gets or sets the data compression method used for the blob storage.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureBlobDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService">
            <summary>
            Azure Data Lake Analytics linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.#ctor">
            <summary>
            Initializes a new instance of the
            AzureDataLakeAnalyticsLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.#ctor(System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the
            AzureDataLakeAnalyticsLinkedService class.
            </summary>
            <param name="accountName">The Azure Data Lake Analytics account
            name. Type: string (or Expression with resultType string).</param>
            <param name="tenant">The name or ID of the tenant to which the
            service principal belongs. Type: string (or Expression with
            resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="servicePrincipalId">The ID of the application used to
            authenticate against the Azure Data Lake Analytics account. Type:
            string (or Expression with resultType string).</param>
            <param name="servicePrincipalKey">The Key of the application used
            to authenticate against the Azure Data Lake Analytics
            account.</param>
            <param name="subscriptionId">Data Lake Analytics account
            subscription ID (if different from Data Factory account). Type:
            string (or Expression with resultType string).</param>
            <param name="resourceGroupName">Data Lake Analytics account
            resource group name (if different from Data Factory account). Type:
            string (or Expression with resultType string).</param>
            <param name="dataLakeAnalyticsUri">Azure Data Lake Analytics URI
            Type: string (or Expression with resultType string).</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.AccountName">
            <summary>
            Gets or sets the Azure Data Lake Analytics account name. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.ServicePrincipalId">
            <summary>
            Gets or sets the ID of the application used to authenticate against
            the Azure Data Lake Analytics account. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.ServicePrincipalKey">
            <summary>
            Gets or sets the Key of the application used to authenticate
            against the Azure Data Lake Analytics account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.Tenant">
            <summary>
            Gets or sets the name or ID of the tenant to which the service
            principal belongs. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.SubscriptionId">
            <summary>
            Gets or sets data Lake Analytics account subscription ID (if
            different from Data Factory account). Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.ResourceGroupName">
            <summary>
            Gets or sets data Lake Analytics account resource group name (if
            different from Data Factory account). Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.DataLakeAnalyticsUri">
            <summary>
            Gets or sets azure Data Lake Analytics URI Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeAnalyticsLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreDataset">
            <summary>
            Azure Data Lake Store dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreDataset.#ctor">
            <summary>
            Initializes a new instance of the AzureDataLakeStoreDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Object,Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat,Microsoft.Azure.Management.DataFactory.Models.DatasetCompression,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.DatasetPartition})">
            <summary>
            Initializes a new instance of the AzureDataLakeStoreDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="folderPath">Path to the folder in the Azure Data Lake
            Store. Type: string (or Expression with resultType string).</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
            <param name="fileName">The name of the file in the Azure Data Lake
            Store. Type: string (or Expression with resultType string).</param>
            <param name="format">The format of the Data Lake Store.</param>
            <param name="compression">The data compression method used for the
            item(s) in the Azure Data Lake Store.</param>
            <param name="partitionedBy">Specify a dynamic path and filename for
            time series data.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreDataset.FolderPath">
            <summary>
            Gets or sets path to the folder in the Azure Data Lake Store. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreDataset.FileName">
            <summary>
            Gets or sets the name of the file in the Azure Data Lake Store.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreDataset.Format">
            <summary>
            Gets or sets the format of the Data Lake Store.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreDataset.Compression">
            <summary>
            Gets or sets the data compression method used for the item(s) in
            the Azure Data Lake Store.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreDataset.PartitionedBy">
            <summary>
            Gets or sets specify a dynamic path and filename for time series
            data.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService">
            <summary>
            Azure Data Lake Store linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureDataLakeStoreLinkedService
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the AzureDataLakeStoreLinkedService
            class.
            </summary>
            <param name="dataLakeStoreUri">Data Lake Store service URI. Type:
            string (or Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="servicePrincipalId">The ID of the application used to
            authenticate against the Azure Data Lake Store account. Type:
            string (or Expression with resultType string).</param>
            <param name="servicePrincipalKey">The Key of the application used
            to authenticate against the Azure Data Lake Store account.</param>
            <param name="tenant">The name or ID of the tenant to which the
            service principal belongs. Type: string (or Expression with
            resultType string).</param>
            <param name="accountName">Data Lake Store account name. Type:
            string (or Expression with resultType string).</param>
            <param name="subscriptionId">Data Lake Store account subscription
            ID (if different from Data Factory account). Type: string (or
            Expression with resultType string).</param>
            <param name="resourceGroupName">Data Lake Store account resource
            group name (if different from Data Factory account). Type: string
            (or Expression with resultType string).</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.DataLakeStoreUri">
            <summary>
            Gets or sets data Lake Store service URI. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.ServicePrincipalId">
            <summary>
            Gets or sets the ID of the application used to authenticate against
            the Azure Data Lake Store account. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.ServicePrincipalKey">
            <summary>
            Gets or sets the Key of the application used to authenticate
            against the Azure Data Lake Store account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.Tenant">
            <summary>
            Gets or sets the name or ID of the tenant to which the service
            principal belongs. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.AccountName">
            <summary>
            Gets or sets data Lake Store account name. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.SubscriptionId">
            <summary>
            Gets or sets data Lake Store account subscription ID (if different
            from Data Factory account). Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.ResourceGroupName">
            <summary>
            Gets or sets data Lake Store account resource group name (if
            different from Data Factory account). Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreSink">
            <summary>
            A copy activity Azure Data Lake Store sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreSink.#ctor">
            <summary>
            Initializes a new instance of the AzureDataLakeStoreSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreSink.#ctor(System.Object,System.Object,System.Object,System.Object,System.String)">
            <summary>
            Initializes a new instance of the AzureDataLakeStoreSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="copyBehavior">The type of copy behavior for copy sink.
            Possible values include: 'PreserveHierarchy', 'FlattenHierarchy',
            'MergeFiles'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreSink.CopyBehavior">
            <summary>
            Gets or sets the type of copy behavior for copy sink. Possible
            values include: 'PreserveHierarchy', 'FlattenHierarchy',
            'MergeFiles'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreSource">
            <summary>
            A copy activity Azure Data Lake source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreSource.#ctor">
            <summary>
            Initializes a new instance of the AzureDataLakeStoreSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreSource.#ctor(System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the AzureDataLakeStoreSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="recursive">If true, files under the folder path will
            be read recursively. Default is true. Type: boolean (or Expression
            with resultType boolean).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureDataLakeStoreSource.Recursive">
            <summary>
            Gets or sets if true, files under the folder path will be read
            recursively. Default is true. Type: boolean (or Expression with
            resultType boolean).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultLinkedService">
            <summary>
            Azure Key Vault linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureKeyVaultLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String)">
            <summary>
            Initializes a new instance of the AzureKeyVaultLinkedService class.
            </summary>
            <param name="baseUrl">The base URL of the Azure Key Vault. e.g.
            https://myakv.vault.azure.net Type: string (or Expression with
            resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultLinkedService.BaseUrl">
            <summary>
            Gets or sets the base URL of the Azure Key Vault. e.g.
            https://myakv.vault.azure.net Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultReference">
            <summary>
            A reference to an object in Azure Key Vault.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultReference.#ctor">
            <summary>
            Initializes a new instance of the AzureKeyVaultReference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultReference.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference)">
            <summary>
            Initializes a new instance of the AzureKeyVaultReference class.
            </summary>
            <param name="store">The Azure Key Vault LinkedService.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultReference.Store">
            <summary>
            Gets or sets the Azure Key Vault LinkedService.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultReference.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference">
            <summary>
            Azure Key Vault Secret properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference.#ctor">
            <summary>
            Initializes a new instance of the AzureKeyVaultSecretReference
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the AzureKeyVaultSecretReference
            class.
            </summary>
            <param name="store">The Azure Key Vault LinkedService.</param>
            <param name="secretName">The name of secret in Azure Key Vault.
            Type: string (or Expression with resultType string).</param>
            <param name="secretVersion">The version of the secret in Azure Key
            Vault. The default value is the latest version of the secret. Type:
            string (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference.SecretName">
            <summary>
            Gets or sets the name of secret in Azure Key Vault. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference.SecretVersion">
            <summary>
            Gets or sets the version of the secret in Azure Key Vault. The
            default value is the latest version of the secret. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureMLBatchExecutionActivity">
            <summary>
            Azure ML Batch Execution activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLBatchExecutionActivity.#ctor">
            <summary>
            Initializes a new instance of the AzureMLBatchExecutionActivity
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLBatchExecutionActivity.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile})">
            <summary>
            Initializes a new instance of the AzureMLBatchExecutionActivity
            class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="globalParameters">Key,Value pairs to be passed to the
            Azure ML Batch Execution Service endpoint. Keys must match the
            names of web service parameters defined in the published Azure ML
            web service. Values will be passed in the GlobalParameters property
            of the Azure ML batch execution request.</param>
            <param name="webServiceOutputs">Key,Value pairs, mapping the names
            of Azure ML endpoint's Web Service Outputs to AzureMLWebServiceFile
            objects specifying the output Blob locations. This information will
            be passed in the WebServiceOutputs property of the Azure ML batch
            execution request.</param>
            <param name="webServiceInputs">Key,Value pairs, mapping the names
            of Azure ML endpoint's Web Service Inputs to AzureMLWebServiceFile
            objects specifying the input Blob locations.. This information will
            be passed in the WebServiceInputs property of the Azure ML batch
            execution request.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLBatchExecutionActivity.GlobalParameters">
            <summary>
            Gets or sets key,Value pairs to be passed to the Azure ML Batch
            Execution Service endpoint. Keys must match the names of web
            service parameters defined in the published Azure ML web service.
            Values will be passed in the GlobalParameters property of the Azure
            ML batch execution request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLBatchExecutionActivity.WebServiceOutputs">
            <summary>
            Gets or sets key,Value pairs, mapping the names of Azure ML
            endpoint's Web Service Outputs to AzureMLWebServiceFile objects
            specifying the output Blob locations. This information will be
            passed in the WebServiceOutputs property of the Azure ML batch
            execution request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLBatchExecutionActivity.WebServiceInputs">
            <summary>
            Gets or sets key,Value pairs, mapping the names of Azure ML
            endpoint's Web Service Inputs to AzureMLWebServiceFile objects
            specifying the input Blob locations.. This information will be
            passed in the WebServiceInputs property of the Azure ML batch
            execution request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLBatchExecutionActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService">
            <summary>
            Azure ML Web Service linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureMLLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the AzureMLLinkedService class.
            </summary>
            <param name="mlEndpoint">The Batch Execution REST URL for an Azure
            ML Web Service endpoint. Type: string (or Expression with
            resultType string).</param>
            <param name="apiKey">The API key for accessing the Azure ML model
            endpoint.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="updateResourceEndpoint">The Update Resource REST URL
            for an Azure ML Web Service endpoint. Type: string (or Expression
            with resultType string).</param>
            <param name="servicePrincipalId">The ID of the service principal
            used to authenticate against the ARM-based updateResourceEndpoint
            of an Azure ML web service. Type: string (or Expression with
            resultType string).</param>
            <param name="servicePrincipalKey">The key of the service principal
            used to authenticate against the ARM-based updateResourceEndpoint
            of an Azure ML web service.</param>
            <param name="tenant">The name or ID of the tenant to which the
            service principal belongs. Type: string (or Expression with
            resultType string).</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService.MlEndpoint">
            <summary>
            Gets or sets the Batch Execution REST URL for an Azure ML Web
            Service endpoint. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService.ApiKey">
            <summary>
            Gets or sets the API key for accessing the Azure ML model endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService.UpdateResourceEndpoint">
            <summary>
            Gets or sets the Update Resource REST URL for an Azure ML Web
            Service endpoint. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService.ServicePrincipalId">
            <summary>
            Gets or sets the ID of the service principal used to authenticate
            against the ARM-based updateResourceEndpoint of an Azure ML web
            service. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService.ServicePrincipalKey">
            <summary>
            Gets or sets the key of the service principal used to authenticate
            against the ARM-based updateResourceEndpoint of an Azure ML web
            service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService.Tenant">
            <summary>
            Gets or sets the name or ID of the tenant to which the service
            principal belongs. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureMLUpdateResourceActivity">
            <summary>
            Azure ML Update Resource management activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLUpdateResourceActivity.#ctor">
            <summary>
            Initializes a new instance of the AzureMLUpdateResourceActivity
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLUpdateResourceActivity.#ctor(System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy)">
            <summary>
            Initializes a new instance of the AzureMLUpdateResourceActivity
            class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="trainedModelName">Name of the Trained Model module in
            the Web Service experiment to be updated. Type: string (or
            Expression with resultType string).</param>
            <param name="trainedModelLinkedServiceName">Name of Azure Storage
            linked service holding the .ilearner file that will be uploaded by
            the update operation.</param>
            <param name="trainedModelFilePath">The relative file path in
            trainedModelLinkedService to represent the .ilearner file that will
            be uploaded by the update operation. Type: string (or Expression
            with resultType string).</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLUpdateResourceActivity.TrainedModelName">
            <summary>
            Gets or sets name of the Trained Model module in the Web Service
            experiment to be updated. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLUpdateResourceActivity.TrainedModelLinkedServiceName">
            <summary>
            Gets or sets name of Azure Storage linked service holding the
            .ilearner file that will be uploaded by the update operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLUpdateResourceActivity.TrainedModelFilePath">
            <summary>
            Gets or sets the relative file path in trainedModelLinkedService to
            represent the .ilearner file that will be uploaded by the update
            operation. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLUpdateResourceActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile">
            <summary>
            Azure ML WebService Input/Output file
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile.#ctor">
            <summary>
            Initializes a new instance of the AzureMLWebServiceFile class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference)">
            <summary>
            Initializes a new instance of the AzureMLWebServiceFile class.
            </summary>
            <param name="filePath">The relative file path, including container
            name, in the Azure Blob Storage specified by the LinkedService.
            Type: string (or Expression with resultType string).</param>
            <param name="linkedServiceName">Reference to an Azure Storage
            LinkedService, where Azure ML WebService Input/Output file
            located.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile.FilePath">
            <summary>
            Gets or sets the relative file path, including container name, in
            the Azure Blob Storage specified by the LinkedService. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile.LinkedServiceName">
            <summary>
            Gets or sets reference to an Azure Storage LinkedService, where
            Azure ML WebService Input/Output file located.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureMLWebServiceFile.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureQueueSink">
            <summary>
            A copy activity Azure Queue sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureQueueSink.#ctor">
            <summary>
            Initializes a new instance of the AzureQueueSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureQueueSink.#ctor(System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the AzureQueueSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureSearchIndexDataset">
            <summary>
            The Azure Search Index.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSearchIndexDataset.#ctor">
            <summary>
            Initializes a new instance of the AzureSearchIndexDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSearchIndexDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification})">
            <summary>
            Initializes a new instance of the AzureSearchIndexDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="indexName">The name of the Azure Search Index. Type:
            string (or Expression with resultType string).</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSearchIndexDataset.IndexName">
            <summary>
            Gets or sets the name of the Azure Search Index. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSearchIndexDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureSearchIndexSink">
            <summary>
            A copy activity Azure Search Index sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSearchIndexSink.#ctor">
            <summary>
            Initializes a new instance of the AzureSearchIndexSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSearchIndexSink.#ctor(System.Object,System.Object,System.Object,System.Object,System.String)">
            <summary>
            Initializes a new instance of the AzureSearchIndexSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="writeBehavior">Specify the write behavior when
            upserting documents into Azure Search Index. Possible values
            include: 'Merge', 'Upload'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSearchIndexSink.WriteBehavior">
            <summary>
            Gets or sets specify the write behavior when upserting documents
            into Azure Search Index. Possible values include: 'Merge', 'Upload'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureSearchIndexWriteBehaviorType">
            <summary>
            Defines values for AzureSearchIndexWriteBehaviorType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureSearchLinkedService">
            <summary>
            Linked service for Windows Azure Search Service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSearchLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureSearchLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSearchLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the AzureSearchLinkedService class.
            </summary>
            <param name="url">URL for Azure Search service. Type: string (or
            Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="key">Admin Key for Azure Search service</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSearchLinkedService.Url">
            <summary>
            Gets or sets URL for Azure Search service. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSearchLinkedService.Key">
            <summary>
            Gets or sets admin Key for Azure Search service
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSearchLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSearchLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDatabaseLinkedService">
            <summary>
            Microsoft Azure SQL Database linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDatabaseLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureSqlDatabaseLinkedService
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDatabaseLinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object)">
            <summary>
            Initializes a new instance of the AzureSqlDatabaseLinkedService
            class.
            </summary>
            <param name="connectionString">The connection string.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDatabaseLinkedService.ConnectionString">
            <summary>
            Gets or sets the connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDatabaseLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDatabaseLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWLinkedService">
            <summary>
            Azure SQL Data Warehouse linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureSqlDWLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWLinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object)">
            <summary>
            Initializes a new instance of the AzureSqlDWLinkedService class.
            </summary>
            <param name="connectionString">The connection string.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWLinkedService.ConnectionString">
            <summary>
            Gets or sets the connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWTableDataset">
            <summary>
            The Azure SQL Data Warehouse dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWTableDataset.#ctor">
            <summary>
            Initializes a new instance of the AzureSqlDWTableDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWTableDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification})">
            <summary>
            Initializes a new instance of the AzureSqlDWTableDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="tableName">The table name of the Azure SQL Data
            Warehouse. Type: string (or Expression with resultType
            string).</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWTableDataset.TableName">
            <summary>
            Gets or sets the table name of the Azure SQL Data Warehouse. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWTableDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureSqlTableDataset">
            <summary>
            The Azure SQL Server database dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlTableDataset.#ctor">
            <summary>
            Initializes a new instance of the AzureSqlTableDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlTableDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification})">
            <summary>
            Initializes a new instance of the AzureSqlTableDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="tableName">The table name of the Azure SQL database.
            Type: string (or Expression with resultType string).</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureSqlTableDataset.TableName">
            <summary>
            Gets or sets the table name of the Azure SQL database. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureSqlTableDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureStorageLinkedService">
            <summary>
            The storage account linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureStorageLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureStorageLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureStorageLinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the AzureStorageLinkedService class.
            </summary>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="connectionString">The connection string. It is
            mutually exclusive with sasUri property.</param>
            <param name="sasUri">SAS URI of the Azure Storage resource. It is
            mutually exclusive with connectionString property.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureStorageLinkedService.ConnectionString">
            <summary>
            Gets or sets the connection string. It is mutually exclusive with
            sasUri property.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureStorageLinkedService.SasUri">
            <summary>
            Gets or sets SAS URI of the Azure Storage resource. It is mutually
            exclusive with connectionString property.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureStorageLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureStorageLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureTableDataset">
            <summary>
            The Azure Table storage dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureTableDataset.#ctor">
            <summary>
            Initializes a new instance of the AzureTableDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureTableDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification})">
            <summary>
            Initializes a new instance of the AzureTableDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="tableName">The table name of the Azure Table storage.
            Type: string (or Expression with resultType string).</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureTableDataset.TableName">
            <summary>
            Gets or sets the table name of the Azure Table storage. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureTableDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureTableSink">
            <summary>
            A copy activity Azure Table sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureTableSink.#ctor">
            <summary>
            Initializes a new instance of the AzureTableSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureTableSink.#ctor(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the AzureTableSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="azureTableDefaultPartitionKeyValue">Azure Table
            default partition key value. Type: string (or Expression with
            resultType string).</param>
            <param name="azureTablePartitionKeyName">Azure Table partition key
            name. Type: string (or Expression with resultType string).</param>
            <param name="azureTableRowKeyName">Azure Table row key name. Type:
            string (or Expression with resultType string).</param>
            <param name="azureTableInsertType">Azure Table insert type. Type:
            string (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureTableSink.AzureTableDefaultPartitionKeyValue">
            <summary>
            Gets or sets azure Table default partition key value. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureTableSink.AzureTablePartitionKeyName">
            <summary>
            Gets or sets azure Table partition key name. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureTableSink.AzureTableRowKeyName">
            <summary>
            Gets or sets azure Table row key name. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureTableSink.AzureTableInsertType">
            <summary>
            Gets or sets azure Table insert type. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.AzureTableSource">
            <summary>
            A copy activity Azure Table source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureTableSource.#ctor">
            <summary>
            Initializes a new instance of the AzureTableSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.AzureTableSource.#ctor(System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the AzureTableSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="azureTableSourceQuery">Azure Table source query. Type:
            string (or Expression with resultType string).</param>
            <param name="azureTableSourceIgnoreTableNotFound">Azure Table
            source ignore table not found. Type: boolean (or Expression with
            resultType boolean).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureTableSource.AzureTableSourceQuery">
            <summary>
            Gets or sets azure Table source query. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.AzureTableSource.AzureTableSourceIgnoreTableNotFound">
            <summary>
            Gets or sets azure Table source ignore table not found. Type:
            boolean (or Expression with resultType boolean).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.BlobSink">
            <summary>
            A copy activity Azure Blob sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.BlobSink.#ctor">
            <summary>
            Initializes a new instance of the BlobSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.BlobSink.#ctor(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.String)">
            <summary>
            Initializes a new instance of the BlobSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="blobWriterOverwriteFiles">Blob writer overwrite files.
            Type: boolean (or Expression with resultType boolean).</param>
            <param name="blobWriterDateTimeFormat">Blob writer date time
            format. Type: string (or Expression with resultType
            string).</param>
            <param name="blobWriterAddHeader">Blob writer add header. Type:
            boolean (or Expression with resultType boolean).</param>
            <param name="copyBehavior">The type of copy behavior for copy sink.
            Possible values include: 'PreserveHierarchy', 'FlattenHierarchy',
            'MergeFiles'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.BlobSink.BlobWriterOverwriteFiles">
            <summary>
            Gets or sets blob writer overwrite files. Type: boolean (or
            Expression with resultType boolean).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.BlobSink.BlobWriterDateTimeFormat">
            <summary>
            Gets or sets blob writer date time format. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.BlobSink.BlobWriterAddHeader">
            <summary>
            Gets or sets blob writer add header. Type: boolean (or Expression
            with resultType boolean).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.BlobSink.CopyBehavior">
            <summary>
            Gets or sets the type of copy behavior for copy sink. Possible
            values include: 'PreserveHierarchy', 'FlattenHierarchy',
            'MergeFiles'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.BlobSource">
            <summary>
            A copy activity Azure Blob source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.BlobSource.#ctor">
            <summary>
            Initializes a new instance of the BlobSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.BlobSource.#ctor(System.Object,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the BlobSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="treatEmptyAsNull">Treat empty as null. Type: boolean
            (or Expression with resultType boolean).</param>
            <param name="skipHeaderLineCount">Number of header lines to skip
            from each blob. Type: integer (or Expression with resultType
            integer).</param>
            <param name="recursive">If true, files under the folder path will
            be read recursively. Default is true. Type: boolean (or Expression
            with resultType boolean).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.BlobSource.TreatEmptyAsNull">
            <summary>
            Gets or sets treat empty as null. Type: boolean (or Expression with
            resultType boolean).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.BlobSource.SkipHeaderLineCount">
            <summary>
            Gets or sets number of header lines to skip from each blob. Type:
            integer (or Expression with resultType integer).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.BlobSource.Recursive">
            <summary>
            Gets or sets if true, files under the folder path will be read
            recursively. Default is true. Type: boolean (or Expression with
            resultType boolean).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.BlobTrigger">
            <summary>
            Trigger that runs everytime the selected Blob container changes.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.BlobTrigger.#ctor">
            <summary>
            Initializes a new instance of the BlobTrigger class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.BlobTrigger.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference},System.String,System.String,System.Nullable{System.Int32},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference)">
            <summary>
            Initializes a new instance of the BlobTrigger class.
            </summary>
            <param name="description">Trigger description.</param>
            <param name="pipelines">Pipelines that need to be started.</param>
            <param name="runtimeState">Indicates if trigger is running or not.
            Updated when Start/Stop APIs are called on the Trigger. Possible
            values include: 'Started', 'Stopped', 'Disabled'</param>
            <param name="folderPath">The path of the container/folder that will
            trigger the pipeline.</param>
            <param name="maxConcurrency">The max number of parallel files to
            handle when it is triggered.</param>
            <param name="linkedService">The Azure Storage linked service
            reference.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.BlobTrigger.FolderPath">
            <summary>
            Gets or sets the path of the container/folder that will trigger the
            pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.BlobTrigger.MaxConcurrency">
            <summary>
            Gets or sets the max number of parallel files to handle when it is
            triggered.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.BlobTrigger.LinkedService">
            <summary>
            Gets or sets the Azure Storage linked service reference.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.BlobTrigger.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CassandraLinkedService">
            <summary>
            Linked service for Cassandra data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CassandraLinkedService.#ctor">
            <summary>
            Initializes a new instance of the CassandraLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CassandraLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the CassandraLinkedService class.
            </summary>
            <param name="host">Host name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="authenticationType">AuthenticationType to be used for
            connection. Type: string (or Expression with resultType
            string).</param>
            <param name="port">The port for the connection. Type: integer (or
            Expression with resultType integer).</param>
            <param name="username">Username for authentication. Type: string
            (or Expression with resultType string).</param>
            <param name="password">Password for authentication.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CassandraLinkedService.Host">
            <summary>
            Gets or sets host name for connection. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CassandraLinkedService.AuthenticationType">
            <summary>
            Gets or sets authenticationType to be used for connection. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CassandraLinkedService.Port">
            <summary>
            Gets or sets the port for the connection. Type: integer (or
            Expression with resultType integer).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CassandraLinkedService.Username">
            <summary>
            Gets or sets username for authentication. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CassandraLinkedService.Password">
            <summary>
            Gets or sets password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CassandraLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CassandraLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CassandraSource">
            <summary>
            A copy activity source for a Cassandra database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CassandraSource.#ctor">
            <summary>
            Initializes a new instance of the CassandraSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CassandraSource.#ctor(System.Object,System.Object,System.Object,System.String)">
            <summary>
            Initializes a new instance of the CassandraSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="query">Database query. Should be a SQL-92 query
            expression or Cassandra Query Language (CQL) command. Type: string
            (or Expression with resultType string).</param>
            <param name="consistencyLevel">The consistency level specifies how
            many Cassandra servers must respond to a read request before
            returning data to the client application. Cassandra checks the
            specified number of Cassandra servers for data to satisfy the read
            request. Must be one of cassandraSourceReadConsistencyLevels. The
            default value is 'ONE'. It is case-insensitive. Possible values
            include: 'ALL', 'EACH_QUORUM', 'QUORUM', 'LOCAL_QUORUM', 'ONE',
            'TWO', 'THREE', 'LOCAL_ONE', 'SERIAL', 'LOCAL_SERIAL'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CassandraSource.Query">
            <summary>
            Gets or sets database query. Should be a SQL-92 query expression or
            Cassandra Query Language (CQL) command. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CassandraSource.ConsistencyLevel">
            <summary>
            Gets or sets the consistency level specifies how many Cassandra
            servers must respond to a read request before returning data to the
            client application. Cassandra checks the specified number of
            Cassandra servers for data to satisfy the read request. Must be one
            of cassandraSourceReadConsistencyLevels. The default value is
            'ONE'. It is case-insensitive. Possible values include: 'ALL',
            'EACH_QUORUM', 'QUORUM', 'LOCAL_QUORUM', 'ONE', 'TWO', 'THREE',
            'LOCAL_ONE', 'SERIAL', 'LOCAL_SERIAL'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CassandraSourceReadConsistencyLevels">
            <summary>
            Defines values for CassandraSourceReadConsistencyLevels.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CassandraTableDataset">
            <summary>
            The Cassandra database dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CassandraTableDataset.#ctor">
            <summary>
            Initializes a new instance of the CassandraTableDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CassandraTableDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Object,System.Object)">
            <summary>
            Initializes a new instance of the CassandraTableDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
            <param name="tableName">The table name of the Cassandra database.
            Type: string (or Expression with resultType string).</param>
            <param name="keyspace">The keyspace of the Cassandra database.
            Type: string (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CassandraTableDataset.TableName">
            <summary>
            Gets or sets the table name of the Cassandra database. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CassandraTableDataset.Keyspace">
            <summary>
            Gets or sets the keyspace of the Cassandra database. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CassandraTableDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ControlActivity">
            <summary>
            Base class for all control activities like IfCondition, ForEach ,
            Until.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ControlActivity.#ctor">
            <summary>
            Initializes a new instance of the ControlActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ControlActivity.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency})">
            <summary>
            Initializes a new instance of the ControlActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ControlActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CopyActivity">
            <summary>
            Copy activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.#ctor">
            <summary>
            Initializes a new instance of the CopyActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.#ctor(System.String,Microsoft.Azure.Management.DataFactory.Models.CopySource,Microsoft.Azure.Management.DataFactory.Models.CopySink,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,Microsoft.Azure.Management.DataFactory.Models.CopyTranslator,System.Object,Microsoft.Azure.Management.DataFactory.Models.StagingSettings,System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.DatasetReference},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.DatasetReference})">
            <summary>
            Initializes a new instance of the CopyActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="source">Copy activity source.</param>
            <param name="sink">Copy activity sink.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="translator">Copy activity translator. If not
            specificed, tabular translator is used.</param>
            <param name="enableStaging">Specifies whether to copy data via an
            interim staging. Default value is false. Type: boolean (or
            Expression with resultType boolean).</param>
            <param name="stagingSettings">Specifies interim staging settings
            when EnableStaging is true.</param>
            <param name="parallelCopies">Maximum number of concurrent sessions
            opened on the source or sink to avoid overloading the data store.
            Type: integer (or Expression with resultType integer), minimum:
            0.</param>
            <param name="cloudDataMovementUnits">Maximum number of cloud data
            movement units that can be used to perform this data movement.
            Type: integer (or Expression with resultType integer), minimum:
            0.</param>
            <param name="enableSkipIncompatibleRow">Whether to skip
            incompatible row. Default value is false. Type: boolean (or
            Expression with resultType boolean).</param>
            <param name="redirectIncompatibleRowSettings">Redirect incompatible
            row settings when EnableSkipIncompatibleRow is true.</param>
            <param name="inputs">List of inputs for the activity.</param>
            <param name="outputs">List of outputs for the activity.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.Source">
            <summary>
            Gets or sets copy activity source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.Sink">
            <summary>
            Gets or sets copy activity sink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.Translator">
            <summary>
            Gets or sets copy activity translator. If not specificed, tabular
            translator is used.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.EnableStaging">
            <summary>
            Gets or sets specifies whether to copy data via an interim staging.
            Default value is false. Type: boolean (or Expression with
            resultType boolean).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.StagingSettings">
            <summary>
            Gets or sets specifies interim staging settings when EnableStaging
            is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.ParallelCopies">
            <summary>
            Gets or sets maximum number of concurrent sessions opened on the
            source or sink to avoid overloading the data store. Type: integer
            (or Expression with resultType integer), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.CloudDataMovementUnits">
            <summary>
            Gets or sets maximum number of cloud data movement units that can
            be used to perform this data movement. Type: integer (or Expression
            with resultType integer), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.EnableSkipIncompatibleRow">
            <summary>
            Gets or sets whether to skip incompatible row. Default value is
            false. Type: boolean (or Expression with resultType boolean).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.RedirectIncompatibleRowSettings">
            <summary>
            Gets or sets redirect incompatible row settings when
            EnableSkipIncompatibleRow is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.Inputs">
            <summary>
            Gets or sets list of inputs for the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.Outputs">
            <summary>
            Gets or sets list of outputs for the activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CopyActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CopyBehaviorType">
            <summary>
            Defines values for CopyBehaviorType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CopySink">
            <summary>
            A copy activity sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CopySink.#ctor">
            <summary>
            Initializes a new instance of the CopySink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CopySink.#ctor(System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the CopySink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopySink.WriteBatchSize">
            <summary>
            Gets or sets write batch size. Type: integer (or Expression with
            resultType integer), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopySink.WriteBatchTimeout">
            <summary>
            Gets or sets write batch timeout. Type: string (or Expression with
            resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopySink.SinkRetryCount">
            <summary>
            Gets or sets sink retry count. Type: integer (or Expression with
            resultType integer).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopySink.SinkRetryWait">
            <summary>
            Gets or sets sink retry wait. Type: string (or Expression with
            resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CopySource">
            <summary>
            A copy activity source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CopySource.#ctor">
            <summary>
            Initializes a new instance of the CopySource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CopySource.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the CopySource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopySource.SourceRetryCount">
            <summary>
            Gets or sets source retry count. Type: integer (or Expression with
            resultType integer).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CopySource.SourceRetryWait">
            <summary>
            Gets or sets source retry wait. Type: string (or Expression with
            resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CopyTranslator">
            <summary>
            A copy activity translator.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CopyTranslator.#ctor">
            <summary>
            Initializes a new instance of the CopyTranslator class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CosmosDbLinkedService">
            <summary>
            Microsoft Azure Cosmos Database (CosmosDB) linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CosmosDbLinkedService.#ctor">
            <summary>
            Initializes a new instance of the CosmosDbLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CosmosDbLinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object)">
            <summary>
            Initializes a new instance of the CosmosDbLinkedService class.
            </summary>
            <param name="connectionString">The connection string.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CosmosDbLinkedService.ConnectionString">
            <summary>
            Gets or sets the connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CosmosDbLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CosmosDbLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse">
            <summary>
            Response body with a run identifier.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse.#ctor">
            <summary>
            Initializes a new instance of the CreateRunResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the CreateRunResponse class.
            </summary>
            <param name="runId">Identifier of a run.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse.RunId">
            <summary>
            Gets or sets identifier of a run.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CreateRunResponse.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CustomActivity">
            <summary>
            Custom activity type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomActivity.#ctor">
            <summary>
            Initializes a new instance of the CustomActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomActivity.#ctor(System.String,System.Object,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,Microsoft.Azure.Management.DataFactory.Models.CustomActivityReferenceObject,System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the CustomActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="command">Command for custom activity Type: string (or
            Expression with resultType string).</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="resourceLinkedService">Resource linked service
            reference.</param>
            <param name="folderPath">Folder path for resource files Type:
            string (or Expression with resultType string).</param>
            <param name="referenceObjects">Reference objects</param>
            <param name="extendedProperties">User defined property bag. There
            is no restriction on the keys or values that can be used. The user
            specified custom activity has the full responsibility to consume
            and interpret the content defined.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CustomActivity.Command">
            <summary>
            Gets or sets command for custom activity Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CustomActivity.ResourceLinkedService">
            <summary>
            Gets or sets resource linked service reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CustomActivity.FolderPath">
            <summary>
            Gets or sets folder path for resource files Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CustomActivity.ReferenceObjects">
            <summary>
            Gets or sets reference objects
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CustomActivity.ExtendedProperties">
            <summary>
            Gets or sets user defined property bag. There is no restriction on
            the keys or values that can be used. The user specified custom
            activity has the full responsibility to consume and interpret the
            content defined.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CustomActivityReferenceObject">
            <summary>
            Reference objects for custom activity
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomActivityReferenceObject.#ctor">
            <summary>
            Initializes a new instance of the CustomActivityReferenceObject
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomActivityReferenceObject.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.DatasetReference})">
            <summary>
            Initializes a new instance of the CustomActivityReferenceObject
            class.
            </summary>
            <param name="linkedServices">Linked service references.</param>
            <param name="datasets">Dataset references.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CustomActivityReferenceObject.LinkedServices">
            <summary>
            Gets or sets linked service references.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CustomActivityReferenceObject.Datasets">
            <summary>
            Gets or sets dataset references.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CustomDataset">
            <summary>
            The custom dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomDataset.#ctor">
            <summary>
            Initializes a new instance of the CustomDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification})">
            <summary>
            Initializes a new instance of the CustomDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="typeProperties">Custom dataset properties.</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CustomDataset.TypeProperties">
            <summary>
            Gets or sets custom dataset properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.CustomDataSourceLinkedService">
            <summary>
            Custom linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomDataSourceLinkedService.#ctor">
            <summary>
            Initializes a new instance of the CustomDataSourceLinkedService
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomDataSourceLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String)">
            <summary>
            Initializes a new instance of the CustomDataSourceLinkedService
            class.
            </summary>
            <param name="typeProperties">Custom linked service
            properties.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.CustomDataSourceLinkedService.TypeProperties">
            <summary>
            Gets or sets custom linked service properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.CustomDataSourceLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity">
            <summary>
            Data Lake Analytics U-SQL activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity.#ctor">
            <summary>
            Initializes a new instance of the DataLakeAnalyticsUSQLActivity
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity.#ctor(System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Object,System.Object,System.Collections.Generic.IDictionary{System.String,System.Object},System.Object,System.Object)">
            <summary>
            Initializes a new instance of the DataLakeAnalyticsUSQLActivity
            class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="scriptPath">Case-sensitive path to folder that
            contains the U-SQL script. Type: string (or Expression with
            resultType string).</param>
            <param name="scriptLinkedService">Script linked service
            reference.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="degreeOfParallelism">The maximum number of nodes
            simultaneously used to run the job. Default value is 1. Type:
            integer (or Expression with resultType integer), minimum:
            1.</param>
            <param name="priority">Determines which jobs out of all that are
            queued should be selected to run first. The lower the number, the
            higher the priority. Default value is 1000. Type: integer (or
            Expression with resultType integer), minimum: 1.</param>
            <param name="parameters">Parameters for U-SQL job request.</param>
            <param name="runtimeVersion">Runtime version of the U-SQL engine to
            use. Type: string (or Expression with resultType string).</param>
            <param name="compilationMode">Compilation mode of U-SQL. Must be
            one of these values : Semantic, Full and SingleBox. Type: string
            (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity.ScriptPath">
            <summary>
            Gets or sets case-sensitive path to folder that contains the U-SQL
            script. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity.ScriptLinkedService">
            <summary>
            Gets or sets script linked service reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity.DegreeOfParallelism">
            <summary>
            Gets or sets the maximum number of nodes simultaneously used to run
            the job. Default value is 1. Type: integer (or Expression with
            resultType integer), minimum: 1.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity.Priority">
            <summary>
            Gets or sets determines which jobs out of all that are queued
            should be selected to run first. The lower the number, the higher
            the priority. Default value is 1000. Type: integer (or Expression
            with resultType integer), minimum: 1.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity.Parameters">
            <summary>
            Gets or sets parameters for U-SQL job request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity.RuntimeVersion">
            <summary>
            Gets or sets runtime version of the U-SQL engine to use. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity.CompilationMode">
            <summary>
            Gets or sets compilation mode of U-SQL. Must be one of these values
            : Semantic, Full and SingleBox. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DataLakeAnalyticsUSQLActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.Dataset">
            <summary>
            The Azure Data Factory nested object which identifies data within
            different data stores, such as tables, files, folders, and documents.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Dataset.#ctor">
            <summary>
            Initializes a new instance of the Dataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Dataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification})">
            <summary>
            Initializes a new instance of the Dataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Dataset.Description">
            <summary>
            Gets or sets dataset description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Dataset.Structure">
            <summary>
            Gets or sets columns that define the structure of the dataset.
            Type: array (or Expression with resultType array), itemType:
            DatasetDataElement.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Dataset.LinkedServiceName">
            <summary>
            Gets or sets linked service reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Dataset.Parameters">
            <summary>
            Gets or sets parameters for dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Dataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetBZip2Compression">
            <summary>
            The BZip2 compression method used on a dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetBZip2Compression.#ctor">
            <summary>
            Initializes a new instance of the DatasetBZip2Compression class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetCompression">
            <summary>
            The compression method used on a dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetCompression.#ctor">
            <summary>
            Initializes a new instance of the DatasetCompression class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetCompressionLevel">
            <summary>
            Defines values for DatasetCompressionLevel.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetDateTimePartitionValue">
            <summary>
            The date/time value of a partition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetDateTimePartitionValue.#ctor">
            <summary>
            Initializes a new instance of the DatasetDateTimePartitionValue
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetDateTimePartitionValue.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the DatasetDateTimePartitionValue
            class.
            </summary>
            <param name="date">Name of variable containing date. Type: string
            (or Expression with resultType string).</param>
            <param name="format">Format string for the Date value. Type: string
            (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetDateTimePartitionValue.Date">
            <summary>
            Gets or sets name of variable containing date. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetDateTimePartitionValue.Format">
            <summary>
            Gets or sets format string for the Date value. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetDeflateCompression">
            <summary>
            The Deflate compression method used on a dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetDeflateCompression.#ctor">
            <summary>
            Initializes a new instance of the DatasetDeflateCompression class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetDeflateCompression.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DatasetDeflateCompression class.
            </summary>
            <param name="level">The Deflate compression level. Possible values
            include: 'Optimal', 'Fastest'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetDeflateCompression.Level">
            <summary>
            Gets or sets the Deflate compression level. Possible values
            include: 'Optimal', 'Fastest'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetGZipCompression">
            <summary>
            The GZip compression method used on a dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetGZipCompression.#ctor">
            <summary>
            Initializes a new instance of the DatasetGZipCompression class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetGZipCompression.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DatasetGZipCompression class.
            </summary>
            <param name="level">The GZip compression level. Possible values
            include: 'Optimal', 'Fastest'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetGZipCompression.Level">
            <summary>
            Gets or sets the GZip compression level. Possible values include:
            'Optimal', 'Fastest'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetPartition">
            <summary>
            The partition definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetPartition.#ctor">
            <summary>
            Initializes a new instance of the DatasetPartition class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetPartition.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.DatasetPartitionValue)">
            <summary>
            Initializes a new instance of the DatasetPartition class.
            </summary>
            <param name="name">Name of the partition. Type: string (or
            Expression with resultType string).</param>
            <param name="value">Value of the partition.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetPartition.Name">
            <summary>
            Gets or sets name of the partition. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetPartition.Value">
            <summary>
            Gets or sets value of the partition.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetPartitionValue">
            <summary>
            The value of a partition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetPartitionValue.#ctor">
            <summary>
            Initializes a new instance of the DatasetPartitionValue class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetReference">
            <summary>
            Dataset reference type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetReference.#ctor">
            <summary>
            Initializes a new instance of the DatasetReference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetReference.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the DatasetReference class.
            </summary>
            <param name="referenceName">Reference dataset name.</param>
            <param name="parameters">Arguments for dataset.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetReference.#cctor">
            <summary>
            Static constructor for DatasetReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetReference.ReferenceName">
            <summary>
            Gets or sets reference dataset name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetReference.Parameters">
            <summary>
            Gets or sets arguments for dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetReference.Type">
            <summary>
            Dataset reference type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetReference.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetResource">
            <summary>
            Dataset resource type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetResource.#ctor">
            <summary>
            Initializes a new instance of the DatasetResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetResource.#ctor(Microsoft.Azure.Management.DataFactory.Models.Dataset,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the DatasetResource class.
            </summary>
            <param name="properties">Dataset properties.</param>
            <param name="id">The resource identifier.</param>
            <param name="name">The resource name.</param>
            <param name="type">The resource type.</param>
            <param name="etag">Etag identifies change in the resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetResource.Properties">
            <summary>
            Gets or sets dataset properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetResource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat">
            <summary>
            The format definition of a storage.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat.#ctor">
            <summary>
            Initializes a new instance of the DatasetStorageFormat class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the DatasetStorageFormat class.
            </summary>
            <param name="serializer">Serializer. Type: string (or Expression
            with resultType string).</param>
            <param name="deserializer">Deserializer. Type: string (or
            Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat.Serializer">
            <summary>
            Gets or sets serializer. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat.Deserializer">
            <summary>
            Gets or sets deserializer. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DayOfWeek">
            <summary>
            Defines values for DayOfWeek.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DaysOfWeek">
            <summary>
            Defines values for DaysOfWeek.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.Db2AuthenticationType">
            <summary>
            Defines values for Db2AuthenticationType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService">
            <summary>
            Linked service for DB2 data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService.#ctor">
            <summary>
            Initializes a new instance of the Db2LinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService.#ctor(System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the Db2LinkedService class.
            </summary>
            <param name="server">Server name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="database">Database name for connection. Type: string
            (or Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="schema">Schema name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="authenticationType">AuthenticationType to be used for
            connection. Possible values include: 'Basic'</param>
            <param name="username">Username for authentication. Type: string
            (or Expression with resultType string).</param>
            <param name="password">Password for authentication.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService.Server">
            <summary>
            Gets or sets server name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService.Database">
            <summary>
            Gets or sets database name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService.Schema">
            <summary>
            Gets or sets schema name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService.AuthenticationType">
            <summary>
            Gets or sets authenticationType to be used for connection. Possible
            values include: 'Basic'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService.Username">
            <summary>
            Gets or sets username for authentication. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService.Password">
            <summary>
            Gets or sets password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Db2LinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DependencyCondition">
            <summary>
            Defines values for DependencyCondition.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DistcpSettings">
            <summary>
            Distcp settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DistcpSettings.#ctor">
            <summary>
            Initializes a new instance of the DistcpSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DistcpSettings.#ctor(System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the DistcpSettings class.
            </summary>
            <param name="resourceManagerEndpoint">Specifies the Yarn
            ResourceManager endpoint. Type: string (or Expression with
            resultType string).</param>
            <param name="tempScriptPath">Specifies an existing folder path
            which will be used to store temp Distcp command script. The script
            file is generated by ADF and will be removed after Copy job
            finished. Type: string (or Expression with resultType
            string).</param>
            <param name="distcpOptions">Specifies the Distcp options. Type:
            string (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DistcpSettings.ResourceManagerEndpoint">
            <summary>
            Gets or sets specifies the Yarn ResourceManager endpoint. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DistcpSettings.TempScriptPath">
            <summary>
            Gets or sets specifies an existing folder path which will be used
            to store temp Distcp command script. The script file is generated
            by ADF and will be removed after Copy job finished. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DistcpSettings.DistcpOptions">
            <summary>
            Gets or sets specifies the Distcp options. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DistcpSettings.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionDataset">
            <summary>
            Microsoft Azure Document Database Collection dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionDataset.#ctor">
            <summary>
            Initializes a new instance of the DocumentDbCollectionDataset
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification})">
            <summary>
            Initializes a new instance of the DocumentDbCollectionDataset
            class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="collectionName">Document Database collection name.
            Type: string (or Expression with resultType string).</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionDataset.CollectionName">
            <summary>
            Gets or sets document Database collection name. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSink">
            <summary>
            A copy activity Document Database Collection sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSink.#ctor">
            <summary>
            Initializes a new instance of the DocumentDbCollectionSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSink.#ctor(System.Object,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the DocumentDbCollectionSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="nestingSeparator">Nested properties separator. Default
            is . (dot). Type: string (or Expression with resultType
            string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSink.NestingSeparator">
            <summary>
            Gets or sets nested properties separator. Default is . (dot). Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSource">
            <summary>
            A copy activity Document Database Collection source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSource.#ctor">
            <summary>
            Initializes a new instance of the DocumentDbCollectionSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSource.#ctor(System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the DocumentDbCollectionSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="query">Documents query. Type: string (or Expression
            with resultType string).</param>
            <param name="nestingSeparator">Nested properties separator. Type:
            string (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSource.Query">
            <summary>
            Gets or sets documents query. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DocumentDbCollectionSource.NestingSeparator">
            <summary>
            Gets or sets nested properties separator. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DynamicsEntityDataset">
            <summary>
            The Dynamics entity dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DynamicsEntityDataset.#ctor">
            <summary>
            Initializes a new instance of the DynamicsEntityDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DynamicsEntityDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Object)">
            <summary>
            Initializes a new instance of the DynamicsEntityDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
            <param name="entityName">The logical name of the entity. Type:
            string (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DynamicsEntityDataset.EntityName">
            <summary>
            Gets or sets the logical name of the entity. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DynamicsEntityDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService">
            <summary>
            Dynamics linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService.#ctor">
            <summary>
            Initializes a new instance of the DynamicsLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService.#ctor(System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the DynamicsLinkedService class.
            </summary>
            <param name="deploymentType">The deployment type of the Dynamics
            instance. 'Online' for Dynamics Online and 'OnPremisesWithIfd' for
            Dynamics on-premises with Ifd. Type: string (or Expression with
            resultType string).</param>
            <param name="authenticationType">The authentication type to connect
            to Dynamics server. 'Office365' for online scenario, 'Ifd' for
            on-premises with Ifd scenario. Type: string (or Expression with
            resultType string).</param>
            <param name="username">User name to access the Dynamics instance.
            Type: string (or Expression with resultType string).</param>
            <param name="password">Password to access the Dynamics
            instance.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="hostName">The host name of the on-premises Dynamics
            server. The property is required for on-prem and not allowed for
            online. Type: string (or Expression with resultType
            string).</param>
            <param name="port">The port of on-premises Dynamics server. The
            property is required for on-prem and not allowed for online.
            Default is 443. Type: integer (or Expression with resultType
            integer), minimum: 0.</param>
            <param name="organizationName">The organization name of the
            Dynamics instance. The property is required for on-prem and
            required for online when there are more than one Dynamics instances
            associated with the user. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService.DeploymentType">
            <summary>
            Gets or sets the deployment type of the Dynamics instance. 'Online'
            for Dynamics Online and 'OnPremisesWithIfd' for Dynamics
            on-premises with Ifd. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService.HostName">
            <summary>
            Gets or sets the host name of the on-premises Dynamics server. The
            property is required for on-prem and not allowed for online. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService.Port">
            <summary>
            Gets or sets the port of on-premises Dynamics server. The property
            is required for on-prem and not allowed for online. Default is 443.
            Type: integer (or Expression with resultType integer), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService.OrganizationName">
            <summary>
            Gets or sets the organization name of the Dynamics instance. The
            property is required for on-prem and required for online when there
            are more than one Dynamics instances associated with the user.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService.AuthenticationType">
            <summary>
            Gets or sets the authentication type to connect to Dynamics server.
            'Office365' for online scenario, 'Ifd' for on-premises with Ifd
            scenario. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService.Username">
            <summary>
            Gets or sets user name to access the Dynamics instance. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService.Password">
            <summary>
            Gets or sets password to access the Dynamics instance.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DynamicsLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.DynamicsSource">
            <summary>
            A copy activity Dynamics entity source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DynamicsSource.#ctor">
            <summary>
            Initializes a new instance of the DynamicsSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.DynamicsSource.#ctor(System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the DynamicsSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="query">FetchXML is a proprietary query language that
            is used in Microsoft Dynamics (online &amp; on-premises). Type:
            string (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.DynamicsSource.Query">
            <summary>
            Gets or sets fetchXML is a proprietary query language that is used
            in Microsoft Dynamics (online &amp;amp; on-premises). Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponse">
            <summary>
            The object that defines the structure of an Azure Data Factory
            response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ErrorResponse.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ErrorResponse.#ctor(System.String,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ErrorResponse})">
            <summary>
            Initializes a new instance of the ErrorResponse class.
            </summary>
            <param name="code">Error code.</param>
            <param name="message">Error message.</param>
            <param name="target">Property name/path in request associated with
            error.</param>
            <param name="details">Array with additional error details.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ErrorResponse.Code">
            <summary>
            Gets or sets error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ErrorResponse.Message">
            <summary>
            Gets or sets error message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ErrorResponse.Target">
            <summary>
            Gets or sets property name/path in request associated with error.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ErrorResponse.Details">
            <summary>
            Gets or sets array with additional error details.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ErrorResponse.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            <summary>
            Exception thrown for an invalid response with ErrorResponse
            information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException.Request">
            <summary>
            Gets information about the associated HTTP request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException.Response">
            <summary>
            Gets information about the associated HTTP response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException.Body">
            <summary>
            Gets or sets the body object.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException.#ctor">
            <summary>
            Initializes a new instance of the ErrorResponseException class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ErrorResponseException class.
            </summary>
            <param name="message">The exception message.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException.#ctor(System.String,System.Exception)">
            <summary>
            Initializes a new instance of the ErrorResponseException class.
            </summary>
            <param name="message">The exception message.</param>
            <param name="innerException">Inner exception.</param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ExecutePipelineActivity">
            <summary>
            Execute pipeline activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ExecutePipelineActivity.#ctor">
            <summary>
            Initializes a new instance of the ExecutePipelineActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ExecutePipelineActivity.#ctor(System.String,Microsoft.Azure.Management.DataFactory.Models.PipelineReference,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},System.Collections.Generic.IDictionary{System.String,System.Object},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the ExecutePipelineActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="pipeline">Pipeline reference.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="parameters">Pipeline parameters.</param>
            <param name="waitOnCompletion">Defines whether activity execution
            will wait for the dependent pipeline execution to finish. Default
            is false.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ExecutePipelineActivity.Pipeline">
            <summary>
            Gets or sets pipeline reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ExecutePipelineActivity.Parameters">
            <summary>
            Gets or sets pipeline parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ExecutePipelineActivity.WaitOnCompletion">
            <summary>
            Gets or sets defines whether activity execution will wait for the
            dependent pipeline execution to finish. Default is false.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ExecutePipelineActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity">
            <summary>
            Base class for all execution activities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity.#ctor">
            <summary>
            Initializes a new instance of the ExecutionActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy)">
            <summary>
            Initializes a new instance of the ExecutionActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity.LinkedServiceName">
            <summary>
            Gets or sets linked service reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity.Policy">
            <summary>
            Gets or sets activity policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ExecutionActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.Expression">
            <summary>
            Azure Data Factory expression definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Expression.#ctor">
            <summary>
            Initializes a new instance of the Expression class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Expression.#ctor(System.String)">
            <summary>
            Initializes a new instance of the Expression class.
            </summary>
            <param name="value">Expression value.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Expression.#cctor">
            <summary>
            Static constructor for Expression class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Expression.Value">
            <summary>
            Gets or sets expression value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Expression.Type">
            <summary>
            Expression type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Expression.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.Factory">
            <summary>
            Factory resource type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Factory.#ctor">
            <summary>
            Initializes a new instance of the Factory class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Factory.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity,System.String,System.Nullable{System.DateTime},System.String)">
            <summary>
            Initializes a new instance of the Factory class.
            </summary>
            <param name="id">The resource identifier.</param>
            <param name="name">The resource name.</param>
            <param name="type">The resource type.</param>
            <param name="location">The resource location.</param>
            <param name="tags">The resource tags.</param>
            <param name="identity">Managed service identity of the
            factory.</param>
            <param name="provisioningState">Factory provisioning state, example
            Succeeded.</param>
            <param name="createTime">Time the factory was created in ISO8601
            format.</param>
            <param name="version">Version of the factory.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Factory.Identity">
            <summary>
            Gets or sets managed service identity of the factory.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Factory.ProvisioningState">
            <summary>
            Gets factory provisioning state, example Succeeded.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Factory.CreateTime">
            <summary>
            Gets time the factory was created in ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Factory.Version">
            <summary>
            Gets version of the factory.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity">
            <summary>
            Identity properties of the factory resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity.#ctor">
            <summary>
            Initializes a new instance of the FactoryIdentity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity.#ctor(System.Nullable{System.Guid},System.Nullable{System.Guid})">
            <summary>
            Initializes a new instance of the FactoryIdentity class.
            </summary>
            <param name="principalId">The principal id of the identity.</param>
            <param name="tenantId">The client tenant id of the
            identity.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity.#cctor">
            <summary>
            Static constructor for FactoryIdentity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity.PrincipalId">
            <summary>
            Gets the principal id of the identity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity.TenantId">
            <summary>
            Gets the client tenant id of the identity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity.Type">
            <summary>
            The identity type. Currently the only supported type is
            'SystemAssigned'.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters">
            <summary>
            Parameters for updating a factory resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the FactoryUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters.#ctor(System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DataFactory.Models.FactoryIdentity)">
            <summary>
            Initializes a new instance of the FactoryUpdateParameters class.
            </summary>
            <param name="tags">The resource tags.</param>
            <param name="identity">Managed service identity of the
            factory.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters.Tags">
            <summary>
            Gets or sets the resource tags.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters.Identity">
            <summary>
            Gets or sets managed service identity of the factory.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.FileServerLinkedService">
            <summary>
            File system linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FileServerLinkedService.#ctor">
            <summary>
            Initializes a new instance of the FileServerLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FileServerLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the FileServerLinkedService class.
            </summary>
            <param name="host">Host name of the server. Type: string (or
            Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="userId">User ID to logon the server. Type: string (or
            Expression with resultType string).</param>
            <param name="password">Password to logon the server.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileServerLinkedService.Host">
            <summary>
            Gets or sets host name of the server. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileServerLinkedService.UserId">
            <summary>
            Gets or sets user ID to logon the server. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileServerLinkedService.Password">
            <summary>
            Gets or sets password to logon the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileServerLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FileServerLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.FileShareDataset">
            <summary>
            An on-premises file system dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FileShareDataset.#ctor">
            <summary>
            Initializes a new instance of the FileShareDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FileShareDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat,System.Object,Microsoft.Azure.Management.DataFactory.Models.DatasetCompression)">
            <summary>
            Initializes a new instance of the FileShareDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
            <param name="folderPath">The path of the on-premises file system.
            Type: string (or Expression with resultType string).</param>
            <param name="fileName">The name of the on-premises file system.
            Type: string (or Expression with resultType string).</param>
            <param name="format">The format of the files.</param>
            <param name="fileFilter">Specify a filter to be used to select a
            subset of files in the folderPath rather than all files. Type:
            string (or Expression with resultType string).</param>
            <param name="compression">The data compression method used for the
            file system.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileShareDataset.FolderPath">
            <summary>
            Gets or sets the path of the on-premises file system. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileShareDataset.FileName">
            <summary>
            Gets or sets the name of the on-premises file system. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileShareDataset.Format">
            <summary>
            Gets or sets the format of the files.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileShareDataset.FileFilter">
            <summary>
            Gets or sets specify a filter to be used to select a subset of
            files in the folderPath rather than all files. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileShareDataset.Compression">
            <summary>
            Gets or sets the data compression method used for the file system.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FileShareDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.FileSystemSink">
            <summary>
            A copy activity file system sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FileSystemSink.#ctor">
            <summary>
            Initializes a new instance of the FileSystemSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FileSystemSink.#ctor(System.Object,System.Object,System.Object,System.Object,System.String)">
            <summary>
            Initializes a new instance of the FileSystemSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="copyBehavior">The type of copy behavior for copy sink.
            Possible values include: 'PreserveHierarchy', 'FlattenHierarchy',
            'MergeFiles'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileSystemSink.CopyBehavior">
            <summary>
            Gets or sets the type of copy behavior for copy sink. Possible
            values include: 'PreserveHierarchy', 'FlattenHierarchy',
            'MergeFiles'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.FileSystemSource">
            <summary>
            A copy activity file system source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FileSystemSource.#ctor">
            <summary>
            Initializes a new instance of the FileSystemSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FileSystemSource.#ctor(System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the FileSystemSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="recursive">If true, files under the folder path will
            be read recursively. Default is true. Type: boolean (or Expression
            with resultType boolean).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FileSystemSource.Recursive">
            <summary>
            Gets or sets if true, files under the folder path will be read
            recursively. Default is true. Type: boolean (or Expression with
            resultType boolean).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ForEachActivity">
            <summary>
            This activity is used for iterating over a collection and execute given
            activities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ForEachActivity.#ctor">
            <summary>
            Initializes a new instance of the ForEachActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ForEachActivity.#ctor(System.String,Microsoft.Azure.Management.DataFactory.Models.Expression,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.Activity},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the ForEachActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="items">Collection to iterate.</param>
            <param name="activities">List of activities to execute .</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="isSequential">Should the loop be executed in sequence
            or in parallel (max 20)</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ForEachActivity.IsSequential">
            <summary>
            Gets or sets should the loop be executed in sequence or in parallel
            (max 20)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ForEachActivity.Items">
            <summary>
            Gets or sets collection to iterate.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ForEachActivity.Activities">
            <summary>
            Gets or sets list of activities to execute .
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ForEachActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.FtpAuthenticationType">
            <summary>
            Defines values for FtpAuthenticationType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService">
            <summary>
            A FTP server Linked Service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.#ctor">
            <summary>
            Initializes a new instance of the FtpServerLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the FtpServerLinkedService class.
            </summary>
            <param name="host">Host name of the FTP server. Type: string (or
            Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="port">The TCP port number that the FTP server uses to
            listen for client connections. Default value is 21. Type: integer
            (or Expression with resultType integer), minimum: 0.</param>
            <param name="authenticationType">The authentication type to be used
            to connect to the FTP server. Possible values include: 'Basic',
            'Anonymous'</param>
            <param name="userName">Username to logon the FTP server. Type:
            string (or Expression with resultType string).</param>
            <param name="password">Password to logon the FTP server.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
            <param name="enableSsl">If true, connect to the FTP server over
            SSL/TLS channel. Default value is true. Type: boolean (or
            Expression with resultType boolean).</param>
            <param name="enableServerCertificateValidation">If true, validate
            the FTP server SSL certificate when connect over SSL/TLS channel.
            Default value is true. Type: boolean (or Expression with resultType
            boolean).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.Host">
            <summary>
            Gets or sets host name of the FTP server. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.Port">
            <summary>
            Gets or sets the TCP port number that the FTP server uses to listen
            for client connections. Default value is 21. Type: integer (or
            Expression with resultType integer), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.AuthenticationType">
            <summary>
            Gets or sets the authentication type to be used to connect to the
            FTP server. Possible values include: 'Basic', 'Anonymous'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.UserName">
            <summary>
            Gets or sets username to logon the FTP server. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.Password">
            <summary>
            Gets or sets password to logon the FTP server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.EnableSsl">
            <summary>
            Gets or sets if true, connect to the FTP server over SSL/TLS
            channel. Default value is true. Type: boolean (or Expression with
            resultType boolean).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.EnableServerCertificateValidation">
            <summary>
            Gets or sets if true, validate the FTP server SSL certificate when
            connect over SSL/TLS channel. Default value is true. Type: boolean
            (or Expression with resultType boolean).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.FtpServerLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.GetMetadataActivity">
            <summary>
            Activity to get metadata of dataset
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.GetMetadataActivity.#ctor">
            <summary>
            Initializes a new instance of the GetMetadataActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.GetMetadataActivity.#ctor(System.String,Microsoft.Azure.Management.DataFactory.Models.DatasetReference,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Collections.Generic.IList{System.Object})">
            <summary>
            Initializes a new instance of the GetMetadataActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="dataset">GetMetadata activity dataset
            reference.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="fieldList">Fields of metadata to get from
            dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.GetMetadataActivity.Dataset">
            <summary>
            Gets or sets getMetadata activity dataset reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.GetMetadataActivity.FieldList">
            <summary>
            Gets or sets fields of metadata to get from dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.GetMetadataActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService">
            <summary>
            Hadoop Distributed File System (HDFS) linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService.#ctor">
            <summary>
            Initializes a new instance of the HdfsLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString)">
            <summary>
            Initializes a new instance of the HdfsLinkedService class.
            </summary>
            <param name="url">The URL of the HDFS service endpoint, e.g.
            http://myhostname:50070/webhdfs/v1 . Type: string (or Expression
            with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="authenticationType">Type of authentication used to
            connect to the HDFS. Possible values are: Anonymous and Windows.
            Type: string (or Expression with resultType string).</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
            <param name="userName">User name for Windows authentication. Type:
            string (or Expression with resultType string).</param>
            <param name="password">Password for Windows authentication.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService.Url">
            <summary>
            Gets or sets the URL of the HDFS service endpoint, e.g.
            http://myhostname:50070/webhdfs/v1 . Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService.AuthenticationType">
            <summary>
            Gets or sets type of authentication used to connect to the HDFS.
            Possible values are: Anonymous and Windows. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService.UserName">
            <summary>
            Gets or sets user name for Windows authentication. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService.Password">
            <summary>
            Gets or sets password for Windows authentication.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HdfsLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HdfsSource">
            <summary>
            A copy activity source for HDFS source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HdfsSource.#ctor">
            <summary>
            Initializes a new instance of the HdfsSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HdfsSource.#ctor(System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.DistcpSettings)">
            <summary>
            Initializes a new instance of the HdfsSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="recursive">If true, files under the folder path will
            be read recursively. Default is true. Type: boolean (or Expression
            with resultType boolean).</param>
            <param name="distcpSettings">Specifies Distcp-related
            settings.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HdfsSource.Recursive">
            <summary>
            Gets or sets if true, files under the folder path will be read
            recursively. Default is true. Type: boolean (or Expression with
            resultType boolean).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HdfsSource.DistcpSettings">
            <summary>
            Gets or sets specifies Distcp-related settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HdfsSource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HDInsightActivityDebugInfoOption">
            <summary>
            Defines values for HDInsightActivityDebugInfoOption.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity">
            <summary>
            HDInsight Hive activity type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity.#ctor">
            <summary>
            Initializes a new instance of the HDInsightHiveActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference},System.Collections.Generic.IList{System.Object},System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the HDInsightHiveActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="storageLinkedServices">Storage linked service
            references.</param>
            <param name="arguments">User specified arguments to
            HDInsightActivity.</param>
            <param name="getDebugInfo">Debug info option. Possible values
            include: 'None', 'Always', 'Failure'</param>
            <param name="scriptPath">Script path. Type: string (or Expression
            with resultType string).</param>
            <param name="scriptLinkedService">Script linked service
            reference.</param>
            <param name="defines">Allows user to specify defines for Hive job
            request.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity.StorageLinkedServices">
            <summary>
            Gets or sets storage linked service references.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity.Arguments">
            <summary>
            Gets or sets user specified arguments to HDInsightActivity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity.GetDebugInfo">
            <summary>
            Gets or sets debug info option. Possible values include: 'None',
            'Always', 'Failure'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity.ScriptPath">
            <summary>
            Gets or sets script path. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity.ScriptLinkedService">
            <summary>
            Gets or sets script linked service reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity.Defines">
            <summary>
            Gets or sets allows user to specify defines for Hive job request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightHiveActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HDInsightLinkedService">
            <summary>
            HDInsight linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightLinkedService.#ctor">
            <summary>
            Initializes a new instance of the HDInsightLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object)">
            <summary>
            Initializes a new instance of the HDInsightLinkedService class.
            </summary>
            <param name="clusterUri">HDInsight cluster URI. Type: string (or
            Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="userName">HDInsight cluster user name. Type: string
            (or Expression with resultType string).</param>
            <param name="password">HDInsight cluster password.</param>
            <param name="linkedServiceName">The Azure Storage linked service
            reference.</param>
            <param name="hcatalogLinkedServiceName">A reference to the Azure
            SQL linked service that points to the HCatalog database.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightLinkedService.ClusterUri">
            <summary>
            Gets or sets hDInsight cluster URI. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightLinkedService.UserName">
            <summary>
            Gets or sets hDInsight cluster user name. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightLinkedService.Password">
            <summary>
            Gets or sets hDInsight cluster password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightLinkedService.LinkedServiceName">
            <summary>
            Gets or sets the Azure Storage linked service reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightLinkedService.HcatalogLinkedServiceName">
            <summary>
            Gets or sets a reference to the Azure SQL linked service that
            points to the HCatalog database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity">
            <summary>
            HDInsight MapReduce activity type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.#ctor">
            <summary>
            Initializes a new instance of the HDInsightMapReduceActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.#ctor(System.String,System.Object,System.Object,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference},System.Collections.Generic.IList{System.Object},System.String,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Collections.Generic.IList{System.Object},System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the HDInsightMapReduceActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="className">Class name. Type: string (or Expression
            with resultType string).</param>
            <param name="jarFilePath">Jar path. Type: string (or Expression
            with resultType string).</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="storageLinkedServices">Storage linked service
            references.</param>
            <param name="arguments">User specified arguments to
            HDInsightActivity.</param>
            <param name="getDebugInfo">Debug info option. Possible values
            include: 'None', 'Always', 'Failure'</param>
            <param name="jarLinkedService">Jar linked service
            reference.</param>
            <param name="jarLibs">Jar libs.</param>
            <param name="defines">Allows user to specify defines for the
            MapReduce job request.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.StorageLinkedServices">
            <summary>
            Gets or sets storage linked service references.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.Arguments">
            <summary>
            Gets or sets user specified arguments to HDInsightActivity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.GetDebugInfo">
            <summary>
            Gets or sets debug info option. Possible values include: 'None',
            'Always', 'Failure'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.ClassName">
            <summary>
            Gets or sets class name. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.JarFilePath">
            <summary>
            Gets or sets jar path. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.JarLinkedService">
            <summary>
            Gets or sets jar linked service reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.JarLibs">
            <summary>
            Gets or sets jar libs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.Defines">
            <summary>
            Gets or sets allows user to specify defines for the MapReduce job
            request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightMapReduceActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService">
            <summary>
            HDInsight ondemand linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.#ctor">
            <summary>
            Initializes a new instance of the HDInsightOnDemandLinkedService
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.#ctor(System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the HDInsightOnDemandLinkedService
            class.
            </summary>
            <param name="clusterSize">Number of worker/data nodes in the
            cluster. Suggestion value: 4. Type: string (or Expression with
            resultType string).</param>
            <param name="timeToLive">The allowed idle time for the on-demand
            HDInsight cluster. Specifies how long the on-demand HDInsight
            cluster stays alive after completion of an activity run if there
            are no other active jobs in the cluster. The minimum value is 5
            mins. Type: string (or Expression with resultType string).</param>
            <param name="version">Version of the HDInsight cluster.  Type:
            string (or Expression with resultType string).</param>
            <param name="linkedServiceName">Azure Storage linked service to be
            used by the on-demand cluster for storing and processing
            data.</param>
            <param name="hostSubscriptionId">The customer’s subscription to
            host the cluster. Type: string (or Expression with resultType
            string).</param>
            <param name="tenant">The Tenant id/name to which the service
            principal belongs. Type: string (or Expression with resultType
            string).</param>
            <param name="clusterResourceGroup">The resource group where the
            cluster belongs. Type: string (or Expression with resultType
            string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="servicePrincipalId">The service principal id for the
            hostSubscriptionId. Type: string (or Expression with resultType
            string).</param>
            <param name="servicePrincipalKey">The key for the service principal
            id.</param>
            <param name="clusterNamePrefix">The prefix of cluster name, postfix
            will be distinct with timestamp. Type: string (or Expression with
            resultType string).</param>
            <param name="clusterUserName">The username to access the cluster.
            Type: string (or Expression with resultType string).</param>
            <param name="clusterPassword">The password to access the
            cluster.</param>
            <param name="clusterSshUserName">The username to SSH remotely
            connect to cluster’s node (for Linux). Type: string (or Expression
            with resultType string).</param>
            <param name="clusterSshPassword">The password to SSH remotely
            connect cluster’s node (for Linux).</param>
            <param name="additionalLinkedServiceNames">Specifies additional
            storage accounts for the HDInsight linked service so that the Data
            Factory service can register them on your behalf.</param>
            <param name="hcatalogLinkedServiceName">The name of Azure SQL
            linked service that point to the HCatalog database. The on-demand
            HDInsight cluster is created by using the Azure SQL database as the
            metastore.</param>
            <param name="clusterType">The cluster type. Type: string (or
            Expression with resultType string).</param>
            <param name="sparkVersion">The version of spark if the cluster type
            is 'spark'. Type: string (or Expression with resultType
            string).</param>
            <param name="coreConfiguration">Specifies the core configuration
            parameters (as in core-site.xml) for the HDInsight cluster to be
            created.</param>
            <param name="hBaseConfiguration">Specifies the HBase configuration
            parameters (hbase-site.xml) for the HDInsight cluster.</param>
            <param name="hdfsConfiguration">Specifies the HDFS configuration
            parameters (hdfs-site.xml) for the HDInsight cluster.</param>
            <param name="hiveConfiguration">Specifies the hive configuration
            parameters (hive-site.xml) for the HDInsight cluster.</param>
            <param name="mapReduceConfiguration">Specifies the MapReduce
            configuration parameters (mapred-site.xml) for the HDInsight
            cluster.</param>
            <param name="oozieConfiguration">Specifies the Oozie configuration
            parameters (oozie-site.xml) for the HDInsight cluster.</param>
            <param name="stormConfiguration">Specifies the Storm configuration
            parameters (storm-site.xml) for the HDInsight cluster.</param>
            <param name="yarnConfiguration">Specifies the Yarn configuration
            parameters (yarn-site.xml) for the HDInsight cluster.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.ClusterSize">
            <summary>
            Gets or sets number of worker/data nodes in the cluster. Suggestion
            value: 4. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.TimeToLive">
            <summary>
            Gets or sets the allowed idle time for the on-demand HDInsight
            cluster. Specifies how long the on-demand HDInsight cluster stays
            alive after completion of an activity run if there are no other
            active jobs in the cluster. The minimum value is 5 mins. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.Version">
            <summary>
            Gets or sets version of the HDInsight cluster.  Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.LinkedServiceName">
            <summary>
            Gets or sets azure Storage linked service to be used by the
            on-demand cluster for storing and processing data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.HostSubscriptionId">
            <summary>
            Gets or sets the customer’s subscription to host the cluster. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.ServicePrincipalId">
            <summary>
            Gets or sets the service principal id for the hostSubscriptionId.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.ServicePrincipalKey">
            <summary>
            Gets or sets the key for the service principal id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.Tenant">
            <summary>
            Gets or sets the Tenant id/name to which the service principal
            belongs. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.ClusterResourceGroup">
            <summary>
            Gets or sets the resource group where the cluster belongs. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.ClusterNamePrefix">
            <summary>
            Gets or sets the prefix of cluster name, postfix will be distinct
            with timestamp. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.ClusterUserName">
            <summary>
            Gets or sets the username to access the cluster. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.ClusterPassword">
            <summary>
            Gets or sets the password to access the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.ClusterSshUserName">
            <summary>
            Gets or sets the username to SSH remotely connect to cluster’s node
            (for Linux). Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.ClusterSshPassword">
            <summary>
            Gets or sets the password to SSH remotely connect cluster’s node
            (for Linux).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.AdditionalLinkedServiceNames">
            <summary>
            Gets or sets specifies additional storage accounts for the
            HDInsight linked service so that the Data Factory service can
            register them on your behalf.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.HcatalogLinkedServiceName">
            <summary>
            Gets or sets the name of Azure SQL linked service that point to the
            HCatalog database. The on-demand HDInsight cluster is created by
            using the Azure SQL database as the metastore.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.ClusterType">
            <summary>
            Gets or sets the cluster type. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.SparkVersion">
            <summary>
            Gets or sets the version of spark if the cluster type is 'spark'.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.CoreConfiguration">
            <summary>
            Gets or sets specifies the core configuration parameters (as in
            core-site.xml) for the HDInsight cluster to be created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.HBaseConfiguration">
            <summary>
            Gets or sets specifies the HBase configuration parameters
            (hbase-site.xml) for the HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.HdfsConfiguration">
            <summary>
            Gets or sets specifies the HDFS configuration parameters
            (hdfs-site.xml) for the HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.HiveConfiguration">
            <summary>
            Gets or sets specifies the hive configuration parameters
            (hive-site.xml) for the HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.MapReduceConfiguration">
            <summary>
            Gets or sets specifies the MapReduce configuration parameters
            (mapred-site.xml) for the HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.OozieConfiguration">
            <summary>
            Gets or sets specifies the Oozie configuration parameters
            (oozie-site.xml) for the HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.StormConfiguration">
            <summary>
            Gets or sets specifies the Storm configuration parameters
            (storm-site.xml) for the HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.YarnConfiguration">
            <summary>
            Gets or sets specifies the Yarn configuration parameters
            (yarn-site.xml) for the HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightOnDemandLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity">
            <summary>
            HDInsight Pig activity type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity.#ctor">
            <summary>
            Initializes a new instance of the HDInsightPigActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference},System.Collections.Generic.IList{System.Object},System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the HDInsightPigActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="storageLinkedServices">Storage linked service
            references.</param>
            <param name="arguments">User specified arguments to
            HDInsightActivity.</param>
            <param name="getDebugInfo">Debug info option. Possible values
            include: 'None', 'Always', 'Failure'</param>
            <param name="scriptPath">Script path. Type: string (or Expression
            with resultType string).</param>
            <param name="scriptLinkedService">Script linked service
            reference.</param>
            <param name="defines">Allows user to specify defines for Pig job
            request.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity.StorageLinkedServices">
            <summary>
            Gets or sets storage linked service references.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity.Arguments">
            <summary>
            Gets or sets user specified arguments to HDInsightActivity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity.GetDebugInfo">
            <summary>
            Gets or sets debug info option. Possible values include: 'None',
            'Always', 'Failure'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity.ScriptPath">
            <summary>
            Gets or sets script path. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity.ScriptLinkedService">
            <summary>
            Gets or sets script linked service reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity.Defines">
            <summary>
            Gets or sets allows user to specify defines for Pig job request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightPigActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity">
            <summary>
            HDInsight Spark activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.#ctor">
            <summary>
            Initializes a new instance of the HDInsightSparkActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.#ctor(System.String,System.Object,System.Object,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Collections.Generic.IList{System.Object},System.String,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the HDInsightSparkActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="rootPath">The root path in 'sparkJobLinkedService' for
            all the job’s files. Type: string (or Expression with resultType
            string).</param>
            <param name="entryFilePath">The relative path to the root folder of
            the code/package to be executed. Type: string (or Expression with
            resultType string).</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="arguments">The user-specified arguments to
            HDInsightSparkActivity.</param>
            <param name="getDebugInfo">Debug info option. Possible values
            include: 'None', 'Always', 'Failure'</param>
            <param name="sparkJobLinkedService">The storage linked service for
            uploading the entry file and dependencies, and for receiving
            logs.</param>
            <param name="className">The application's Java/Spark main
            class.</param>
            <param name="proxyUser">The user to impersonate that will execute
            the job. Type: string (or Expression with resultType
            string).</param>
            <param name="sparkConfig">Spark configuration property.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.RootPath">
            <summary>
            Gets or sets the root path in 'sparkJobLinkedService' for all the
            job’s files. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.EntryFilePath">
            <summary>
            Gets or sets the relative path to the root folder of the
            code/package to be executed. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.Arguments">
            <summary>
            Gets or sets the user-specified arguments to
            HDInsightSparkActivity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.GetDebugInfo">
            <summary>
            Gets or sets debug info option. Possible values include: 'None',
            'Always', 'Failure'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.SparkJobLinkedService">
            <summary>
            Gets or sets the storage linked service for uploading the entry
            file and dependencies, and for receiving logs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.ClassName">
            <summary>
            Gets or sets the application's Java/Spark main class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.ProxyUser">
            <summary>
            Gets or sets the user to impersonate that will execute the job.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.SparkConfig">
            <summary>
            Gets or sets spark configuration property.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightSparkActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity">
            <summary>
            HDInsight streaming activity type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.#ctor">
            <summary>
            Initializes a new instance of the HDInsightStreamingActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.#ctor(System.String,System.Object,System.Object,System.Object,System.Object,System.Collections.Generic.IList{System.Object},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference},System.Collections.Generic.IList{System.Object},System.String,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.Collections.Generic.IList{System.Object},System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the HDInsightStreamingActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="mapper">Mapper executable name. Type: string (or
            Expression with resultType string).</param>
            <param name="reducer">Reducer executable name. Type: string (or
            Expression with resultType string).</param>
            <param name="input">Input blob path. Type: string (or Expression
            with resultType string).</param>
            <param name="output">Output blob path. Type: string (or Expression
            with resultType string).</param>
            <param name="filePaths">Paths to streaming job files. Can be
            directories.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="storageLinkedServices">Storage linked service
            references.</param>
            <param name="arguments">User specified arguments to
            HDInsightActivity.</param>
            <param name="getDebugInfo">Debug info option. Possible values
            include: 'None', 'Always', 'Failure'</param>
            <param name="fileLinkedService">Linked service reference where the
            files are located.</param>
            <param name="combiner">Combiner executable name. Type: string (or
            Expression with resultType string).</param>
            <param name="commandEnvironment">Command line environment
            values.</param>
            <param name="defines">Allows user to specify defines for streaming
            job request.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.StorageLinkedServices">
            <summary>
            Gets or sets storage linked service references.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.Arguments">
            <summary>
            Gets or sets user specified arguments to HDInsightActivity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.GetDebugInfo">
            <summary>
            Gets or sets debug info option. Possible values include: 'None',
            'Always', 'Failure'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.Mapper">
            <summary>
            Gets or sets mapper executable name. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.Reducer">
            <summary>
            Gets or sets reducer executable name. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.Input">
            <summary>
            Gets or sets input blob path. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.Output">
            <summary>
            Gets or sets output blob path. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.FilePaths">
            <summary>
            Gets or sets paths to streaming job files. Can be directories.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.FileLinkedService">
            <summary>
            Gets or sets linked service reference where the files are located.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.Combiner">
            <summary>
            Gets or sets combiner executable name. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.CommandEnvironment">
            <summary>
            Gets or sets command line environment values.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.Defines">
            <summary>
            Gets or sets allows user to specify defines for streaming job
            request.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HDInsightStreamingActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HttpAuthenticationType">
            <summary>
            Defines values for HttpAuthenticationType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HttpDataset">
            <summary>
            A file in an HTTP web server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HttpDataset.#ctor">
            <summary>
            Initializes a new instance of the HttpDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HttpDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Object,System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.DatasetPartition,Microsoft.Azure.Management.DataFactory.Models.DatasetStorageFormat,Microsoft.Azure.Management.DataFactory.Models.DatasetCompression)">
            <summary>
            Initializes a new instance of the HttpDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
            <param name="relativeUrl">The relative URL based on the URL in the
            HttpLinkedService refers to an HTTP file Type: string (or
            Expression with resultType string).</param>
            <param name="requestMethod">The HTTP method for the HTTP request.
            Type: string (or Expression with resultType string).</param>
            <param name="requestBody">The body for the HTTP request. Type:
            string (or Expression with resultType string).</param>
            <param name="additionalHeaders">The headers for the HTTP Request.
            e.g. request-header-name-1:request-header-value-1
            ...
            request-header-name-n:request-header-value-n Type: string (or
            Expression with resultType string).</param>
            <param name="partitionedBy">The HTTP method for the HTTP
            request.</param>
            <param name="format">The format of files.</param>
            <param name="compression">The data compression method used on
            files.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpDataset.RelativeUrl">
            <summary>
            Gets or sets the relative URL based on the URL in the
            HttpLinkedService refers to an HTTP file Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpDataset.RequestMethod">
            <summary>
            Gets or sets the HTTP method for the HTTP request. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpDataset.RequestBody">
            <summary>
            Gets or sets the body for the HTTP request. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpDataset.AdditionalHeaders">
            <summary>
            Gets or sets the headers for the HTTP Request. e.g.
            request-header-name-1:request-header-value-1
            ...
            request-header-name-n:request-header-value-n Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpDataset.PartitionedBy">
            <summary>
            Gets or sets the HTTP method for the HTTP request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpDataset.Format">
            <summary>
            Gets or sets the format of files.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpDataset.Compression">
            <summary>
            Gets or sets the data compression method used on files.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HttpDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService">
            <summary>
            Linked service for an HTTP source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.#ctor">
            <summary>
            Initializes a new instance of the HttpLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the HttpLinkedService class.
            </summary>
            <param name="url">The base URL of the HTTP endpoint, e.g.
            http://www.microsoft.com. Type: string (or Expression with
            resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="authenticationType">The authentication type to be used
            to connect to the HTTP server. Possible values include: 'Basic',
            'Anonymous', 'Digest', 'Windows', 'ClientCertificate'</param>
            <param name="userName">User name for Basic, Digest, or Windows
            authentication. Type: string (or Expression with resultType
            string).</param>
            <param name="password">Password for Basic, Digest, Windows, or
            ClientCertificate with EmbeddedCertData authentication.</param>
            <param name="embeddedCertData">Base64 encoded certificate data for
            ClientCertificate authentication. For on-premises copy with
            ClientCertificate authentication, either CertThumbprint or
            EmbeddedCertData/Password should be specified. Type: string (or
            Expression with resultType string).</param>
            <param name="certThumbprint">Thumbprint of certificate for
            ClientCertificate authentication. Only valid for on-premises copy.
            For on-premises copy with ClientCertificate authentication, either
            CertThumbprint or EmbeddedCertData/Password should be specified.
            Type: string (or Expression with resultType string).</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
            <param name="enableServerCertificateValidation">If true, validate
            the HTTPS server SSL certificate. Default value is true. Type:
            boolean (or Expression with resultType boolean).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.Url">
            <summary>
            Gets or sets the base URL of the HTTP endpoint, e.g.
            http://www.microsoft.com. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.AuthenticationType">
            <summary>
            Gets or sets the authentication type to be used to connect to the
            HTTP server. Possible values include: 'Basic', 'Anonymous',
            'Digest', 'Windows', 'ClientCertificate'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.UserName">
            <summary>
            Gets or sets user name for Basic, Digest, or Windows
            authentication. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.Password">
            <summary>
            Gets or sets password for Basic, Digest, Windows, or
            ClientCertificate with EmbeddedCertData authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.EmbeddedCertData">
            <summary>
            Gets or sets base64 encoded certificate data for ClientCertificate
            authentication. For on-premises copy with ClientCertificate
            authentication, either CertThumbprint or EmbeddedCertData/Password
            should be specified. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.CertThumbprint">
            <summary>
            Gets or sets thumbprint of certificate for ClientCertificate
            authentication. Only valid for on-premises copy. For on-premises
            copy with ClientCertificate authentication, either CertThumbprint
            or EmbeddedCertData/Password should be specified. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.EnableServerCertificateValidation">
            <summary>
            Gets or sets if true, validate the HTTPS server SSL certificate.
            Default value is true. Type: boolean (or Expression with resultType
            boolean).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HttpLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.HttpSource">
            <summary>
            A copy activity source for an HTTP file.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HttpSource.#ctor">
            <summary>
            Initializes a new instance of the HttpSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.HttpSource.#ctor(System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the HttpSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="httpRequestTimeout">Specifies the timeout for a HTTP
            client to get HTTP response from HTTP server. The default value is
            equivalent to System.Net.HttpWebRequest.Timeout. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.HttpSource.HttpRequestTimeout">
            <summary>
            Gets or sets specifies the timeout for a HTTP client to get HTTP
            response from HTTP server. The default value is equivalent to
            System.Net.HttpWebRequest.Timeout. Type: string (or Expression with
            resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IfConditionActivity">
            <summary>
            This activity evaluates a boolean expression and executes either the
            activities under the ifTrueActivities property or the ifFalseActivities
            property depending on the result of the expression.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IfConditionActivity.#ctor">
            <summary>
            Initializes a new instance of the IfConditionActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IfConditionActivity.#ctor(System.String,Microsoft.Azure.Management.DataFactory.Models.Expression,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.Activity},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.Activity})">
            <summary>
            Initializes a new instance of the IfConditionActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="expression">An expression that would evaluate to
            Boolean. This is used to determine the block of activities
            (ifTrueActivities or ifFalseActivities) that will be
            executed.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="ifTrueActivities">List of activities to execute if
            expression is evaluated to true. This is an optional property and
            if not provided, the activity will exit without any action.</param>
            <param name="ifFalseActivities">List of activities to execute if
            expression is evaluated to false. This is an optional property and
            if not provided, the activity will exit without any action.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IfConditionActivity.Expression">
            <summary>
            Gets or sets an expression that would evaluate to Boolean. This is
            used to determine the block of activities (ifTrueActivities or
            ifFalseActivities) that will be executed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IfConditionActivity.IfTrueActivities">
            <summary>
            Gets or sets list of activities to execute if expression is
            evaluated to true. This is an optional property and if not
            provided, the activity will exit without any action.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IfConditionActivity.IfFalseActivities">
            <summary>
            Gets or sets list of activities to execute if expression is
            evaluated to false. This is an optional property and if not
            provided, the activity will exit without any action.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IfConditionActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime">
            <summary>
            Azure Data Factory nested object which serves as a compute resource for
            activities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntime class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime.#ctor(System.String)">
            <summary>
            Initializes a new instance of the IntegrationRuntime class.
            </summary>
            <param name="description">Integration runtime description.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime.Description">
            <summary>
            Gets or sets integration runtime description.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAuthKeyName">
            <summary>
            Defines values for IntegrationRuntimeAuthKeyName.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAuthKeys">
            <summary>
            The integration runtime authentication keys.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAuthKeys.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntimeAuthKeys class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAuthKeys.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the IntegrationRuntimeAuthKeys class.
            </summary>
            <param name="authKey1">The primary integration runtime
            authentication key.</param>
            <param name="authKey2">The secondary integration runtime
            authentication key.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAuthKeys.AuthKey1">
            <summary>
            Gets or sets the primary integration runtime authentication key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAuthKeys.AuthKey2">
            <summary>
            Gets or sets the secondary integration runtime authentication key.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeAutoUpdate">
            <summary>
            Defines values for IntegrationRuntimeAutoUpdate.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties">
            <summary>
            The compute resource properties for managed integration runtime.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties.#ctor">
            <summary>
            Initializes a new instance of the
            IntegrationRuntimeComputeProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties.#ctor(System.String,System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties)">
            <summary>
            Initializes a new instance of the
            IntegrationRuntimeComputeProperties class.
            </summary>
            <param name="location">The location for managed integration
            runtime. The supported regions could be found on
            https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities</param>
            <param name="nodeSize">The node size requirement to managed
            integration runtime.</param>
            <param name="numberOfNodes">The required number of nodes for
            managed integration runtime.</param>
            <param name="maxParallelExecutionsPerNode">Maximum parallel
            executions count per node for managed integration runtime.</param>
            <param name="vNetProperties">VNet properties for managed
            integration runtime.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties.Location">
            <summary>
            Gets or sets the location for managed integration runtime. The
            supported regions could be found on
            https://docs.microsoft.com/en-us/azure/data-factory/data-factory-data-movement-activities
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties.NodeSize">
            <summary>
            Gets or sets the node size requirement to managed integration
            runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties.NumberOfNodes">
            <summary>
            Gets or sets the required number of nodes for managed integration
            runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties.MaxParallelExecutionsPerNode">
            <summary>
            Gets or sets maximum parallel executions count per node for managed
            integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties.VNetProperties">
            <summary>
            Gets or sets vNet properties for managed integration runtime.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeConnectionInfo">
            <summary>
            Connection information for encrypting the on-premises data source
            credentials.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeConnectionInfo.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntimeConnectionInfo
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeConnectionInfo.#ctor(System.String,System.String,System.String,System.String,System.String,System.Nullable{System.Boolean})">
            <summary>
            Initializes a new instance of the IntegrationRuntimeConnectionInfo
            class.
            </summary>
            <param name="serviceToken">The token generated in service. Callers
            use this token to authenticate to integration runtime.</param>
            <param name="identityCertThumbprint">The integration runtime SSL
            certificate thumbprint. Click-Once application uses it to do server
            validation.</param>
            <param name="hostServiceUri">The on-premises integration runtime
            host URL.</param>
            <param name="version">The integration runtime version.</param>
            <param name="publicKey">The public key for encrypting a credential
            when transferring the credential to the integration
            runtime.</param>
            <param name="isIdentityCertExprired">Whether the identity
            certificate is expired.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeConnectionInfo.ServiceToken">
            <summary>
            Gets the token generated in service. Callers use this token to
            authenticate to integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeConnectionInfo.IdentityCertThumbprint">
            <summary>
            Gets the integration runtime SSL certificate thumbprint. Click-Once
            application uses it to do server validation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeConnectionInfo.HostServiceUri">
            <summary>
            Gets the on-premises integration runtime host URL.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeConnectionInfo.Version">
            <summary>
            Gets the integration runtime version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeConnectionInfo.PublicKey">
            <summary>
            Gets the public key for encrypting a credential when transferring
            the credential to the integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeConnectionInfo.IsIdentityCertExprired">
            <summary>
            Gets whether the identity certificate is expired.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeInternalChannelEncryptionMode">
            <summary>
            Defines values for IntegrationRuntimeInternalChannelEncryptionMode.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeMonitoringData">
            <summary>
            Get monitoring data response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeMonitoringData.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntimeMonitoringData
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeMonitoringData.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData})">
            <summary>
            Initializes a new instance of the IntegrationRuntimeMonitoringData
            class.
            </summary>
            <param name="name">Integration runtime name.</param>
            <param name="nodes">Integration runtime node monitoring
            data.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeMonitoringData.Name">
            <summary>
            Gets or sets integration runtime name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeMonitoringData.Nodes">
            <summary>
            Gets or sets integration runtime node monitoring data.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData">
            <summary>
            Monitoring data for integration runtime node.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData.#ctor">
            <summary>
            Initializes a new instance of the
            IntegrationRuntimeNodeMonitoringData class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.Double},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Int32},System.Nullable{System.Double},System.Nullable{System.Double})">
            <summary>
            Initializes a new instance of the
            IntegrationRuntimeNodeMonitoringData class.
            </summary>
            <param name="nodeName">Name of the integration runtime
            node.</param>
            <param name="availableMemoryInMB">Available memory (MB) on the
            integration runtime node.</param>
            <param name="cpuUtilization">CPU percentage on the integration
            runtime node.</param>
            <param name="concurrentJobsLimit">Maximum concurrent jobs on the
            integration runtime node.</param>
            <param name="concurrentJobsRunning">The number of jobs currently
            running on the integration runtime node.</param>
            <param name="maxConcurrentJobs">The maximum concurrent jobs in this
            integration runtime.</param>
            <param name="sentBytes">Sent bytes on the integration runtime
            node.</param>
            <param name="receivedBytes">Received bytes on the integration
            runtime node.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData.NodeName">
            <summary>
            Gets name of the integration runtime node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData.AvailableMemoryInMB">
            <summary>
            Gets available memory (MB) on the integration runtime node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData.CpuUtilization">
            <summary>
            Gets CPU percentage on the integration runtime node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData.ConcurrentJobsLimit">
            <summary>
            Gets maximum concurrent jobs on the integration runtime node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData.ConcurrentJobsRunning">
            <summary>
            Gets the number of jobs currently running on the integration
            runtime node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData.MaxConcurrentJobs">
            <summary>
            Gets the maximum concurrent jobs in this integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData.SentBytes">
            <summary>
            Gets sent bytes on the integration runtime node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeNodeMonitoringData.ReceivedBytes">
            <summary>
            Gets received bytes on the integration runtime node.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference">
            <summary>
            Integration runtime reference type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntimeReference
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference.#ctor(System.String,System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the IntegrationRuntimeReference
            class.
            </summary>
            <param name="referenceName">Reference integration runtime
            name.</param>
            <param name="parameters">Arguments for integration runtime.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference.#cctor">
            <summary>
            Static constructor for IntegrationRuntimeReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference.ReferenceName">
            <summary>
            Gets or sets reference integration runtime name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference.Parameters">
            <summary>
            Gets or sets arguments for integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference.Type">
            <summary>
            Type of integration runtime.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRegenerateKeyParameters">
            <summary>
            Parameters to regenerate the authentication key.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRegenerateKeyParameters.#ctor">
            <summary>
            Initializes a new instance of the
            IntegrationRuntimeRegenerateKeyParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRegenerateKeyParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            IntegrationRuntimeRegenerateKeyParameters class.
            </summary>
            <param name="keyName">The name of the authentication key to
            regenerate. Possible values include: 'authKey1', 'authKey2'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRegenerateKeyParameters.KeyName">
            <summary>
            Gets or sets the name of the authentication key to regenerate.
            Possible values include: 'authKey1', 'authKey2'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRemoveNodeRequest">
            <summary>
            Request to remove a node.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRemoveNodeRequest.#ctor">
            <summary>
            Initializes a new instance of the
            IntegrationRuntimeRemoveNodeRequest class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRemoveNodeRequest.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            IntegrationRuntimeRemoveNodeRequest class.
            </summary>
            <param name="nodeName">The name of the node to be removed.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRemoveNodeRequest.NodeName">
            <summary>
            Gets or sets the name of the node to be removed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource">
            <summary>
            Integration runtime resource type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntimeResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource.#ctor(Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntime,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the IntegrationRuntimeResource class.
            </summary>
            <param name="properties">Integration runtime properties.</param>
            <param name="id">The resource identifier.</param>
            <param name="name">The resource name.</param>
            <param name="type">The resource type.</param>
            <param name="etag">Etag identifies change in the resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource.Properties">
            <summary>
            Gets or sets integration runtime properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo">
            <summary>
            Catalog information for managed dedicated integration runtime.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntimeSsisCatalogInfo
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo.#ctor(System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.String)">
            <summary>
            Initializes a new instance of the IntegrationRuntimeSsisCatalogInfo
            class.
            </summary>
            <param name="catalogServerEndpoint">The catalog database server
            URL.</param>
            <param name="catalogAdminUserName">The administrator user name of
            catalog database.</param>
            <param name="catalogAdminPassword">The password of the
            administrator user account of the catalog database.</param>
            <param name="catalogPricingTier">The pricing tier for the catalog
            database. The valid values could be found in
            https://azure.microsoft.com/en-us/pricing/details/sql-database/.
            Possible values include: 'Basic', 'Standard', 'Premium',
            'PremiumRS'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo.CatalogServerEndpoint">
            <summary>
            Gets or sets the catalog database server URL.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo.CatalogAdminUserName">
            <summary>
            Gets or sets the administrator user name of catalog database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo.CatalogAdminPassword">
            <summary>
            Gets or sets the password of the administrator user account of the
            catalog database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo.CatalogPricingTier">
            <summary>
            Gets or sets the pricing tier for the catalog database. The valid
            values could be found in
            https://azure.microsoft.com/en-us/pricing/details/sql-database/.
            Possible values include: 'Basic', 'Standard', 'Premium',
            'PremiumRS'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogPricingTier">
            <summary>
            Defines values for IntegrationRuntimeSsisCatalogPricingTier.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisProperties">
            <summary>
            SSIS properties for managed integration runtime.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisProperties.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntimeSsisProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisProperties.#ctor(Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisCatalogInfo)">
            <summary>
            Initializes a new instance of the IntegrationRuntimeSsisProperties
            class.
            </summary>
            <param name="catalogInfo">Catalog information for managed dedicated
            integration runtime.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisProperties.CatalogInfo">
            <summary>
            Gets or sets catalog information for managed dedicated integration
            runtime.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisProperties.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeState">
            <summary>
            Defines values for IntegrationRuntimeState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatus">
            <summary>
            Integration runtime status.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatus.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntimeStatus class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatus.#ctor(System.String)">
            <summary>
            Initializes a new instance of the IntegrationRuntimeStatus class.
            </summary>
            <param name="state">The state of integration runtime. Possible
            values include: 'Initial', 'Stopped', 'Started', 'Starting',
            'Stopping', 'NeedRegistration', 'Online', 'Limited',
            'Offline'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatus.State">
            <summary>
            Gets the state of integration runtime. Possible values include:
            'Initial', 'Stopped', 'Started', 'Starting', 'Stopping',
            'NeedRegistration', 'Online', 'Limited', 'Offline'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusListResponse">
            <summary>
            A list of integration runtime status.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusListResponse.#ctor">
            <summary>
            Initializes a new instance of the
            IntegrationRuntimeStatusListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusListResponse.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse},System.String)">
            <summary>
            Initializes a new instance of the
            IntegrationRuntimeStatusListResponse class.
            </summary>
            <param name="value">List of integration runtime status.</param>
            <param name="nextLink">The link to the next page of results, if any
            remaining results exist.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusListResponse.Value">
            <summary>
            Gets or sets list of integration runtime status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusListResponse.NextLink">
            <summary>
            Gets or sets the link to the next page of results, if any remaining
            results exist.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusListResponse.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse">
            <summary>
            Integration runtime status response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntimeStatusResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse.#ctor(Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatus,System.String)">
            <summary>
            Initializes a new instance of the IntegrationRuntimeStatusResponse
            class.
            </summary>
            <param name="properties">Integration runtime properties.</param>
            <param name="name">The integration runtime name.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse.Name">
            <summary>
            Gets the integration runtime name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse.Properties">
            <summary>
            Gets or sets integration runtime properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeStatusResponse.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeUpdateResult">
            <summary>
            Defines values for IntegrationRuntimeUpdateResult.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties">
            <summary>
            VNet properties for managed integration runtime.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties.#ctor">
            <summary>
            Initializes a new instance of the IntegrationRuntimeVNetProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the IntegrationRuntimeVNetProperties
            class.
            </summary>
            <param name="vNetId">The ID of the VNet that this integration
            runtime will join.</param>
            <param name="subnet">The name of the subnet this integration
            runtime will join.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties.VNetId">
            <summary>
            Gets or sets the ID of the VNet that this integration runtime will
            join.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeVNetProperties.Subnet">
            <summary>
            Gets or sets the name of the subnet this integration runtime will
            join.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.JsonFormat">
            <summary>
            The data stored in JSON format.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.JsonFormat.#ctor">
            <summary>
            Initializes a new instance of the JsonFormat class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.JsonFormat.#ctor(System.Object,System.Object,System.String,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the JsonFormat class.
            </summary>
            <param name="serializer">Serializer. Type: string (or Expression
            with resultType string).</param>
            <param name="deserializer">Deserializer. Type: string (or
            Expression with resultType string).</param>
            <param name="filePattern">File pattern of JSON. To be more
            specific, the way of separating a collection of JSON objects. The
            default value is 'setOfObjects'. It is case-sensitive. Possible
            values include: 'setOfObjects', 'arrayOfObjects'</param>
            <param name="nestingSeparator">The character used to separate
            nesting levels. Default value is '.' (dot). Type: string (or
            Expression with resultType string).</param>
            <param name="encodingName">The code page name of the preferred
            encoding. If not provided, the default value is 'utf-8', unless the
            byte order mark (BOM) denotes another Unicode encoding. The full
            list of supported values can be found in the 'Name' column of the
            table of encodings in the following reference:
            https://msdn.microsoft.com/library/system.text.encoding.aspx#Anchor_5.
            Type: string (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.JsonFormat.FilePattern">
            <summary>
            Gets or sets file pattern of JSON. To be more specific, the way of
            separating a collection of JSON objects. The default value is
            'setOfObjects'. It is case-sensitive. Possible values include:
            'setOfObjects', 'arrayOfObjects'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.JsonFormat.NestingSeparator">
            <summary>
            Gets or sets the character used to separate nesting levels. Default
            value is '.' (dot). Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.JsonFormat.EncodingName">
            <summary>
            Gets or sets the code page name of the preferred encoding. If not
            provided, the default value is 'utf-8', unless the byte order mark
            (BOM) denotes another Unicode encoding. The full list of supported
            values can be found in the 'Name' column of the table of encodings
            in the following reference:
            https://msdn.microsoft.com/library/system.text.encoding.aspx#Anchor_5.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.JsonFormatFilePattern">
            <summary>
            Defines values for JsonFormatFilePattern.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.LinkedService">
            <summary>
            The Azure Data Factory nested object which contains the information and
            credential which can be used to connect with related store or compute
            resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LinkedService.#ctor">
            <summary>
            Initializes a new instance of the LinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String)">
            <summary>
            Initializes a new instance of the LinkedService class.
            </summary>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.LinkedService.ConnectVia">
            <summary>
            Gets or sets the integration runtime reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.LinkedService.Description">
            <summary>
            Gets or sets linked service description.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference">
            <summary>
            Linked service reference type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference.#ctor">
            <summary>
            Initializes a new instance of the LinkedServiceReference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LinkedServiceReference class.
            </summary>
            <param name="referenceName">Reference LinkedService name.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference.#cctor">
            <summary>
            Static constructor for LinkedServiceReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference.ReferenceName">
            <summary>
            Gets or sets reference LinkedService name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference.Type">
            <summary>
            Linked service reference type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource">
            <summary>
            Linked service resource type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource.#ctor">
            <summary>
            Initializes a new instance of the LinkedServiceResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedService,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the LinkedServiceResource class.
            </summary>
            <param name="properties">Properties of linked service.</param>
            <param name="id">The resource identifier.</param>
            <param name="name">The resource name.</param>
            <param name="type">The resource type.</param>
            <param name="etag">Etag identifies change in the resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource.Properties">
            <summary>
            Gets or sets properties of linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.LookupActivity">
            <summary>
            Lookup activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LookupActivity.#ctor">
            <summary>
            Initializes a new instance of the LookupActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LookupActivity.#ctor(System.String,Microsoft.Azure.Management.DataFactory.Models.CopySource,Microsoft.Azure.Management.DataFactory.Models.DatasetReference,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Object)">
            <summary>
            Initializes a new instance of the LookupActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="source">Dataset-specific source properties, same as
            copy activity source.</param>
            <param name="dataset">Lookup activity dataset reference.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="firstRowOnly">Whether to return first row or all rows.
            Default value is true. Type: boolean (or Expression with resultType
            boolean).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.LookupActivity.Source">
            <summary>
            Gets or sets dataset-specific source properties, same as copy
            activity source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.LookupActivity.Dataset">
            <summary>
            Gets or sets lookup activity dataset reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.LookupActivity.FirstRowOnly">
            <summary>
            Gets or sets whether to return first row or all rows. Default value
            is true. Type: boolean (or Expression with resultType boolean).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.LookupActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntime">
            <summary>
            Managed integration runtime, including managed elastic and managed
            dedicated integration runtimes.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntime.#ctor">
            <summary>
            Initializes a new instance of the ManagedIntegrationRuntime class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntime.#ctor(System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeComputeProperties,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeSsisProperties)">
            <summary>
            Initializes a new instance of the ManagedIntegrationRuntime class.
            </summary>
            <param name="description">Integration runtime description.</param>
            <param name="state">Integration runtime state, only valid for
            managed dedicated integration runtime. Possible values include:
            'Initial', 'Stopped', 'Started', 'Starting', 'Stopping',
            'NeedRegistration', 'Online', 'Limited', 'Offline'</param>
            <param name="computeProperties">The compute resource for managed
            integration runtime.</param>
            <param name="ssisProperties">SSIS properties for managed
            integration runtime.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntime.State">
            <summary>
            Gets integration runtime state, only valid for managed dedicated
            integration runtime. Possible values include: 'Initial', 'Stopped',
            'Started', 'Starting', 'Stopping', 'NeedRegistration', 'Online',
            'Limited', 'Offline'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntime.ComputeProperties">
            <summary>
            Gets or sets the compute resource for managed integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntime.SsisProperties">
            <summary>
            Gets or sets SSIS properties for managed integration runtime.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntime.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError">
            <summary>
            Error definition for managed integration runtime.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError.#ctor">
            <summary>
            Initializes a new instance of the ManagedIntegrationRuntimeError
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError.#ctor(System.Nullable{System.DateTime},System.String,System.Collections.Generic.IList{System.String},System.String)">
            <summary>
            Initializes a new instance of the ManagedIntegrationRuntimeError
            class.
            </summary>
            <param name="time">The time when the error occurred.</param>
            <param name="code">Error code.</param>
            <param name="parameters">Managed integration runtime error
            parameters.</param>
            <param name="message">Error message.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError.Time">
            <summary>
            Gets the time when the error occurred.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError.Code">
            <summary>
            Gets error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError.Parameters">
            <summary>
            Gets managed integration runtime error parameters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError.Message">
            <summary>
            Gets error message.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode">
            <summary>
            Properties of integration runtime node.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode.#ctor">
            <summary>
            Initializes a new instance of the ManagedIntegrationRuntimeNode
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode.#ctor(System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError})">
            <summary>
            Initializes a new instance of the ManagedIntegrationRuntimeNode
            class.
            </summary>
            <param name="nodeId">The managed integration runtime node
            id.</param>
            <param name="status">The managed integration runtime node status.
            Possible values include: 'Starting', 'Available', 'Recycling',
            'Unavailable'</param>
            <param name="errors">The errors that occurred on this integration
            runtime node.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode.NodeId">
            <summary>
            Gets the managed integration runtime node id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode.Status">
            <summary>
            Gets the managed integration runtime node status. Possible values
            include: 'Starting', 'Available', 'Recycling', 'Unavailable'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode.Errors">
            <summary>
            Gets or sets the errors that occurred on this integration runtime
            node.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNodeStatus">
            <summary>
            Defines values for ManagedIntegrationRuntimeNodeStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult">
            <summary>
            Properties of managed integration runtime operation result.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult.#ctor">
            <summary>
            Initializes a new instance of the
            ManagedIntegrationRuntimeOperationResult class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult.#ctor(System.String,System.Nullable{System.DateTime},System.String,System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the
            ManagedIntegrationRuntimeOperationResult class.
            </summary>
            <param name="type">The operation type. Could be start or
            stop.</param>
            <param name="startTime">The start time of the operation.</param>
            <param name="result">The operation result.</param>
            <param name="errorCode">The error code.</param>
            <param name="parameters">Managed integration runtime error
            parameters.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult.Type">
            <summary>
            Gets the operation type. Could be start or stop.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult.StartTime">
            <summary>
            Gets the start time of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult.Result">
            <summary>
            Gets the operation result.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult.ErrorCode">
            <summary>
            Gets the error code.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult.Parameters">
            <summary>
            Gets managed integration runtime error parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeStatus">
            <summary>
            Managed integration runtime status.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeStatus.#ctor">
            <summary>
            Initializes a new instance of the ManagedIntegrationRuntimeStatus
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeStatus.#ctor(System.String,System.Nullable{System.DateTime},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeNode},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeError},Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeOperationResult)">
            <summary>
            Initializes a new instance of the ManagedIntegrationRuntimeStatus
            class.
            </summary>
            <param name="state">The state of integration runtime. Possible
            values include: 'Initial', 'Stopped', 'Started', 'Starting',
            'Stopping', 'NeedRegistration', 'Online', 'Limited',
            'Offline'</param>
            <param name="createTime">The time at which the integration runtime
            was created, in ISO8601 format.</param>
            <param name="nodes">The list of nodes for managed integration
            runtime.</param>
            <param name="otherErrors">The errors that occurred on this
            integration runtime.</param>
            <param name="lastOperation">The last operation result that occurred
            on this integration runtime.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeStatus.CreateTime">
            <summary>
            Gets the time at which the integration runtime was created, in
            ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeStatus.Nodes">
            <summary>
            Gets the list of nodes for managed integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeStatus.OtherErrors">
            <summary>
            Gets the errors that occurred on this integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ManagedIntegrationRuntimeStatus.LastOperation">
            <summary>
            Gets the last operation result that occurred on this integration
            runtime.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.MongoDbAuthenticationType">
            <summary>
            Defines values for MongoDbAuthenticationType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.MongoDbCollectionDataset">
            <summary>
            The MongoDB database dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MongoDbCollectionDataset.#ctor">
            <summary>
            Initializes a new instance of the MongoDbCollectionDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MongoDbCollectionDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification})">
            <summary>
            Initializes a new instance of the MongoDbCollectionDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="collectionName">The table name of the MongoDB
            database. Type: string (or Expression with resultType
            string).</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MongoDbCollectionDataset.CollectionName">
            <summary>
            Gets or sets the table name of the MongoDB database. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MongoDbCollectionDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService">
            <summary>
            Linked service for MongoDb data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.#ctor">
            <summary>
            Initializes a new instance of the MongoDbLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.#ctor(System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the MongoDbLinkedService class.
            </summary>
            <param name="server">The IP address or server name of the MongoDB
            server. Type: string (or Expression with resultType
            string).</param>
            <param name="databaseName">The name of the MongoDB database that
            you want to access. Type: string (or Expression with resultType
            string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="authenticationType">The authentication type to be used
            to connect to the MongoDB database. Possible values include:
            'Basic', 'Anonymous'</param>
            <param name="username">Username for authentication. Type: string
            (or Expression with resultType string).</param>
            <param name="password">Password for authentication.</param>
            <param name="authSource">Database to verify the username and
            password. Type: string (or Expression with resultType
            string).</param>
            <param name="port">The TCP port number that the MongoDB server uses
            to listen for client connections. The default value is 27017. Type:
            integer (or Expression with resultType integer), minimum:
            0.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.Server">
            <summary>
            Gets or sets the IP address or server name of the MongoDB server.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.AuthenticationType">
            <summary>
            Gets or sets the authentication type to be used to connect to the
            MongoDB database. Possible values include: 'Basic', 'Anonymous'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.DatabaseName">
            <summary>
            Gets or sets the name of the MongoDB database that you want to
            access. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.Username">
            <summary>
            Gets or sets username for authentication. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.Password">
            <summary>
            Gets or sets password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.AuthSource">
            <summary>
            Gets or sets database to verify the username and password. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.Port">
            <summary>
            Gets or sets the TCP port number that the MongoDB server uses to
            listen for client connections. The default value is 27017. Type:
            integer (or Expression with resultType integer), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.MongoDbSource">
            <summary>
            A copy activity source for a MongoDB database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MongoDbSource.#ctor">
            <summary>
            Initializes a new instance of the MongoDbSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MongoDbSource.#ctor(System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the MongoDbSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="query">Database query. Should be a SQL-92 query
            expression. Type: string (or Expression with resultType
            string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MongoDbSource.Query">
            <summary>
            Gets or sets database query. Should be a SQL-92 query expression.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.MySqlLinkedService">
            <summary>
            Linked service for MySQL data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MySqlLinkedService.#ctor">
            <summary>
            Initializes a new instance of the MySqlLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MySqlLinkedService.#ctor(System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the MySqlLinkedService class.
            </summary>
            <param name="server">Server name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="database">Database name for connection. Type: string
            (or Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="schema">Schema name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="username">Username for authentication. Type: string
            (or Expression with resultType string).</param>
            <param name="password">Password for authentication.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MySqlLinkedService.Server">
            <summary>
            Gets or sets server name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MySqlLinkedService.Database">
            <summary>
            Gets or sets database name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MySqlLinkedService.Schema">
            <summary>
            Gets or sets schema name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MySqlLinkedService.Username">
            <summary>
            Gets or sets username for authentication. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MySqlLinkedService.Password">
            <summary>
            Gets or sets password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.MySqlLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.MySqlLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ODataAuthenticationType">
            <summary>
            Defines values for ODataAuthenticationType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService">
            <summary>
            Open Data Protocol (OData) linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService.#ctor">
            <summary>
            Initializes a new instance of the ODataLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the ODataLinkedService class.
            </summary>
            <param name="url">The URL of the OData service endpoint. Type:
            string (or Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="authenticationType">Type of authentication used to
            connect to the OData service. Possible values include: 'Basic',
            'Anonymous'</param>
            <param name="userName">User name of the OData service. Type: string
            (or Expression with resultType string).</param>
            <param name="password">Password of the OData service.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService.Url">
            <summary>
            Gets or sets the URL of the OData service endpoint. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService.AuthenticationType">
            <summary>
            Gets or sets type of authentication used to connect to the OData
            service. Possible values include: 'Basic', 'Anonymous'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService.UserName">
            <summary>
            Gets or sets user name of the OData service. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService.Password">
            <summary>
            Gets or sets password of the OData service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ODataLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ODataResourceDataset">
            <summary>
            The Open Data Protocol (OData) resource dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ODataResourceDataset.#ctor">
            <summary>
            Initializes a new instance of the ODataResourceDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ODataResourceDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Object)">
            <summary>
            Initializes a new instance of the ODataResourceDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
            <param name="path">The OData resource path. Type: string (or
            Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ODataResourceDataset.Path">
            <summary>
            Gets or sets the OData resource path. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ODataResourceDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService">
            <summary>
            Open Database Connectivity (ODBC) linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService.#ctor">
            <summary>
            Initializes a new instance of the OdbcLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the OdbcLinkedService class.
            </summary>
            <param name="connectionString">The non-access credential portion of
            the connection string as well as an optional encrypted
            credential.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="authenticationType">Type of authentication used to
            connect to the ODBC data store. Possible values are: Anonymous and
            Basic. Type: string (or Expression with resultType string).</param>
            <param name="credential">The access credential portion of the
            connection string specified in driver-specific property-value
            format.</param>
            <param name="userName">User name for Basic authentication. Type:
            string (or Expression with resultType string).</param>
            <param name="password">Password for Basic authentication.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService.ConnectionString">
            <summary>
            Gets or sets the non-access credential portion of the connection
            string as well as an optional encrypted credential.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService.AuthenticationType">
            <summary>
            Gets or sets type of authentication used to connect to the ODBC
            data store. Possible values are: Anonymous and Basic. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService.Credential">
            <summary>
            Gets or sets the access credential portion of the connection string
            specified in driver-specific property-value format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService.UserName">
            <summary>
            Gets or sets user name for Basic authentication. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService.Password">
            <summary>
            Gets or sets password for Basic authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OdbcLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OdbcSink">
            <summary>
            A copy activity ODBC sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OdbcSink.#ctor">
            <summary>
            Initializes a new instance of the OdbcSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OdbcSink.#ctor(System.Object,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the OdbcSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="preCopyScript">A query to execute before starting the
            copy. Type: string (or Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OdbcSink.PreCopyScript">
            <summary>
            Gets or sets a query to execute before starting the copy. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.Operation">
            <summary>
            Azure Data Factory API operation definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Operation.#ctor">
            <summary>
            Initializes a new instance of the Operation class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Operation.#ctor(System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.OperationDisplay,Microsoft.Azure.Management.DataFactory.Models.OperationServiceSpecification)">
            <summary>
            Initializes a new instance of the Operation class.
            </summary>
            <param name="name">Operation name:
            {provider}/{resource}/{operation}</param>
            <param name="origin">The intended executor of the
            operation.</param>
            <param name="display">Metadata associated with the
            operation.</param>
            <param name="serviceSpecification">Details about a service
            operation.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Operation.Name">
            <summary>
            Gets or sets operation name: {provider}/{resource}/{operation}
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Operation.Origin">
            <summary>
            Gets or sets the intended executor of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Operation.Display">
            <summary>
            Gets or sets metadata associated with the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Operation.ServiceSpecification">
            <summary>
            Gets or sets details about a service operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OperationDisplay">
            <summary>
            Metadata associated with the operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationDisplay.#ctor">
            <summary>
            Initializes a new instance of the OperationDisplay class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationDisplay.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the OperationDisplay class.
            </summary>
            <param name="description">The description of the operation.</param>
            <param name="provider">The name of the provider.</param>
            <param name="resource">The name of the resource type on which the
            operation is performed.</param>
            <param name="operation">The type of operation: get, read, delete,
            etc.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationDisplay.Description">
            <summary>
            Gets or sets the description of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationDisplay.Provider">
            <summary>
            Gets or sets the name of the provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationDisplay.Resource">
            <summary>
            Gets or sets the name of the resource type on which the operation
            is performed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationDisplay.Operation">
            <summary>
            Gets or sets the type of operation: get, read, delete, etc.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OperationListResponse">
            <summary>
            A list of operations that can be performed by the Data Factory service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationListResponse.#ctor">
            <summary>
            Initializes a new instance of the OperationListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationListResponse.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.Operation},System.String)">
            <summary>
            Initializes a new instance of the OperationListResponse class.
            </summary>
            <param name="value">List of Data Factory operations supported by
            the Data Factory resource provider.</param>
            <param name="nextLink">The link to the next page of results, if any
            remaining results exist.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationListResponse.Value">
            <summary>
            Gets or sets list of Data Factory operations supported by the Data
            Factory resource provider.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationListResponse.NextLink">
            <summary>
            Gets or sets the link to the next page of results, if any remaining
            results exist.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification">
            <summary>
            Details about an operation related to logs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification.#ctor">
            <summary>
            Initializes a new instance of the OperationLogSpecification class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the OperationLogSpecification class.
            </summary>
            <param name="name">The name of the log category.</param>
            <param name="displayName">Localized display name.</param>
            <param name="blobDuration">Blobs created in the customer storage
            account, per hour.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification.Name">
            <summary>
            Gets or sets the name of the log category.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification.DisplayName">
            <summary>
            Gets or sets localized display name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification.BlobDuration">
            <summary>
            Gets or sets blobs created in the customer storage account, per
            hour.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OperationMetricAvailability">
            <summary>
            Defines how often data for a metric becomes available.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationMetricAvailability.#ctor">
            <summary>
            Initializes a new instance of the OperationMetricAvailability
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationMetricAvailability.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the OperationMetricAvailability
            class.
            </summary>
            <param name="timeGrain">The granularity for the metric.</param>
            <param name="blobDuration">Blob created in the customer storage
            account, per hour.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricAvailability.TimeGrain">
            <summary>
            Gets or sets the granularity for the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricAvailability.BlobDuration">
            <summary>
            Gets or sets blob created in the customer storage account, per
            hour.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification">
            <summary>
            Details about an operation related to metrics.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.#ctor">
            <summary>
            Initializes a new instance of the OperationMetricSpecification
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.#ctor(System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.OperationMetricAvailability})">
            <summary>
            Initializes a new instance of the OperationMetricSpecification
            class.
            </summary>
            <param name="name">The name of the metric.</param>
            <param name="displayName">Localized display name of the
            metric.</param>
            <param name="displayDescription">The description of the
            metric.</param>
            <param name="unit">The unit that the metric is measured in.</param>
            <param name="aggregationType">The type of metric
            aggregation.</param>
            <param name="enableRegionalMdmAccount">Whether or not the service
            is using regional MDM accounts.</param>
            <param name="sourceMdmAccount">The name of the MDM account.</param>
            <param name="sourceMdmNamespace">The name of the MDM
            namespace.</param>
            <param name="availabilities">Defines how often data for metrics
            becomes available.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.Name">
            <summary>
            Gets or sets the name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.DisplayName">
            <summary>
            Gets or sets localized display name of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.DisplayDescription">
            <summary>
            Gets or sets the description of the metric.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.Unit">
            <summary>
            Gets or sets the unit that the metric is measured in.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.AggregationType">
            <summary>
            Gets or sets the type of metric aggregation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.EnableRegionalMdmAccount">
            <summary>
            Gets or sets whether or not the service is using regional MDM
            accounts.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.SourceMdmAccount">
            <summary>
            Gets or sets the name of the MDM account.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.SourceMdmNamespace">
            <summary>
            Gets or sets the name of the MDM namespace.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification.Availabilities">
            <summary>
            Gets or sets defines how often data for metrics becomes available.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OperationServiceSpecification">
            <summary>
            Details about a service operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationServiceSpecification.#ctor">
            <summary>
            Initializes a new instance of the OperationServiceSpecification
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OperationServiceSpecification.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.OperationLogSpecification},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.OperationMetricSpecification})">
            <summary>
            Initializes a new instance of the OperationServiceSpecification
            class.
            </summary>
            <param name="logSpecifications">Details about operations related to
            logs.</param>
            <param name="metricSpecifications">Details about operations related
            to metrics.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationServiceSpecification.LogSpecifications">
            <summary>
            Gets or sets details about operations related to logs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OperationServiceSpecification.MetricSpecifications">
            <summary>
            Gets or sets details about operations related to metrics.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OracleLinkedService">
            <summary>
            Oracle database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OracleLinkedService.#ctor">
            <summary>
            Initializes a new instance of the OracleLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OracleLinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object)">
            <summary>
            Initializes a new instance of the OracleLinkedService class.
            </summary>
            <param name="connectionString">The connection string.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OracleLinkedService.ConnectionString">
            <summary>
            Gets or sets the connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OracleLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OracleLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OracleSink">
            <summary>
            A copy activity Oracle sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OracleSink.#ctor">
            <summary>
            Initializes a new instance of the OracleSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OracleSink.#ctor(System.Object,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the OracleSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="preCopyScript">SQL pre-copy script. Type: string (or
            Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OracleSink.PreCopyScript">
            <summary>
            Gets or sets SQL pre-copy script. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OracleSource">
            <summary>
            A copy activity Oracle source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OracleSource.#ctor">
            <summary>
            Initializes a new instance of the OracleSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OracleSource.#ctor(System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the OracleSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="oracleReaderQuery">Oracle reader query. Type: string
            (or Expression with resultType string).</param>
            <param name="queryTimeout">Query timeout. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OracleSource.OracleReaderQuery">
            <summary>
            Gets or sets oracle reader query. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OracleSource.QueryTimeout">
            <summary>
            Gets or sets query timeout. Type: string (or Expression with
            resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OracleTableDataset">
            <summary>
            The on-premises Oracle database dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OracleTableDataset.#ctor">
            <summary>
            Initializes a new instance of the OracleTableDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OracleTableDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification})">
            <summary>
            Initializes a new instance of the OracleTableDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="tableName">The table name of the on-premises Oracle
            database. Type: string (or Expression with resultType
            string).</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.OracleTableDataset.TableName">
            <summary>
            Gets or sets the table name of the on-premises Oracle database.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OracleTableDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.OrcFormat">
            <summary>
            The data stored in Optimized Row Columnar (ORC) format.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OrcFormat.#ctor">
            <summary>
            Initializes a new instance of the OrcFormat class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.OrcFormat.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the OrcFormat class.
            </summary>
            <param name="serializer">Serializer. Type: string (or Expression
            with resultType string).</param>
            <param name="deserializer">Deserializer. Type: string (or
            Expression with resultType string).</param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.Page`1">
            <summary>
            Defines a page in Azure responses.
            </summary>
            <typeparam name="T">Type of the page content items</typeparam>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Page`1.NextPageLink">
            <summary>
            Gets the link to the next page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Page`1.GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Page`1.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Returns an enumerator that iterates through the collection.
            </summary>
            <returns>A an enumerator that can be used to iterate through the collection.</returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification">
            <summary>
            Definition of a single parameter for an entity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification.#ctor">
            <summary>
            Initializes a new instance of the ParameterSpecification class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification.#ctor(System.String,System.Object)">
            <summary>
            Initializes a new instance of the ParameterSpecification class.
            </summary>
            <param name="type">Parameter type. Possible values include:
            'Object', 'String', 'Int', 'Float', 'Bool', 'Array'</param>
            <param name="defaultValue">Default value of parameter.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification.Type">
            <summary>
            Gets or sets parameter type. Possible values include: 'Object',
            'String', 'Int', 'Float', 'Bool', 'Array'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification.DefaultValue">
            <summary>
            Gets or sets default value of parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ParameterType">
            <summary>
            Defines values for ParameterType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ParquetFormat">
            <summary>
            The data stored in Parquet format.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ParquetFormat.#ctor">
            <summary>
            Initializes a new instance of the ParquetFormat class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ParquetFormat.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the ParquetFormat class.
            </summary>
            <param name="serializer">Serializer. Type: string (or Expression
            with resultType string).</param>
            <param name="deserializer">Deserializer. Type: string (or
            Expression with resultType string).</param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineReference">
            <summary>
            Pipeline reference type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineReference.#ctor">
            <summary>
            Initializes a new instance of the PipelineReference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineReference.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the PipelineReference class.
            </summary>
            <param name="referenceName">Reference pipeline name.</param>
            <param name="name">Reference name.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineReference.#cctor">
            <summary>
            Static constructor for PipelineReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineReference.ReferenceName">
            <summary>
            Gets or sets reference pipeline name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineReference.Name">
            <summary>
            Gets or sets reference name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineReference.Type">
            <summary>
            Pipeline reference type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineReference.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineResource">
            <summary>
            Pipeline resource type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineResource.#ctor">
            <summary>
            Initializes a new instance of the PipelineResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineResource.#ctor(System.String,System.String,System.String,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.Activity},System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the PipelineResource class.
            </summary>
            <param name="id">The resource identifier.</param>
            <param name="name">The resource name.</param>
            <param name="type">The resource type.</param>
            <param name="etag">Etag identifies change in the resource.</param>
            <param name="description">The description of the pipeline.</param>
            <param name="activities">List of activities in pipeline.</param>
            <param name="parameters">List of parameters for pipeline.</param>
            <param name="concurrency">The max number of concurrent runs for the
            pipeline.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineResource.Description">
            <summary>
            Gets or sets the description of the pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineResource.Activities">
            <summary>
            Gets or sets list of activities in pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineResource.Parameters">
            <summary>
            Gets or sets list of parameters for pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineResource.Concurrency">
            <summary>
            Gets or sets the max number of concurrent runs for the pipeline.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineResource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineRun">
            <summary>
            Information about a pipeline run.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.#ctor">
            <summary>
            Initializes a new instance of the PipelineRun class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.#ctor(System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Int32},System.String,System.String)">
            <summary>
            Initializes a new instance of the PipelineRun class.
            </summary>
            <param name="runId">Identifier of a run.</param>
            <param name="pipelineName">The pipeline name.</param>
            <param name="parameters">The full or partial list of parameter
            name, value pair used in the pipeline run.</param>
            <param name="invokedBy">Entity that started the pipeline
            run.</param>
            <param name="lastUpdated">The last updated timestamp for the
            pipeline run event in ISO8601 format.</param>
            <param name="runStart">The start time of a pipeline run in ISO8601
            format.</param>
            <param name="runEnd">The end time of a pipeline run in ISO8601
            format.</param>
            <param name="durationInMs">The duration of a pipeline run.</param>
            <param name="status">The status of a pipeline run.</param>
            <param name="message">The message from a pipeline run.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.RunId">
            <summary>
            Gets identifier of a run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.PipelineName">
            <summary>
            Gets the pipeline name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.Parameters">
            <summary>
            Gets the full or partial list of parameter name, value pair used in
            the pipeline run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.InvokedBy">
            <summary>
            Gets entity that started the pipeline run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.LastUpdated">
            <summary>
            Gets the last updated timestamp for the pipeline run event in
            ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.RunStart">
            <summary>
            Gets the start time of a pipeline run in ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.RunEnd">
            <summary>
            Gets the end time of a pipeline run in ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.DurationInMs">
            <summary>
            Gets the duration of a pipeline run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.Status">
            <summary>
            Gets the status of a pipeline run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRun.Message">
            <summary>
            Gets the message from a pipeline run.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters">
            <summary>
            Query parameters for listing pipeline runs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters.#ctor">
            <summary>
            Initializes a new instance of the PipelineRunFilterParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters.#ctor(System.DateTime,System.DateTime,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryFilter},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryOrderBy})">
            <summary>
            Initializes a new instance of the PipelineRunFilterParameters
            class.
            </summary>
            <param name="lastUpdatedAfter">The time at or after which the
            pipeline run event was updated in 'ISO 8601' format.</param>
            <param name="lastUpdatedBefore">The time at or before which the
            pipeline run event was updated in 'ISO 8601' format.</param>
            <param name="continuationToken">The continuation token for getting
            the next page of results. Null for first page.</param>
            <param name="filters">List of filters.</param>
            <param name="orderBy">List of OrderBy option.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters.ContinuationToken">
            <summary>
            Gets or sets the continuation token for getting the next page of
            results. Null for first page.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters.LastUpdatedAfter">
            <summary>
            Gets or sets the time at or after which the pipeline run event was
            updated in 'ISO 8601' format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters.LastUpdatedBefore">
            <summary>
            Gets or sets the time at or before which the pipeline run event was
            updated in 'ISO 8601' format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters.Filters">
            <summary>
            Gets or sets list of filters.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters.OrderBy">
            <summary>
            Gets or sets list of OrderBy option.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy">
            <summary>
            Provides entity name and id that started the pipeline run.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy.#ctor">
            <summary>
            Initializes a new instance of the PipelineRunInvokedBy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the PipelineRunInvokedBy class.
            </summary>
            <param name="name">Name of the entity that started the pipeline
            run.</param>
            <param name="id">The ID of the entity that started the run.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy.Name">
            <summary>
            Gets name of the entity that started the pipeline run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunInvokedBy.Id">
            <summary>
            Gets the ID of the entity that started the run.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryFilter">
            <summary>
            Query filter option for listing pipeline runs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryFilter.#ctor">
            <summary>
            Initializes a new instance of the PipelineRunQueryFilter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryFilter.#ctor(System.String,System.String,System.Collections.Generic.IList{System.String})">
            <summary>
            Initializes a new instance of the PipelineRunQueryFilter class.
            </summary>
            <param name="operand">Parameter name to be used for filter.
            Possible values include: 'PipelineName', 'Status', 'RunStart',
            'RunEnd'</param>
            <param name="operatorProperty">Operator to be used for filter.
            Possible values include: 'Equals', 'NotEquals', 'In',
            'NotIn'</param>
            <param name="values">List of filter values.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryFilter.Operand">
            <summary>
            Gets or sets parameter name to be used for filter. Possible values
            include: 'PipelineName', 'Status', 'RunStart', 'RunEnd'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryFilter.OperatorProperty">
            <summary>
            Gets or sets operator to be used for filter. Possible values
            include: 'Equals', 'NotEquals', 'In', 'NotIn'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryFilter.Values">
            <summary>
            Gets or sets list of filter values.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryFilter.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryFilterOperand">
            <summary>
            Defines values for PipelineRunQueryFilterOperand.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryFilterOperator">
            <summary>
            Defines values for PipelineRunQueryFilterOperator.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryOrder">
            <summary>
            Defines values for PipelineRunQueryOrder.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryOrderBy">
            <summary>
            An object to provide order by options for listing pipeline runs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryOrderBy.#ctor">
            <summary>
            Initializes a new instance of the PipelineRunQueryOrderBy class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryOrderBy.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the PipelineRunQueryOrderBy class.
            </summary>
            <param name="orderBy">Parameter name to be used for order by.
            Possible values include: 'RunStart', 'RunEnd'</param>
            <param name="order">Sorting order of the parameter. Possible values
            include: 'ASC', 'DESC'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryOrderBy.OrderBy">
            <summary>
            Gets or sets parameter name to be used for order by. Possible
            values include: 'RunStart', 'RunEnd'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryOrderBy.Order">
            <summary>
            Gets or sets sorting order of the parameter. Possible values
            include: 'ASC', 'DESC'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryOrderBy.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryOrderByField">
            <summary>
            Defines values for PipelineRunQueryOrderByField.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryResponse">
            <summary>
            A list pipeline runs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryResponse.#ctor">
            <summary>
            Initializes a new instance of the PipelineRunQueryResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryResponse.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.PipelineRun},System.String)">
            <summary>
            Initializes a new instance of the PipelineRunQueryResponse class.
            </summary>
            <param name="value">List of pipeline runs.</param>
            <param name="continuationToken">The continuation token for getting
            the next page of results, if any remaining results exist, null
            otherwise.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryResponse.Value">
            <summary>
            Gets or sets list of pipeline runs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryResponse.ContinuationToken">
            <summary>
            Gets or sets the continuation token for getting the next page of
            results, if any remaining results exist, null otherwise.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PipelineRunQueryResponse.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PolybaseSettings">
            <summary>
            PolyBase settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PolybaseSettings.#ctor">
            <summary>
            Initializes a new instance of the PolybaseSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PolybaseSettings.#ctor(System.String,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the PolybaseSettings class.
            </summary>
            <param name="rejectType">Reject type. Possible values include:
            'value', 'percentage'</param>
            <param name="rejectValue">Specifies the value or the percentage of
            rows that can be rejected before the query fails. Type: number (or
            Expression with resultType number), minimum: 0.</param>
            <param name="rejectSampleValue">Determines the number of rows to
            attempt to retrieve before the PolyBase recalculates the percentage
            of rejected rows. Type: integer (or Expression with resultType
            integer), minimum: 0.</param>
            <param name="useTypeDefault">Specifies how to handle missing values
            in delimited text files when PolyBase retrieves data from the text
            file. Type: boolean (or Expression with resultType
            boolean).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PolybaseSettings.RejectType">
            <summary>
            Gets or sets reject type. Possible values include: 'value',
            'percentage'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PolybaseSettings.RejectValue">
            <summary>
            Gets or sets specifies the value or the percentage of rows that can
            be rejected before the query fails. Type: number (or Expression
            with resultType number), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PolybaseSettings.RejectSampleValue">
            <summary>
            Gets or sets determines the number of rows to attempt to retrieve
            before the PolyBase recalculates the percentage of rejected rows.
            Type: integer (or Expression with resultType integer), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PolybaseSettings.UseTypeDefault">
            <summary>
            Gets or sets specifies how to handle missing values in delimited
            text files when PolyBase retrieves data from the text file. Type:
            boolean (or Expression with resultType boolean).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PolybaseSettingsRejectType">
            <summary>
            Defines values for PolybaseSettingsRejectType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.PostgreSqlLinkedService">
            <summary>
            Linked service for PostgreSQL data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PostgreSqlLinkedService.#ctor">
            <summary>
            Initializes a new instance of the PostgreSqlLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PostgreSqlLinkedService.#ctor(System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the PostgreSqlLinkedService class.
            </summary>
            <param name="server">Server name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="database">Database name for connection. Type: string
            (or Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="schema">Schema name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="username">Username for authentication. Type: string
            (or Expression with resultType string).</param>
            <param name="password">Password for authentication.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PostgreSqlLinkedService.Server">
            <summary>
            Gets or sets server name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PostgreSqlLinkedService.Database">
            <summary>
            Gets or sets database name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PostgreSqlLinkedService.Schema">
            <summary>
            Gets or sets schema name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PostgreSqlLinkedService.Username">
            <summary>
            Gets or sets username for authentication. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PostgreSqlLinkedService.Password">
            <summary>
            Gets or sets password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.PostgreSqlLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.PostgreSqlLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.RecurrenceFrequency">
            <summary>
            Defines values for RecurrenceFrequency.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule">
            <summary>
            The recurrence schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule.#ctor">
            <summary>
            Initializes a new instance of the RecurrenceSchedule class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule.#ctor(System.Collections.Generic.IList{System.Nullable{System.Int32}},System.Collections.Generic.IList{System.Nullable{System.Int32}},System.Collections.Generic.IList{System.Nullable{Microsoft.Azure.Management.DataFactory.Models.DaysOfWeek}},System.Collections.Generic.IList{System.Nullable{System.Int32}},System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.RecurrenceScheduleOccurrence})">
            <summary>
            Initializes a new instance of the RecurrenceSchedule class.
            </summary>
            <param name="minutes">The minutes.</param>
            <param name="hours">The hours.</param>
            <param name="weekDays">The days of the week.</param>
            <param name="monthDays">The month days.</param>
            <param name="monthlyOccurrences">The monthly occurrences.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule.Minutes">
            <summary>
            Gets or sets the minutes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule.Hours">
            <summary>
            Gets or sets the hours.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule.WeekDays">
            <summary>
            Gets or sets the days of the week.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule.MonthDays">
            <summary>
            Gets or sets the month days.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule.MonthlyOccurrences">
            <summary>
            Gets or sets the monthly occurrences.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.RecurrenceScheduleOccurrence">
            <summary>
            The recurrence schedule occurence.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RecurrenceScheduleOccurrence.#ctor">
            <summary>
            Initializes a new instance of the RecurrenceScheduleOccurrence
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RecurrenceScheduleOccurrence.#ctor(System.Nullable{Microsoft.Azure.Management.DataFactory.Models.DayOfWeek},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the RecurrenceScheduleOccurrence
            class.
            </summary>
            <param name="day">The day of the week. Possible values include:
            'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday',
            'Saturday'</param>
            <param name="occurrence">The occurrence.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RecurrenceScheduleOccurrence.Day">
            <summary>
            Gets or sets the day of the week. Possible values include:
            'Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday',
            'Saturday'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RecurrenceScheduleOccurrence.Occurrence">
            <summary>
            Gets or sets the occurrence.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings">
            <summary>
            Redirect incompatible row settings
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings.#ctor">
            <summary>
            Initializes a new instance of the RedirectIncompatibleRowSettings
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the RedirectIncompatibleRowSettings
            class.
            </summary>
            <param name="linkedServiceName">Name of the Azure Storage or
            Storage SAS linked service used for redirecting incompatible row.
            Must be specified if redirectIncompatibleRowSettings is specified.
            Type: string (or Expression with resultType string).</param>
            <param name="path">The path to storage for storing the redirect
            incompatible row data Type: string (or Expression with resultType
            string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings.LinkedServiceName">
            <summary>
            Gets or sets name of the Azure Storage or Storage SAS linked
            service used for redirecting incompatible row. Must be specified if
            redirectIncompatibleRowSettings is specified. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings.Path">
            <summary>
            Gets or sets the path to storage for storing the redirect
            incompatible row data Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RedirectIncompatibleRowSettings.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings">
            <summary>
            The Amazon S3 settings needed for the interim Amazon S3 when copying
            from Amazon Redshift with unload. With this, data from Amazon Redshift
            source will be unloaded into S3 first and then copied into the targeted
            sink from the interim S3.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings.#ctor">
            <summary>
            Initializes a new instance of the RedshiftUnloadSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object)">
            <summary>
            Initializes a new instance of the RedshiftUnloadSettings class.
            </summary>
            <param name="s3LinkedServiceName">The name of the Amazon S3 linked
            service which will be used for the unload operation when copying
            from the Amazon Redshift source.</param>
            <param name="bucketName">The bucket of the interim Amazon S3 which
            will be used to store the unloaded data from Amazon Redshift
            source. The bucket must be in the same region as the Amazon
            Redshift source. Type: string (or Expression with resultType
            string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings.S3LinkedServiceName">
            <summary>
            Gets or sets the name of the Amazon S3 linked service which will be
            used for the unload operation when copying from the Amazon Redshift
            source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings.BucketName">
            <summary>
            Gets or sets the bucket of the interim Amazon S3 which will be used
            to store the unloaded data from Amazon Redshift source. The bucket
            must be in the same region as the Amazon Redshift source. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RedshiftUnloadSettings.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.RelationalSource">
            <summary>
            A copy activity source for various relational databases.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RelationalSource.#ctor">
            <summary>
            Initializes a new instance of the RelationalSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RelationalSource.#ctor(System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the RelationalSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="query">Database query. Type: string (or Expression
            with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RelationalSource.Query">
            <summary>
            Gets or sets database query. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.RelationalTableDataset">
            <summary>
            The relational table dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RelationalTableDataset.#ctor">
            <summary>
            Initializes a new instance of the RelationalTableDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RelationalTableDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Object)">
            <summary>
            Initializes a new instance of the RelationalTableDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
            <param name="tableName">The relational table name. Type: string (or
            Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.RelationalTableDataset.TableName">
            <summary>
            Gets or sets the relational table name. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.RelationalTableDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.Resource">
            <summary>
            Azure Data Factory top-level resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Resource.#ctor">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Resource.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the Resource class.
            </summary>
            <param name="id">The resource identifier.</param>
            <param name="name">The resource name.</param>
            <param name="type">The resource type.</param>
            <param name="location">The resource location.</param>
            <param name="tags">The resource tags.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Resource.Id">
            <summary>
            Gets the resource identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Resource.Name">
            <summary>
            Gets the resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Resource.Type">
            <summary>
            Gets the resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Resource.Location">
            <summary>
            Gets or sets the resource location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Resource.Tags">
            <summary>
            Gets or sets the resource tags.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SalesforceLinkedService">
            <summary>
            Linked service for Salesforce.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SalesforceLinkedService.#ctor">
            <summary>
            Initializes a new instance of the SalesforceLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SalesforceLinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the SalesforceLinkedService class.
            </summary>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="environmentUrl">The URL of Salesforce instance.
            Default is 'https://login.salesforce.com'. To copy data from
            sandbox, specify 'https://test.salesforce.com'. To copy data from
            custom domain, specify, for example,
            'https://[domain].my.salesforce.com'. Type: string (or Expression
            with resultType string).</param>
            <param name="username">The username for Basic authentication of the
            Salesforce source. Type: string (or Expression with resultType
            string).</param>
            <param name="password">The password for Basic authentication of the
            Salesforce source.</param>
            <param name="securityToken">The security token is required to
            remotely access Salesforce source.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SalesforceLinkedService.EnvironmentUrl">
            <summary>
            Gets or sets the URL of Salesforce instance. Default is
            'https://login.salesforce.com'. To copy data from sandbox, specify
            'https://test.salesforce.com'. To copy data from custom domain,
            specify, for example, 'https://[domain].my.salesforce.com'. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SalesforceLinkedService.Username">
            <summary>
            Gets or sets the username for Basic authentication of the
            Salesforce source. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SalesforceLinkedService.Password">
            <summary>
            Gets or sets the password for Basic authentication of the
            Salesforce source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SalesforceLinkedService.SecurityToken">
            <summary>
            Gets or sets the security token is required to remotely access
            Salesforce source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SalesforceLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SalesforceLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SapBWLinkedService">
            <summary>
            SAP Business Warehouse Linked Service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SapBWLinkedService.#ctor">
            <summary>
            Initializes a new instance of the SapBWLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SapBWLinkedService.#ctor(System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the SapBWLinkedService class.
            </summary>
            <param name="server">Host name of the SAP BW instance. Type: string
            (or Expression with resultType string).</param>
            <param name="systemNumber">System number of the BW system. (Usually
            a two-digit decimal number represented as a string.) Type: string
            (or Expression with resultType string).</param>
            <param name="clientId">Client ID of the client on the BW system.
            (Usually a three-digit decimal number represented as a string)
            Type: string (or Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="userName">Username to access the SAP BW server. Type:
            string (or Expression with resultType string).</param>
            <param name="password">Password to access the SAP BW
            server.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapBWLinkedService.Server">
            <summary>
            Gets or sets host name of the SAP BW instance. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapBWLinkedService.SystemNumber">
            <summary>
            Gets or sets system number of the BW system. (Usually a two-digit
            decimal number represented as a string.) Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapBWLinkedService.ClientId">
            <summary>
            Gets or sets client ID of the client on the BW system. (Usually a
            three-digit decimal number represented as a string) Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapBWLinkedService.UserName">
            <summary>
            Gets or sets username to access the SAP BW server. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapBWLinkedService.Password">
            <summary>
            Gets or sets password to access the SAP BW server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapBWLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SapBWLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SapHanaAuthenticationType">
            <summary>
            Defines values for SapHanaAuthenticationType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SapHanaLinkedService">
            <summary>
            SAP HANA Linked Service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SapHanaLinkedService.#ctor">
            <summary>
            Initializes a new instance of the SapHanaLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SapHanaLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the SapHanaLinkedService class.
            </summary>
            <param name="server">Host name of the SAP HANA server. Type: string
            (or Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="authenticationType">The authentication type to be used
            to connect to the SAP HANA server. Possible values include:
            'Basic', 'Windows'</param>
            <param name="userName">Username to access the SAP HANA server.
            Type: string (or Expression with resultType string).</param>
            <param name="password">Password to access the SAP HANA
            server.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapHanaLinkedService.Server">
            <summary>
            Gets or sets host name of the SAP HANA server. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapHanaLinkedService.AuthenticationType">
            <summary>
            Gets or sets the authentication type to be used to connect to the
            SAP HANA server. Possible values include: 'Basic', 'Windows'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapHanaLinkedService.UserName">
            <summary>
            Gets or sets username to access the SAP HANA server. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapHanaLinkedService.Password">
            <summary>
            Gets or sets password to access the SAP HANA server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SapHanaLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SapHanaLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ScheduleTrigger">
            <summary>
            Trigger that creates pipeline runs periodically, on schedule.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ScheduleTrigger.#ctor">
            <summary>
            Initializes a new instance of the ScheduleTrigger class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ScheduleTrigger.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference},System.String,Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence)">
            <summary>
            Initializes a new instance of the ScheduleTrigger class.
            </summary>
            <param name="description">Trigger description.</param>
            <param name="pipelines">Pipelines that need to be started.</param>
            <param name="runtimeState">Indicates if trigger is running or not.
            Updated when Start/Stop APIs are called on the Trigger. Possible
            values include: 'Started', 'Stopped', 'Disabled'</param>
            <param name="recurrence">Recurrence schedule configuration.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ScheduleTrigger.Recurrence">
            <summary>
            Gets or sets recurrence schedule configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence">
            <summary>
            The workflow trigger recurrence.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence.#ctor">
            <summary>
            Initializes a new instance of the ScheduleTriggerRecurrence class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence.#ctor(System.String,System.Nullable{System.Int32},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,Microsoft.Azure.Management.DataFactory.Models.RecurrenceSchedule)">
            <summary>
            Initializes a new instance of the ScheduleTriggerRecurrence class.
            </summary>
            <param name="frequency">The frequency. Possible values include:
            'NotSpecified', 'Minute', 'Hour', 'Day', 'Week', 'Month',
            'Year'</param>
            <param name="interval">The interval.</param>
            <param name="startTime">The start time.</param>
            <param name="endTime">The end time.</param>
            <param name="timeZone">The time zone.</param>
            <param name="schedule">The recurrence schedule.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence.Frequency">
            <summary>
            Gets or sets the frequency. Possible values include:
            'NotSpecified', 'Minute', 'Hour', 'Day', 'Week', 'Month', 'Year'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence.Interval">
            <summary>
            Gets or sets the interval.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence.StartTime">
            <summary>
            Gets or sets the start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence.EndTime">
            <summary>
            Gets or sets the end time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence.TimeZone">
            <summary>
            Gets or sets the time zone.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.ScheduleTriggerRecurrence.Schedule">
            <summary>
            Gets or sets the recurrence schedule.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SecureString">
            <summary>
            Azure Data Factory secure string definition. The string value will be
            masked with asterisks '*' during Get or List API calls.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SecureString.#ctor">
            <summary>
            Initializes a new instance of the SecureString class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SecureString.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SecureString class.
            </summary>
            <param name="value">Value of secure string.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SecureString.#cctor">
            <summary>
            Static constructor for SecureString class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SecureString.Value">
            <summary>
            Gets or sets value of secure string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SecureString.Type">
            <summary>
            SecureString type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SecureString.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntime">
            <summary>
            Self-hosted integration runtime.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntime.#ctor">
            <summary>
            Initializes a new instance of the SelfHostedIntegrationRuntime
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntime.#ctor(System.String)">
            <summary>
            Initializes a new instance of the SelfHostedIntegrationRuntime
            class.
            </summary>
            <param name="description">Integration runtime description.</param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode">
            <summary>
            Properties of Self-hosted integration runtime node.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.#ctor">
            <summary>
            Initializes a new instance of the SelfHostedIntegrationRuntimeNode
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.#ctor(System.String,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.String,System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.Nullable{System.Int32})">
            <summary>
            Initializes a new instance of the SelfHostedIntegrationRuntimeNode
            class.
            </summary>
            <param name="nodeName">Name of the integration runtime
            node.</param>
            <param name="machineName">Machine name of the integration runtime
            node.</param>
            <param name="hostServiceUri">URI for the host machine of the
            integration runtime.</param>
            <param name="status">Status of the integration runtime node.
            Possible values include: 'NeedRegistration', 'Online', 'Limited',
            'Offline', 'Upgrading', 'Initializing', 'InitializeFailed'</param>
            <param name="capabilities">The integration runtime capabilities
            dictionary</param>
            <param name="versionStatus">Status of the integration runtime node
            version.</param>
            <param name="version">Version of the integration runtime
            node.</param>
            <param name="registerTime">The time at which the integration
            runtime node was registered in ISO8601 format.</param>
            <param name="lastConnectTime">The most recent time at which the
            integration runtime was connected in ISO8601 format.</param>
            <param name="expiryTime">The time at which the integration runtime
            will expire in ISO8601 format.</param>
            <param name="lastStartTime">The time the node last started
            up.</param>
            <param name="lastStopTime">The integration runtime node last stop
            time.</param>
            <param name="lastUpdateResult">The result of the last integration
            runtime node update. Possible values include: 'Succeed',
            'Fail'</param>
            <param name="lastStartUpdateTime">The last time for the integration
            runtime node update start.</param>
            <param name="lastEndUpdateTime">The last time for the integration
            runtime node update end.</param>
            <param name="isActiveDispatcher">Indicates whether this node is the
            active dispatcher for integration runtime requests.</param>
            <param name="concurrentJobsLimit">Maximum concurrent jobs on the
            integration runtime node.</param>
            <param name="maxConcurrentJobs">The maximum concurrent jobs in this
            integration runtime.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.NodeName">
            <summary>
            Gets name of the integration runtime node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.MachineName">
            <summary>
            Gets machine name of the integration runtime node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.HostServiceUri">
            <summary>
            Gets URI for the host machine of the integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.Status">
            <summary>
            Gets status of the integration runtime node. Possible values
            include: 'NeedRegistration', 'Online', 'Limited', 'Offline',
            'Upgrading', 'Initializing', 'InitializeFailed'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.Capabilities">
            <summary>
            Gets the integration runtime capabilities dictionary
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.VersionStatus">
            <summary>
            Gets status of the integration runtime node version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.Version">
            <summary>
            Gets version of the integration runtime node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.RegisterTime">
            <summary>
            Gets the time at which the integration runtime node was registered
            in ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.LastConnectTime">
            <summary>
            Gets the most recent time at which the integration runtime was
            connected in ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.ExpiryTime">
            <summary>
            Gets the time at which the integration runtime will expire in
            ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.LastStartTime">
            <summary>
            Gets the time the node last started up.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.LastStopTime">
            <summary>
            Gets the integration runtime node last stop time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.LastUpdateResult">
            <summary>
            Gets the result of the last integration runtime node update.
            Possible values include: 'Succeed', 'Fail'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.LastStartUpdateTime">
            <summary>
            Gets the last time for the integration runtime node update start.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.LastEndUpdateTime">
            <summary>
            Gets the last time for the integration runtime node update end.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.IsActiveDispatcher">
            <summary>
            Gets indicates whether this node is the active dispatcher for
            integration runtime requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.ConcurrentJobsLimit">
            <summary>
            Gets maximum concurrent jobs on the integration runtime node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode.MaxConcurrentJobs">
            <summary>
            Gets the maximum concurrent jobs in this integration runtime.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNodeStatus">
            <summary>
            Defines values for SelfHostedIntegrationRuntimeNodeStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus">
            <summary>
            Self-hosted integration runtime status.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.#ctor">
            <summary>
            Initializes a new instance of the
            SelfHostedIntegrationRuntimeStatus class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.#ctor(System.String,System.Nullable{System.DateTime},System.String,System.String,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeNode},System.Nullable{System.DateTime},System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IList{System.String},System.String)">
            <summary>
            Initializes a new instance of the
            SelfHostedIntegrationRuntimeStatus class.
            </summary>
            <param name="state">The state of integration runtime. Possible
            values include: 'Initial', 'Stopped', 'Started', 'Starting',
            'Stopping', 'NeedRegistration', 'Online', 'Limited',
            'Offline'</param>
            <param name="createTime">The time at which the integration runtime
            was created, in ISO8601 format.</param>
            <param name="taskQueueId">The task queue id of the integration
            runtime.</param>
            <param name="internalChannelEncryption">It is used to set the
            encryption mode for node-node communication channel (when more than
            2 self-hosted integration runtime nodes exist). Possible values
            include: 'NotSet', 'SslEncrypted', 'NotEncrypted'</param>
            <param name="version">Version of the integration runtime.</param>
            <param name="nodes">The list of nodes for this integration
            runtime.</param>
            <param name="scheduledUpdateDate">The date at which the integration
            runtime will be scheduled to update, in ISO8601 format.</param>
            <param name="updateDelayOffset">The time in the date scheduled by
            service to update the integration runtime, e.g., PT03H is 3
            hours</param>
            <param name="localTimeZoneOffset">The local time zone offset in
            hours.</param>
            <param name="capabilities">Object with additional information about
            integration runtime capabilities.</param>
            <param name="serviceUrls">The URLs for the services used in
            integration runtime backend service.</param>
            <param name="autoUpdate">Whether Self-hosted integration runtime
            auto update has been turned on. Possible values include: 'On',
            'Off'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.CreateTime">
            <summary>
            Gets the time at which the integration runtime was created, in
            ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.TaskQueueId">
            <summary>
            Gets the task queue id of the integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.InternalChannelEncryption">
            <summary>
            Gets it is used to set the encryption mode for node-node
            communication channel (when more than 2 self-hosted integration
            runtime nodes exist). Possible values include: 'NotSet',
            'SslEncrypted', 'NotEncrypted'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.Version">
            <summary>
            Gets version of the integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.Nodes">
            <summary>
            Gets or sets the list of nodes for this integration runtime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.ScheduledUpdateDate">
            <summary>
            Gets the date at which the integration runtime will be scheduled to
            update, in ISO8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.UpdateDelayOffset">
            <summary>
            Gets the time in the date scheduled by service to update the
            integration runtime, e.g., PT03H is 3 hours
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.LocalTimeZoneOffset">
            <summary>
            Gets the local time zone offset in hours.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.Capabilities">
            <summary>
            Gets object with additional information about integration runtime
            capabilities.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.ServiceUrls">
            <summary>
            Gets the URLs for the services used in integration runtime backend
            service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SelfHostedIntegrationRuntimeStatus.AutoUpdate">
            <summary>
            Gets whether Self-hosted integration runtime auto update has been
            turned on. Possible values include: 'On', 'Off'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SftpAuthenticationType">
            <summary>
            Defines values for SftpAuthenticationType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService">
            <summary>
            A linked service for an SSH File Transfer Protocol (SFTP) server.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.#ctor">
            <summary>
            Initializes a new instance of the SftpServerLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the SftpServerLinkedService class.
            </summary>
            <param name="host">The SFTP server host name. Type: string (or
            Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="port">The TCP port number that the SFTP server uses to
            listen for client connections. Default value is 22. Type: integer
            (or Expression with resultType integer), minimum: 0.</param>
            <param name="authenticationType">The authentication type to be used
            to connect to the FTP server. Possible values include: 'Basic',
            'SshPublicKey'</param>
            <param name="userName">The username used to log on to the SFTP
            server. Type: string (or Expression with resultType
            string).</param>
            <param name="password">Password to logon the SFTP server for Basic
            authentication.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
            <param name="privateKeyPath">The SSH private key file path for
            SshPublicKey authentication. Only valid for on-premises copy. For
            on-premises copy with SshPublicKey authentication, either
            PrivateKeyPath or PrivateKeyContent should be specified. SSH
            private key should be OpenSSH format. Type: string (or Expression
            with resultType string).</param>
            <param name="privateKeyContent">Base64 encoded SSH private key
            content for SshPublicKey authentication. For on-premises copy with
            SshPublicKey authentication, either PrivateKeyPath or
            PrivateKeyContent should be specified. SSH private key should be
            OpenSSH format.</param>
            <param name="passPhrase">The password to decrypt the SSH private
            key if the SSH private key is encrypted.</param>
            <param name="skipHostKeyValidation">If true, skip the SSH host key
            validation. Default value is false. Type: boolean (or Expression
            with resultType boolean).</param>
            <param name="hostKeyFingerprint">The host key finger-print of the
            SFTP server. When SkipHostKeyValidation is false,
            HostKeyFingerprint should be specified. Type: string (or Expression
            with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.Host">
            <summary>
            Gets or sets the SFTP server host name. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.Port">
            <summary>
            Gets or sets the TCP port number that the SFTP server uses to
            listen for client connections. Default value is 22. Type: integer
            (or Expression with resultType integer), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.AuthenticationType">
            <summary>
            Gets or sets the authentication type to be used to connect to the
            FTP server. Possible values include: 'Basic', 'SshPublicKey'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.UserName">
            <summary>
            Gets or sets the username used to log on to the SFTP server. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.Password">
            <summary>
            Gets or sets password to logon the SFTP server for Basic
            authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.PrivateKeyPath">
            <summary>
            Gets or sets the SSH private key file path for SshPublicKey
            authentication. Only valid for on-premises copy. For on-premises
            copy with SshPublicKey authentication, either PrivateKeyPath or
            PrivateKeyContent should be specified. SSH private key should be
            OpenSSH format. Type: string (or Expression with resultType
            string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.PrivateKeyContent">
            <summary>
            Gets or sets base64 encoded SSH private key content for
            SshPublicKey authentication. For on-premises copy with SshPublicKey
            authentication, either PrivateKeyPath or PrivateKeyContent should
            be specified. SSH private key should be OpenSSH format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.PassPhrase">
            <summary>
            Gets or sets the password to decrypt the SSH private key if the SSH
            private key is encrypted.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.SkipHostKeyValidation">
            <summary>
            Gets or sets if true, skip the SSH host key validation. Default
            value is false. Type: boolean (or Expression with resultType
            boolean).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.HostKeyFingerprint">
            <summary>
            Gets or sets the host key finger-print of the SFTP server. When
            SkipHostKeyValidation is false, HostKeyFingerprint should be
            specified. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SftpServerLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SqlDWSink">
            <summary>
            A copy activity SQL Data Warehouse sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlDWSink.#ctor">
            <summary>
            Initializes a new instance of the SqlDWSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlDWSink.#ctor(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.PolybaseSettings)">
            <summary>
            Initializes a new instance of the SqlDWSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="preCopyScript">SQL pre-copy script. Type: string (or
            Expression with resultType string).</param>
            <param name="allowPolyBase">Indicates to use PolyBase to copy data
            into SQL Data Warehouse when applicable. Type: boolean (or
            Expression with resultType boolean).</param>
            <param name="polyBaseSettings">Specifies PolyBase-related settings
            when allowPolyBase is true.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlDWSink.PreCopyScript">
            <summary>
            Gets or sets SQL pre-copy script. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlDWSink.AllowPolyBase">
            <summary>
            Gets or sets indicates to use PolyBase to copy data into SQL Data
            Warehouse when applicable. Type: boolean (or Expression with
            resultType boolean).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlDWSink.PolyBaseSettings">
            <summary>
            Gets or sets specifies PolyBase-related settings when allowPolyBase
            is true.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SqlDWSource">
            <summary>
            A copy activity SQL Data Warehouse source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlDWSource.#ctor">
            <summary>
            Initializes a new instance of the SqlDWSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlDWSource.#ctor(System.Object,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the SqlDWSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sqlReaderQuery">SQL Data Warehouse reader query. Type:
            string (or Expression with resultType string).</param>
            <param name="sqlReaderStoredProcedureName">Name of the stored
            procedure for a SQL Data Warehouse source. This cannot be used at
            the same time as SqlReaderQuery. Type: string (or Expression with
            resultType string).</param>
            <param name="storedProcedureParameters">Value and type setting for
            stored procedure parameters. Example: "{Parameter1: {value: "1",
            type: "int"}}". Type: object (or Expression with resultType
            object), itemType: StoredProcedureParameter.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlDWSource.SqlReaderQuery">
            <summary>
            Gets or sets SQL Data Warehouse reader query. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlDWSource.SqlReaderStoredProcedureName">
            <summary>
            Gets or sets name of the stored procedure for a SQL Data Warehouse
            source. This cannot be used at the same time as SqlReaderQuery.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlDWSource.StoredProcedureParameters">
            <summary>
            Gets or sets value and type setting for stored procedure
            parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
            Type: object (or Expression with resultType object), itemType:
            StoredProcedureParameter.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SqlServerLinkedService">
            <summary>
            SQL Server linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlServerLinkedService.#ctor">
            <summary>
            Initializes a new instance of the SqlServerLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlServerLinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the SqlServerLinkedService class.
            </summary>
            <param name="connectionString">The connection string.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="userName">The on-premises Windows authentication user
            name. Type: string (or Expression with resultType string).</param>
            <param name="password">The on-premises Windows authentication
            password.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlServerLinkedService.ConnectionString">
            <summary>
            Gets or sets the connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlServerLinkedService.UserName">
            <summary>
            Gets or sets the on-premises Windows authentication user name.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlServerLinkedService.Password">
            <summary>
            Gets or sets the on-premises Windows authentication password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlServerLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlServerLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SqlServerStoredProcedureActivity">
            <summary>
            SQL stored procedure activity type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlServerStoredProcedureActivity.#ctor">
            <summary>
            Initializes a new instance of the SqlServerStoredProcedureActivity
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlServerStoredProcedureActivity.#ctor(System.String,System.Object,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,Microsoft.Azure.Management.DataFactory.Models.ActivityPolicy,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.StoredProcedureParameter})">
            <summary>
            Initializes a new instance of the SqlServerStoredProcedureActivity
            class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="storedProcedureName">Stored procedure name. Type:
            string (or Expression with resultType string).</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="policy">Activity policy.</param>
            <param name="storedProcedureParameters">Value and type setting for
            stored procedure parameters. Example: "{Parameter1: {value: "1",
            type: "int"}}".</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlServerStoredProcedureActivity.StoredProcedureName">
            <summary>
            Gets or sets stored procedure name. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlServerStoredProcedureActivity.StoredProcedureParameters">
            <summary>
            Gets or sets value and type setting for stored procedure
            parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlServerStoredProcedureActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SqlServerTableDataset">
            <summary>
            The on-premises SQL Server dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlServerTableDataset.#ctor">
            <summary>
            Initializes a new instance of the SqlServerTableDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlServerTableDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification})">
            <summary>
            Initializes a new instance of the SqlServerTableDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="tableName">The table name of the SQL Server dataset.
            Type: string (or Expression with resultType string).</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlServerTableDataset.TableName">
            <summary>
            Gets or sets the table name of the SQL Server dataset. Type: string
            (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlServerTableDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SqlSink">
            <summary>
            A copy activity SQL sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlSink.#ctor">
            <summary>
            Initializes a new instance of the SqlSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlSink.#ctor(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.StoredProcedureParameter})">
            <summary>
            Initializes a new instance of the SqlSink class.
            </summary>
            <param name="writeBatchSize">Write batch size. Type: integer (or
            Expression with resultType integer), minimum: 0.</param>
            <param name="writeBatchTimeout">Write batch timeout. Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sinkRetryCount">Sink retry count. Type: integer (or
            Expression with resultType integer).</param>
            <param name="sinkRetryWait">Sink retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sqlWriterStoredProcedureName">SQL writer stored
            procedure name. Type: string (or Expression with resultType
            string).</param>
            <param name="sqlWriterTableType">SQL writer table type. Type:
            string (or Expression with resultType string).</param>
            <param name="preCopyScript">SQL pre-copy script. Type: string (or
            Expression with resultType string).</param>
            <param name="storedProcedureParameters">SQL stored procedure
            parameters.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlSink.SqlWriterStoredProcedureName">
            <summary>
            Gets or sets SQL writer stored procedure name. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlSink.SqlWriterTableType">
            <summary>
            Gets or sets SQL writer table type. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlSink.PreCopyScript">
            <summary>
            Gets or sets SQL pre-copy script. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlSink.StoredProcedureParameters">
            <summary>
            Gets or sets SQL stored procedure parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SqlSource">
            <summary>
            A copy activity SQL source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlSource.#ctor">
            <summary>
            Initializes a new instance of the SqlSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SqlSource.#ctor(System.Object,System.Object,System.Object,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.StoredProcedureParameter})">
            <summary>
            Initializes a new instance of the SqlSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
            <param name="sqlReaderQuery">SQL reader query. Type: string (or
            Expression with resultType string).</param>
            <param name="sqlReaderStoredProcedureName">Name of the stored
            procedure for a SQL Database source. This cannot be used at the
            same time as SqlReaderQuery. Type: string (or Expression with
            resultType string).</param>
            <param name="storedProcedureParameters">Value and type setting for
            stored procedure parameters. Example: "{Parameter1: {value: "1",
            type: "int"}}".</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlSource.SqlReaderQuery">
            <summary>
            Gets or sets SQL reader query. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlSource.SqlReaderStoredProcedureName">
            <summary>
            Gets or sets name of the stored procedure for a SQL Database
            source. This cannot be used at the same time as SqlReaderQuery.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SqlSource.StoredProcedureParameters">
            <summary>
            Gets or sets value and type setting for stored procedure
            parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.StagingSettings">
            <summary>
            Staging settings.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.StagingSettings.#ctor">
            <summary>
            Initializes a new instance of the StagingSettings class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.StagingSettings.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the StagingSettings class.
            </summary>
            <param name="linkedServiceName">Staging linked service
            reference.</param>
            <param name="path">The path to storage for storing the interim
            data. Type: string (or Expression with resultType string).</param>
            <param name="enableCompression">Specifies whether to use
            compression when copying data via an interim staging. Default value
            is false. Type: boolean (or Expression with resultType
            boolean).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.StagingSettings.LinkedServiceName">
            <summary>
            Gets or sets staging linked service reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.StagingSettings.Path">
            <summary>
            Gets or sets the path to storage for storing the interim data.
            Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.StagingSettings.EnableCompression">
            <summary>
            Gets or sets specifies whether to use compression when copying data
            via an interim staging. Default value is false. Type: boolean (or
            Expression with resultType boolean).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.StagingSettings.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.StoredProcedureParameter">
            <summary>
            SQL stored procedure parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.StoredProcedureParameter.#ctor">
            <summary>
            Initializes a new instance of the StoredProcedureParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.StoredProcedureParameter.#ctor(System.Object,System.String)">
            <summary>
            Initializes a new instance of the StoredProcedureParameter class.
            </summary>
            <param name="value">Stored procedure parameter value. Type: string
            (or Expression with resultType string).</param>
            <param name="type">Stored procedure parameter type. Possible values
            include: 'String', 'Int', 'Decimal', 'Guid', 'Boolean',
            'Date'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.StoredProcedureParameter.Value">
            <summary>
            Gets or sets stored procedure parameter value. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.StoredProcedureParameter.Type">
            <summary>
            Gets or sets stored procedure parameter type. Possible values
            include: 'String', 'Int', 'Decimal', 'Guid', 'Boolean', 'Date'
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.StoredProcedureParameter.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.StoredProcedureParameterType">
            <summary>
            Defines values for StoredProcedureParameterType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SubResource">
            <summary>
            Azure Data Factory nested resource, which belongs to a factory.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SubResource.#ctor">
            <summary>
            Initializes a new instance of the SubResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SubResource.#ctor(System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the SubResource class.
            </summary>
            <param name="id">The resource identifier.</param>
            <param name="name">The resource name.</param>
            <param name="type">The resource type.</param>
            <param name="etag">Etag identifies change in the resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SubResource.Id">
            <summary>
            Gets the resource identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SubResource.Name">
            <summary>
            Gets the resource name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SubResource.Type">
            <summary>
            Gets the resource type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SubResource.Etag">
            <summary>
            Gets etag identifies change in the resource.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SybaseAuthenticationType">
            <summary>
            Defines values for SybaseAuthenticationType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService">
            <summary>
            Linked service for Sybase data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService.#ctor">
            <summary>
            Initializes a new instance of the SybaseLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService.#ctor(System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the SybaseLinkedService class.
            </summary>
            <param name="server">Server name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="database">Database name for connection. Type: string
            (or Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="schema">Schema name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="authenticationType">AuthenticationType to be used for
            connection. Possible values include: 'Basic', 'Windows'</param>
            <param name="username">Username for authentication. Type: string
            (or Expression with resultType string).</param>
            <param name="password">Password for authentication.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService.Server">
            <summary>
            Gets or sets server name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService.Database">
            <summary>
            Gets or sets database name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService.Schema">
            <summary>
            Gets or sets schema name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService.AuthenticationType">
            <summary>
            Gets or sets authenticationType to be used for connection. Possible
            values include: 'Basic', 'Windows'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService.Username">
            <summary>
            Gets or sets username for authentication. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService.Password">
            <summary>
            Gets or sets password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.SybaseLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.TabularTranslator">
            <summary>
            A copy activity tabular translator.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TabularTranslator.#ctor">
            <summary>
            Initializes a new instance of the TabularTranslator class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TabularTranslator.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the TabularTranslator class.
            </summary>
            <param name="columnMappings">Column mappings. Type: string (or
            Expression with resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TabularTranslator.ColumnMappings">
            <summary>
            Gets or sets column mappings. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.TeradataAuthenticationType">
            <summary>
            Defines values for TeradataAuthenticationType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.TeradataLinkedService">
            <summary>
            Linked service for Teradata data source.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TeradataLinkedService.#ctor">
            <summary>
            Initializes a new instance of the TeradataLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TeradataLinkedService.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String,System.Object,System.String,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.Object)">
            <summary>
            Initializes a new instance of the TeradataLinkedService class.
            </summary>
            <param name="server">Server name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
            <param name="schema">Schema name for connection. Type: string (or
            Expression with resultType string).</param>
            <param name="authenticationType">AuthenticationType to be used for
            connection. Possible values include: 'Basic', 'Windows'</param>
            <param name="username">Username for authentication. Type: string
            (or Expression with resultType string).</param>
            <param name="password">Password for authentication.</param>
            <param name="encryptedCredential">The encrypted credential used for
            authentication. Credentials are encrypted using the integration
            runtime credential manager. Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TeradataLinkedService.Server">
            <summary>
            Gets or sets server name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TeradataLinkedService.Schema">
            <summary>
            Gets or sets schema name for connection. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TeradataLinkedService.AuthenticationType">
            <summary>
            Gets or sets authenticationType to be used for connection. Possible
            values include: 'Basic', 'Windows'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TeradataLinkedService.Username">
            <summary>
            Gets or sets username for authentication. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TeradataLinkedService.Password">
            <summary>
            Gets or sets password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TeradataLinkedService.EncryptedCredential">
            <summary>
            Gets or sets the encrypted credential used for authentication.
            Credentials are encrypted using the integration runtime credential
            manager. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TeradataLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.TextFormat">
            <summary>
            The data stored in text format.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TextFormat.#ctor">
            <summary>
            Initializes a new instance of the TextFormat class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TextFormat.#ctor(System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object,System.Object)">
            <summary>
            Initializes a new instance of the TextFormat class.
            </summary>
            <param name="serializer">Serializer. Type: string (or Expression
            with resultType string).</param>
            <param name="deserializer">Deserializer. Type: string (or
            Expression with resultType string).</param>
            <param name="columnDelimiter">The column delimiter. Type: string
            (or Expression with resultType string).</param>
            <param name="rowDelimiter">The row delimiter. Type: string (or
            Expression with resultType string).</param>
            <param name="escapeChar">The escape character. Type: string (or
            Expression with resultType string).</param>
            <param name="quoteChar">The quote character. Type: string (or
            Expression with resultType string).</param>
            <param name="nullValue">The null value string. Type: string (or
            Expression with resultType string).</param>
            <param name="encodingName">The code page name of the preferred
            encoding. If miss, the default value is Γǣutf-8Γǥ, unless BOM
            denotes another Unicode encoding. Refer to the ΓǣNameΓǥ column of
            the table in the following link to set supported values:
            https://msdn.microsoft.com/library/system.text.encoding.aspx. Type:
            string (or Expression with resultType string).</param>
            <param name="treatEmptyAsNull">Treat empty column values in the
            text file as null. The default value is true. Type: boolean (or
            Expression with resultType boolean).</param>
            <param name="skipLineCount">The number of lines/rows to be skipped
            when parsing text files. The default value is 0. Type: integer (or
            Expression with resultType integer).</param>
            <param name="firstRowAsHeader">When used as input, treat the first
            row of data as headers. When used as output,write the headers into
            the output as the first row of data. The default value is false.
            Type: boolean (or Expression with resultType boolean).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TextFormat.ColumnDelimiter">
            <summary>
            Gets or sets the column delimiter. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TextFormat.RowDelimiter">
            <summary>
            Gets or sets the row delimiter. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TextFormat.EscapeChar">
            <summary>
            Gets or sets the escape character. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TextFormat.QuoteChar">
            <summary>
            Gets or sets the quote character. Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TextFormat.NullValue">
            <summary>
            Gets or sets the null value string. Type: string (or Expression
            with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TextFormat.EncodingName">
            <summary>
            Gets or sets the code page name of the preferred encoding. If miss,
            the default value is Γǣutf-8Γǥ, unless BOM denotes another
            Unicode encoding. Refer to the ΓǣNameΓǥ column of the table in
            the following link to set supported values:
            https://msdn.microsoft.com/library/system.text.encoding.aspx. Type:
            string (or Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TextFormat.TreatEmptyAsNull">
            <summary>
            Gets or sets treat empty column values in the text file as null.
            The default value is true. Type: boolean (or Expression with
            resultType boolean).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TextFormat.SkipLineCount">
            <summary>
            Gets or sets the number of lines/rows to be skipped when parsing
            text files. The default value is 0. Type: integer (or Expression
            with resultType integer).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TextFormat.FirstRowAsHeader">
            <summary>
            Gets or sets when used as input, treat the first row of data as
            headers. When used as output,write the headers into the output as
            the first row of data. The default value is false. Type: boolean
            (or Expression with resultType boolean).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.Trigger">
            <summary>
            Azure data factory nested object which contains information about
            creating pipeline run
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Trigger.#ctor">
            <summary>
            Initializes a new instance of the Trigger class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.Trigger.#ctor(System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference},System.String)">
            <summary>
            Initializes a new instance of the Trigger class.
            </summary>
            <param name="description">Trigger description.</param>
            <param name="pipelines">Pipelines that need to be started.</param>
            <param name="runtimeState">Indicates if trigger is running or not.
            Updated when Start/Stop APIs are called on the Trigger. Possible
            values include: 'Started', 'Stopped', 'Disabled'</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Trigger.Description">
            <summary>
            Gets or sets trigger description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Trigger.Pipelines">
            <summary>
            Gets or sets pipelines that need to be started.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.Trigger.RuntimeState">
            <summary>
            Gets indicates if trigger is running or not. Updated when
            Start/Stop APIs are called on the Trigger. Possible values include:
            'Started', 'Stopped', 'Disabled'
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference">
            <summary>
            Pipeline that needs to be triggered with the given parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference.#ctor">
            <summary>
            Initializes a new instance of the TriggerPipelineReference class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference.#ctor(Microsoft.Azure.Management.DataFactory.Models.PipelineReference,System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Initializes a new instance of the TriggerPipelineReference class.
            </summary>
            <param name="pipelineReference">Pipeline reference.</param>
            <param name="parameters">Pipeline parameters.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference.PipelineReference">
            <summary>
            Gets or sets pipeline reference.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference.Parameters">
            <summary>
            Gets or sets pipeline parameters.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TriggerPipelineReference.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.TriggerResource">
            <summary>
            Trigger resource type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TriggerResource.#ctor">
            <summary>
            Initializes a new instance of the TriggerResource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TriggerResource.#ctor(Microsoft.Azure.Management.DataFactory.Models.Trigger,System.String,System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the TriggerResource class.
            </summary>
            <param name="properties">Properties of the trigger.</param>
            <param name="id">The resource identifier.</param>
            <param name="name">The resource name.</param>
            <param name="type">The resource type.</param>
            <param name="etag">Etag identifies change in the resource.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerResource.Properties">
            <summary>
            Gets or sets properties of the trigger.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TriggerResource.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.TriggerRun">
            <summary>
            Trigger runs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TriggerRun.#ctor">
            <summary>
            Initializes a new instance of the TriggerRun class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.TriggerRun.#ctor(System.String,System.String,System.String,System.Nullable{System.DateTime},System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.String})">
            <summary>
            Initializes a new instance of the TriggerRun class.
            </summary>
            <param name="triggerRunId">Trigger run id.</param>
            <param name="triggerName">Trigger name.</param>
            <param name="triggerType">Trigger type.</param>
            <param name="triggerRunTimestamp">Trigger run start time.</param>
            <param name="status">Trigger run status. Possible values include:
            'Succeeded', 'Failed', 'Inprogress'</param>
            <param name="message">Trigger error message.</param>
            <param name="properties">List of property name and value related to
            trigger run. Name, value pair depends on type of trigger.</param>
            <param name="triggeredPipelines">List of pipeline name and run Id
            triggered by the trigger run.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerRun.TriggerRunId">
            <summary>
            Gets trigger run id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerRun.TriggerName">
            <summary>
            Gets trigger name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerRun.TriggerType">
            <summary>
            Gets trigger type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerRun.TriggerRunTimestamp">
            <summary>
            Gets trigger run start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerRun.Status">
            <summary>
            Gets trigger run status. Possible values include: 'Succeeded',
            'Failed', 'Inprogress'
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerRun.Message">
            <summary>
            Gets trigger error message.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerRun.Properties">
            <summary>
            Gets list of property name and value related to trigger run. Name,
            value pair depends on type of trigger.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.TriggerRun.TriggeredPipelines">
            <summary>
            Gets list of pipeline name and run Id triggered by the trigger run.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.TriggerRunStatus">
            <summary>
            Defines values for TriggerRunStatus.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.TriggerRuntimeState">
            <summary>
            Defines values for TriggerRuntimeState.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.UntilActivity">
            <summary>
            This activity executes inner activities until the specified boolean
            expression results to true or timeout is reached, whichever is earlier.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.UntilActivity.#ctor">
            <summary>
            Initializes a new instance of the UntilActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.UntilActivity.#ctor(System.String,Microsoft.Azure.Management.DataFactory.Models.Expression,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.Activity},System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency},System.Object)">
            <summary>
            Initializes a new instance of the UntilActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="expression">An expression that would evaluate to
            Boolean. The loop will continue until this expression evaluates to
            true</param>
            <param name="activities">List of activities to execute.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
            <param name="timeout">Specifies the timeout for the activity to
            run. If there is no value specified, it takes the value of
            TimeSpan.FromDays(7) which is 1 week as default. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.UntilActivity.Expression">
            <summary>
            Gets or sets an expression that would evaluate to Boolean. The loop
            will continue until this expression evaluates to true
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.UntilActivity.Timeout">
            <summary>
            Gets or sets specifies the timeout for the activity to run. If
            there is no value specified, it takes the value of
            TimeSpan.FromDays(7) which is 1 week as default. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])). Type: string
            (or Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.UntilActivity.Activities">
            <summary>
            Gets or sets list of activities to execute.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.UntilActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WaitActivity">
            <summary>
            This activity suspends pipeline execution for the specified interval.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WaitActivity.#ctor">
            <summary>
            Initializes a new instance of the WaitActivity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WaitActivity.#ctor(System.String,System.Int32,System.String,System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactory.Models.ActivityDependency})">
            <summary>
            Initializes a new instance of the WaitActivity class.
            </summary>
            <param name="name">Activity name.</param>
            <param name="waitTimeInSeconds">Duration in seconds.</param>
            <param name="description">Activity description.</param>
            <param name="dependsOn">Activity depends on condition.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WaitActivity.WaitTimeInSeconds">
            <summary>
            Gets or sets duration in seconds.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WaitActivity.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication">
            <summary>
            Web activity authentication properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication.#ctor">
            <summary>
            Initializes a new instance of the WebActivityAuthentication class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication.#ctor(System.String,Microsoft.Azure.Management.DataFactory.Models.SecureString,System.String,Microsoft.Azure.Management.DataFactory.Models.SecureString)">
            <summary>
            Initializes a new instance of the WebActivityAuthentication class.
            </summary>
            <param name="type">Web activity authentication
            (Basic/ClientCertificate)</param>
            <param name="pfx">Base64-encoded contents of a PFX file.</param>
            <param name="username">Web activity authentication user name for
            basic authentication.</param>
            <param name="password">Password for the PFX file or basic
            authentication.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication.Type">
            <summary>
            Gets or sets web activity authentication (Basic/ClientCertificate)
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication.Pfx">
            <summary>
            Gets or sets base64-encoded contents of a PFX file.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication.Username">
            <summary>
            Gets or sets web activity authentication user name for basic
            authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication.Password">
            <summary>
            Gets or sets password for the PFX file or basic authentication.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebActivityAuthentication.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WebActivityMethod">
            <summary>
            Defines values for WebActivityMethod.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WebAnonymousAuthentication">
            <summary>
            A WebLinkedService that uses anonymous authentication to communicate
            with an HTTP endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebAnonymousAuthentication.#ctor">
            <summary>
            Initializes a new instance of the WebAnonymousAuthentication class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebAnonymousAuthentication.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the WebAnonymousAuthentication class.
            </summary>
            <param name="url">The URL of the web service endpoint, e.g.
            http://www.microsoft.com . Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebAnonymousAuthentication.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WebBasicAuthentication">
            <summary>
            A WebLinkedService that uses basic authentication to communicate with
            an HTTP endpoint.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebBasicAuthentication.#ctor">
            <summary>
            Initializes a new instance of the WebBasicAuthentication class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebBasicAuthentication.#ctor(System.Object,System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString)">
            <summary>
            Initializes a new instance of the WebBasicAuthentication class.
            </summary>
            <param name="url">The URL of the web service endpoint, e.g.
            http://www.microsoft.com . Type: string (or Expression with
            resultType string).</param>
            <param name="username">User name for Basic authentication. Type:
            string (or Expression with resultType string).</param>
            <param name="password">The password for Basic
            authentication.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebBasicAuthentication.Username">
            <summary>
            Gets or sets user name for Basic authentication. Type: string (or
            Expression with resultType string).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebBasicAuthentication.Password">
            <summary>
            Gets or sets the password for Basic authentication.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebBasicAuthentication.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WebClientCertificateAuthentication">
            <summary>
            A WebLinkedService that uses client certificate based authentication to
            communicate with an HTTP endpoint. This scheme follows mutual
            authentication; the server must also provide valid credentials to the
            client.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebClientCertificateAuthentication.#ctor">
            <summary>
            Initializes a new instance of the
            WebClientCertificateAuthentication class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebClientCertificateAuthentication.#ctor(System.Object,Microsoft.Azure.Management.DataFactory.Models.SecureString,Microsoft.Azure.Management.DataFactory.Models.SecureString)">
            <summary>
            Initializes a new instance of the
            WebClientCertificateAuthentication class.
            </summary>
            <param name="url">The URL of the web service endpoint, e.g.
            http://www.microsoft.com . Type: string (or Expression with
            resultType string).</param>
            <param name="pfx">Base64-encoded contents of a PFX file.</param>
            <param name="password">Password for the PFX file.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebClientCertificateAuthentication.Pfx">
            <summary>
            Gets or sets base64-encoded contents of a PFX file.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebClientCertificateAuthentication.Password">
            <summary>
            Gets or sets password for the PFX file.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebClientCertificateAuthentication.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WebLinkedService">
            <summary>
            Web linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebLinkedService.#ctor">
            <summary>
            Initializes a new instance of the WebLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebLinkedService.#ctor(Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference,System.String)">
            <summary>
            Initializes a new instance of the WebLinkedService class.
            </summary>
            <param name="typeProperties">Web linked service properties.</param>
            <param name="connectVia">The integration runtime reference.</param>
            <param name="description">Linked service description.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebLinkedService.TypeProperties">
            <summary>
            Gets or sets web linked service properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebLinkedService.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties">
            <summary>
            Base definition of WebLinkedServiceTypeProperties, this typeProperties
            is polymorphic based on authenticationType, so not flattened in SDK
            models.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties.#ctor">
            <summary>
            Initializes a new instance of the WebLinkedServiceTypeProperties
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties.#ctor(System.Object)">
            <summary>
            Initializes a new instance of the WebLinkedServiceTypeProperties
            class.
            </summary>
            <param name="url">The URL of the web service endpoint, e.g.
            http://www.microsoft.com . Type: string (or Expression with
            resultType string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties.Url">
            <summary>
            Gets or sets the URL of the web service endpoint, e.g.
            http://www.microsoft.com . Type: string (or Expression with
            resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebLinkedServiceTypeProperties.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WebSource">
            <summary>
            A copy activity source for web page table.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebSource.#ctor">
            <summary>
            Initializes a new instance of the WebSource class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebSource.#ctor(System.Object,System.Object)">
            <summary>
            Initializes a new instance of the WebSource class.
            </summary>
            <param name="sourceRetryCount">Source retry count. Type: integer
            (or Expression with resultType integer).</param>
            <param name="sourceRetryWait">Source retry wait. Type: string (or
            Expression with resultType string), pattern:
            ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).</param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Models.WebTableDataset">
            <summary>
            The dataset points to a HTML table in the web page.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebTableDataset.#ctor">
            <summary>
            Initializes a new instance of the WebTableDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebTableDataset.#ctor(Microsoft.Azure.Management.DataFactory.Models.LinkedServiceReference,System.Object,System.String,System.Object,System.Collections.Generic.IDictionary{System.String,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification},System.Object)">
            <summary>
            Initializes a new instance of the WebTableDataset class.
            </summary>
            <param name="linkedServiceName">Linked service reference.</param>
            <param name="index">The zero-based index of the table in the web
            page. Type: integer (or Expression with resultType integer),
            minimum: 0.</param>
            <param name="description">Dataset description.</param>
            <param name="structure">Columns that define the structure of the
            dataset. Type: array (or Expression with resultType array),
            itemType: DatasetDataElement.</param>
            <param name="parameters">Parameters for dataset.</param>
            <param name="path">The relative URL to the web page from the linked
            service URL. Type: string (or Expression with resultType
            string).</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebTableDataset.Index">
            <summary>
            Gets or sets the zero-based index of the table in the web page.
            Type: integer (or Expression with resultType integer), minimum: 0.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Models.WebTableDataset.Path">
            <summary>
            Gets or sets the relative URL to the web page from the linked
            service URL. Type: string (or Expression with resultType string).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Models.WebTableDataset.Validate">
            <summary>
            Validate the object.
            </summary>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown if validation fails
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.ActivityRunsOperations">
            <summary>
            ActivityRunsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ActivityRunsOperations.#ctor(Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the ActivityRunsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.ActivityRunsOperations.Client">
            <summary>
            Gets a reference to the DataFactoryManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ActivityRunsOperations.ListByPipelineRunWithHttpMessagesAsync(System.String,System.String,System.String,System.DateTime,System.DateTime,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List activity runs based on input filter conditions.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='runId'>
            The pipeline run identifier.
            </param>
            <param name='startTime'>
            The start time of activity runs in ISO8601 format.
            </param>
            <param name='endTime'>
            The end time of activity runs in ISO8601 format.
            </param>
            <param name='status'>
            The status of the pipeline run.
            </param>
            <param name='activityName'>
            The name of the activity.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ActivityRunsOperations.ListByPipelineRunNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List activity runs based on input filter conditions.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.ActivityRunsOperationsExtensions">
            <summary>
            Extension methods for ActivityRunsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ActivityRunsOperationsExtensions.ListByPipelineRun(Microsoft.Azure.Management.DataFactory.IActivityRunsOperations,System.String,System.String,System.String,System.DateTime,System.DateTime,System.String,System.String,System.String)">
            <summary>
            List activity runs based on input filter conditions.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='runId'>
            The pipeline run identifier.
            </param>
            <param name='startTime'>
            The start time of activity runs in ISO8601 format.
            </param>
            <param name='endTime'>
            The end time of activity runs in ISO8601 format.
            </param>
            <param name='status'>
            The status of the pipeline run.
            </param>
            <param name='activityName'>
            The name of the activity.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ActivityRunsOperationsExtensions.ListByPipelineRunAsync(Microsoft.Azure.Management.DataFactory.IActivityRunsOperations,System.String,System.String,System.String,System.DateTime,System.DateTime,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List activity runs based on input filter conditions.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='runId'>
            The pipeline run identifier.
            </param>
            <param name='startTime'>
            The start time of activity runs in ISO8601 format.
            </param>
            <param name='endTime'>
            The end time of activity runs in ISO8601 format.
            </param>
            <param name='status'>
            The status of the pipeline run.
            </param>
            <param name='activityName'>
            The name of the activity.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ActivityRunsOperationsExtensions.ListByPipelineRunNext(Microsoft.Azure.Management.DataFactory.IActivityRunsOperations,System.String)">
            <summary>
            List activity runs based on input filter conditions.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ActivityRunsOperationsExtensions.ListByPipelineRunNextAsync(Microsoft.Azure.Management.DataFactory.IActivityRunsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List activity runs based on input filter conditions.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient">
            <summary>
            The Azure Data Factory V2 management API provides a RESTful set of web
            services that interact with Azure Data Factory V2 services.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.SubscriptionId">
            <summary>
            The subscription identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.ApiVersion">
            <summary>
            The API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running Operations.
            Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated and
            included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.Factories">
            <summary>
            Gets the IFactoriesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.IntegrationRuntimes">
            <summary>
            Gets the IIntegrationRuntimesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.LinkedServices">
            <summary>
            Gets the ILinkedServicesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.Datasets">
            <summary>
            Gets the IDatasetsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.Pipelines">
            <summary>
            Gets the IPipelinesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.PipelineRuns">
            <summary>
            Gets the IPipelineRunsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.ActivityRuns">
            <summary>
            Gets the IActivityRunsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.Triggers">
            <summary>
            Gets the ITriggersOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.#ctor(System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.#ctor(System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.#ctor(System.Uri,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.#ctor(System.Uri,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.#ctor(Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.#ctor(System.Uri,Microsoft.Rest.ServiceClientCredentials,System.Net.Http.HttpClientHandler,System.Net.Http.DelegatingHandler[])">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='baseUri'>
            Optional. The base URI of the service.
            </param>
            <param name='credentials'>
            Required. Credentials needed for the client to connect to Azure.
            </param>
            <param name='rootHandler'>
            Optional. The http client handler used to handle http transport.
            </param>
            <param name='handlers'>
            Optional. The delegating handlers to add to the http client pipeline.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient.Initialize">
            <summary>
            Initializes client properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.DatasetsOperations">
            <summary>
            DatasetsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperations.#ctor(Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the DatasetsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.DatasetsOperations.Client">
            <summary>
            Gets a reference to the DataFactoryManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperations.ListByFactoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists datasets.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.DatasetResource,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a dataset.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
            <param name='dataset'>
            Dataset resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the dataset entity. Should only be specified for update, for which
            it should match existing entity or can be * for unconditional update.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a dataset.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a dataset.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperations.ListByFactoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists datasets.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions">
            <summary>
            Extension methods for DatasetsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions.ListByFactory(Microsoft.Azure.Management.DataFactory.IDatasetsOperations,System.String,System.String)">
            <summary>
            Lists datasets.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions.ListByFactoryAsync(Microsoft.Azure.Management.DataFactory.IDatasetsOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists datasets.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactory.IDatasetsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.DatasetResource,System.String)">
            <summary>
            Creates or updates a dataset.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
            <param name='dataset'>
            Dataset resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the dataset entity. Should only be specified for update, for which
            it should match existing entity or can be * for unconditional update.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactory.IDatasetsOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.DatasetResource,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a dataset.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
            <param name='dataset'>
            Dataset resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the dataset entity. Should only be specified for update, for which
            it should match existing entity or can be * for unconditional update.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions.Get(Microsoft.Azure.Management.DataFactory.IDatasetsOperations,System.String,System.String,System.String)">
            <summary>
            Gets a dataset.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactory.IDatasetsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a dataset.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactory.IDatasetsOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a dataset.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactory.IDatasetsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a dataset.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions.ListByFactoryNext(Microsoft.Azure.Management.DataFactory.IDatasetsOperations,System.String)">
            <summary>
            Lists datasets.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.DatasetsOperationsExtensions.ListByFactoryNextAsync(Microsoft.Azure.Management.DataFactory.IDatasetsOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists datasets.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.FactoriesOperations">
            <summary>
            FactoriesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperations.#ctor(Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the FactoriesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.FactoriesOperations.Client">
            <summary>
            Gets a reference to the DataFactoryManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists factories under the specified subscription.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists factories.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.Factory,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='factory'>
            Factory resource definition.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='factoryUpdateParameters'>
            The parameters for updating a factory.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists factories under the specified subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists factories.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions">
            <summary>
            Extension methods for FactoriesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.List(Microsoft.Azure.Management.DataFactory.IFactoriesOperations)">
            <summary>
            Lists factories under the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.Threading.CancellationToken)">
            <summary>
            Lists factories under the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.ListByResourceGroup(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String)">
            <summary>
            Lists factories.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.ListByResourceGroupAsync(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists factories.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.Factory)">
            <summary>
            Creates or updates a factory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='factory'>
            Factory resource definition.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.Factory,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a factory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='factory'>
            Factory resource definition.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.Update(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters)">
            <summary>
            Updates a factory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='factoryUpdateParameters'>
            The parameters for updating a factory.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Updates a factory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='factoryUpdateParameters'>
            The parameters for updating a factory.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.Get(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.String)">
            <summary>
            Gets a factory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a factory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.String)">
            <summary>
            Deletes a factory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a factory.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String)">
            <summary>
            Lists factories under the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists factories under the specified subscription.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.ListByResourceGroupNext(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String)">
            <summary>
            Lists factories.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.FactoriesOperationsExtensions.ListByResourceGroupNextAsync(Microsoft.Azure.Management.DataFactory.IFactoriesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists factories.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.IActivityRunsOperations">
            <summary>
            ActivityRunsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IActivityRunsOperations.ListByPipelineRunWithHttpMessagesAsync(System.String,System.String,System.String,System.DateTime,System.DateTime,System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List activity runs based on input filter conditions.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='runId'>
            The pipeline run identifier.
            </param>
            <param name='startTime'>
            The start time of activity runs in ISO8601 format.
            </param>
            <param name='endTime'>
            The end time of activity runs in ISO8601 format.
            </param>
            <param name='status'>
            The status of the pipeline run.
            </param>
            <param name='activityName'>
            The name of the activity.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IActivityRunsOperations.ListByPipelineRunNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List activity runs based on input filter conditions.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient">
            <summary>
            The Azure Data Factory V2 management API provides a RESTful set of web
            services that interact with Azure Data Factory V2 services.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.BaseUri">
            <summary>
            The base URI of the service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.SerializationSettings">
            <summary>
            Gets or sets json serialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.DeserializationSettings">
            <summary>
            Gets or sets json deserialization settings.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.Credentials">
            <summary>
            Credentials needed for the client to connect to Azure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.SubscriptionId">
            <summary>
            The subscription identifier.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.ApiVersion">
            <summary>
            The API version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.AcceptLanguage">
            <summary>
            Gets or sets the preferred language for the response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout in seconds for Long Running
            Operations. Default value is 30.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.GenerateClientRequestId">
            <summary>
            When set to true a unique x-ms-client-request-id value is generated
            and included in each request. Default is true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.Operations">
            <summary>
            Gets the IOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.Factories">
            <summary>
            Gets the IFactoriesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.IntegrationRuntimes">
            <summary>
            Gets the IIntegrationRuntimesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.LinkedServices">
            <summary>
            Gets the ILinkedServicesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.Datasets">
            <summary>
            Gets the IDatasetsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.Pipelines">
            <summary>
            Gets the IPipelinesOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.PipelineRuns">
            <summary>
            Gets the IPipelineRunsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.ActivityRuns">
            <summary>
            Gets the IActivityRunsOperations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IDataFactoryManagementClient.Triggers">
            <summary>
            Gets the ITriggersOperations.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.IDatasetsOperations">
            <summary>
            DatasetsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IDatasetsOperations.ListByFactoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists datasets.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IDatasetsOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.DatasetResource,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a dataset.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
            <param name='dataset'>
            Dataset resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the dataset entity. Should only be specified for update,
            for which it should match existing entity or can be * for
            unconditional update.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IDatasetsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a dataset.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IDatasetsOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a dataset.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='datasetName'>
            The dataset name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IDatasetsOperations.ListByFactoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists datasets.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.IFactoriesOperations">
            <summary>
            FactoriesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IFactoriesOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists factories under the specified subscription.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IFactoriesOperations.ListByResourceGroupWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists factories.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IFactoriesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.Factory,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='factory'>
            Factory resource definition.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IFactoriesOperations.UpdateWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.FactoryUpdateParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Updates a factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='factoryUpdateParameters'>
            The parameters for updating a factory.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IFactoriesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IFactoriesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IFactoriesOperations.ListNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists factories under the specified subscription.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IFactoriesOperations.ListByResourceGroupNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists factories.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations">
            <summary>
            IntegrationRuntimesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.ListByFactoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists integration runtimes.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='integrationRuntime'>
            Integration runtime resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the integration runtime entity. Should only be specified
            for update, for which it should match existing entity or can be *
            for unconditional update.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.GetStatusWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets detailed status information for an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.GetConnectionInfoWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the on-premises integration runtime connection information for
            encrypting the on-premises data source credentials.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.RegenerateAuthKeyWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRegenerateKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the authentication key for an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='regenerateKeyParameters'>
            The parameters for regenerating integration runtime authentication
            key.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.ListAuthKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the authentication keys for an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.StartWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a ManagedReserved type integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.StopWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a ManagedReserved type integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.RemoveNodeWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRemoveNodeRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove a node from integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='removeNodeParameters'>
            The name of the node to be removed from an integration runtime.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.SyncCredentialsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Force the integration runtime to synchronize credentials among
            integration runtime nodes.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.GetMonitoringDataWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the integration runtime monitoring data, which includes the
            monitor data for all the nodes under this integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.BeginStartWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a ManagedReserved type integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.BeginStopWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a ManagedReserved type integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations.ListByFactoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists integration runtimes.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations">
            <summary>
            LinkedServicesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations.ListByFactoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists linked services.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a linked service.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='linkedService'>
            Linked service resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the linkedService entity. Should only be specified for
            update, for which it should match existing entity or can be * for
            unconditional update.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a linked service.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a linked service.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations.ListByFactoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists linked services.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations">
            <summary>
            IntegrationRuntimesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.#ctor(Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the IntegrationRuntimesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.Client">
            <summary>
            Gets a reference to the DataFactoryManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.ListByFactoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists integration runtimes.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='integrationRuntime'>
            Integration runtime resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the integration runtime entity. Should only be specified for
            update, for which it should match existing entity or can be * for
            unconditional update.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.GetStatusWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets detailed status information for an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.GetConnectionInfoWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets the on-premises integration runtime connection information for
            encrypting the on-premises data source credentials.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.RegenerateAuthKeyWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRegenerateKeyParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Regenerates the authentication key for an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='regenerateKeyParameters'>
            The parameters for regenerating integration runtime authentication key.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.ListAuthKeysWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Retrieves the authentication keys for an integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.StartWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a ManagedReserved type integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.StopWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a ManagedReserved type integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.RemoveNodeWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRemoveNodeRequest,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Remove a node from integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='removeNodeParameters'>
            The name of the node to be removed from an integration runtime.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.SyncCredentialsWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Force the integration runtime to synchronize credentials among integration
            runtime nodes.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.GetMonitoringDataWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get the integration runtime monitoring data, which includes the monitor
            data for all the nodes under this integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.BeginStartWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a ManagedReserved type integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.BeginStopWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a ManagedReserved type integration runtime.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperations.ListByFactoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists integration runtimes.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions">
            <summary>
            Extension methods for IntegrationRuntimesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.ListByFactory(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String)">
            <summary>
            Lists integration runtimes.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.ListByFactoryAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists integration runtimes.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource,System.String)">
            <summary>
            Creates or updates an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='integrationRuntime'>
            Integration runtime resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the integration runtime entity. Should only be specified for
            update, for which it should match existing entity or can be * for
            unconditional update.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeResource,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates or updates an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='integrationRuntime'>
            Integration runtime resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the integration runtime entity. Should only be specified for
            update, for which it should match existing entity or can be * for
            unconditional update.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.Get(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Gets an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.GetStatus(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Gets detailed status information for an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.GetStatusAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets detailed status information for an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.GetConnectionInfo(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Gets the on-premises integration runtime connection information for
            encrypting the on-premises data source credentials.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.GetConnectionInfoAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the on-premises integration runtime connection information for
            encrypting the on-premises data source credentials.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.RegenerateAuthKey(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRegenerateKeyParameters)">
            <summary>
            Regenerates the authentication key for an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='regenerateKeyParameters'>
            The parameters for regenerating integration runtime authentication key.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.RegenerateAuthKeyAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRegenerateKeyParameters,System.Threading.CancellationToken)">
            <summary>
            Regenerates the authentication key for an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='regenerateKeyParameters'>
            The parameters for regenerating integration runtime authentication key.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.ListAuthKeys(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Retrieves the authentication keys for an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.ListAuthKeysAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieves the authentication keys for an integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.Start(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Starts a ManagedReserved type integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.StartAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Starts a ManagedReserved type integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.Stop(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Stops a ManagedReserved type integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.StopAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stops a ManagedReserved type integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.RemoveNode(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRemoveNodeRequest)">
            <summary>
            Remove a node from integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='removeNodeParameters'>
            The name of the node to be removed from an integration runtime.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.RemoveNodeAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeRemoveNodeRequest,System.Threading.CancellationToken)">
            <summary>
            Remove a node from integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='removeNodeParameters'>
            The name of the node to be removed from an integration runtime.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.SyncCredentials(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Force the integration runtime to synchronize credentials among integration
            runtime nodes.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.SyncCredentialsAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Force the integration runtime to synchronize credentials among integration
            runtime nodes.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.GetMonitoringData(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Get the integration runtime monitoring data, which includes the monitor
            data for all the nodes under this integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.GetMonitoringDataAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get the integration runtime monitoring data, which includes the monitor
            data for all the nodes under this integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.BeginStart(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Starts a ManagedReserved type integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.BeginStartAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Starts a ManagedReserved type integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.BeginStop(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String)">
            <summary>
            Stops a ManagedReserved type integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.BeginStopAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stops a ManagedReserved type integration runtime.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='integrationRuntimeName'>
            The integration runtime name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.ListByFactoryNext(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String)">
            <summary>
            Lists integration runtimes.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IntegrationRuntimesOperationsExtensions.ListByFactoryNextAsync(Microsoft.Azure.Management.DataFactory.IIntegrationRuntimesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists integration runtimes.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.IOperations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IOperations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the available Azure Data Factory API operations.
            </summary>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations">
            <summary>
            PipelineRunsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations.QueryByFactoryWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Query pipeline runs in the factory based on input filter
            conditions.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='filterParameters'>
            Parameters to filter the pipeline run.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get a pipeline run by its run ID.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='runId'>
            The pipeline run identifier.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.IPipelinesOperations">
            <summary>
            PipelinesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IPipelinesOperations.ListByFactoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists pipelines.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IPipelinesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.PipelineResource,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='pipeline'>
            Pipeline resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the pipeline entity. Should only be specified for update,
            for which it should match existing entity or can be * for
            unconditional update.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IPipelinesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IPipelinesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IPipelinesOperations.CreateRunWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a run of a pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='parameters'>
            Parameters of the pipeline run.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.IPipelinesOperations.ListByFactoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists pipelines.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.ITriggersOperations">
            <summary>
            TriggersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.ListByFactoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists triggers.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.TriggerResource,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='trigger'>
            Trigger resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the trigger entity. Should only be specified for update,
            for which it should match existing entity or can be * for
            unconditional update.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.StartWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.StopWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.ListRunsWithHttpMessagesAsync(System.String,System.String,System.String,System.DateTime,System.DateTime,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List trigger runs.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='startTime'>
            Start time for trigger runs.
            </param>
            <param name='endTime'>
            End time for trigger runs.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.BeginStartWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.BeginStopWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.ListByFactoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists triggers.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.ITriggersOperations.ListRunsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List trigger runs.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.LinkedServicesOperations">
            <summary>
            LinkedServicesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperations.#ctor(Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the LinkedServicesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.LinkedServicesOperations.Client">
            <summary>
            Gets a reference to the DataFactoryManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperations.ListByFactoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists linked services.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a linked service.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='linkedService'>
            Linked service resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the linkedService entity. Should only be specified for update, for
            which it should match existing entity or can be * for unconditional update.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a linked service.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a linked service.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperations.ListByFactoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists linked services.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions">
            <summary>
            Extension methods for LinkedServicesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions.ListByFactory(Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations,System.String,System.String)">
            <summary>
            Lists linked services.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions.ListByFactoryAsync(Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists linked services.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource,System.String)">
            <summary>
            Creates or updates a linked service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='linkedService'>
            Linked service resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the linkedService entity. Should only be specified for update, for
            which it should match existing entity or can be * for unconditional update.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.LinkedServiceResource,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a linked service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='linkedService'>
            Linked service resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the linkedService entity. Should only be specified for update, for
            which it should match existing entity or can be * for unconditional update.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions.Get(Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations,System.String,System.String,System.String)">
            <summary>
            Gets a linked service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a linked service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a linked service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a linked service.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='linkedServiceName'>
            The linked service name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions.ListByFactoryNext(Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations,System.String)">
            <summary>
            Lists linked services.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.LinkedServicesOperationsExtensions.ListByFactoryNextAsync(Microsoft.Azure.Management.DataFactory.ILinkedServicesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists linked services.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.Operations">
            <summary>
            Operations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Operations.#ctor(Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the Operations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.Operations.Client">
            <summary>
            Gets a reference to the DataFactoryManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.Operations.ListWithHttpMessagesAsync(System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists the available Azure Data Factory API operations.
            </summary>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.OperationsExtensions">
            <summary>
            Extension methods for Operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.OperationsExtensions.List(Microsoft.Azure.Management.DataFactory.IOperations)">
            <summary>
            Lists the available Azure Data Factory API operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.OperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactory.IOperations,System.Threading.CancellationToken)">
            <summary>
            Lists the available Azure Data Factory API operations.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.PipelineRunsOperations">
            <summary>
            PipelineRunsOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelineRunsOperations.#ctor(Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the PipelineRunsOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.PipelineRunsOperations.Client">
            <summary>
            Gets a reference to the DataFactoryManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelineRunsOperations.QueryByFactoryWithHttpMessagesAsync(System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Query pipeline runs in the factory based on input filter conditions.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='filterParameters'>
            Parameters to filter the pipeline run.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelineRunsOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Get a pipeline run by its run ID.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='runId'>
            The pipeline run identifier.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.PipelineRunsOperationsExtensions">
            <summary>
            Extension methods for PipelineRunsOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelineRunsOperationsExtensions.QueryByFactory(Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters)">
            <summary>
            Query pipeline runs in the factory based on input filter conditions.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='filterParameters'>
            Parameters to filter the pipeline run.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelineRunsOperationsExtensions.QueryByFactoryAsync(Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.PipelineRunFilterParameters,System.Threading.CancellationToken)">
            <summary>
            Query pipeline runs in the factory based on input filter conditions.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='filterParameters'>
            Parameters to filter the pipeline run.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelineRunsOperationsExtensions.Get(Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations,System.String,System.String,System.String)">
            <summary>
            Get a pipeline run by its run ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='runId'>
            The pipeline run identifier.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelineRunsOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactory.IPipelineRunsOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Get a pipeline run by its run ID.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='runId'>
            The pipeline run identifier.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.PipelinesOperations">
            <summary>
            PipelinesOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperations.#ctor(Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the PipelinesOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.PipelinesOperations.Client">
            <summary>
            Gets a reference to the DataFactoryManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperations.ListByFactoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists pipelines.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.PipelineResource,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='pipeline'>
            Pipeline resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the pipeline entity. Should only be specified for update, for
            which it should match existing entity or can be * for unconditional update.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperations.CreateRunWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates a run of a pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='parameters'>
            Parameters of the pipeline run.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperations.ListByFactoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists pipelines.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions">
            <summary>
            Extension methods for PipelinesOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.ListByFactory(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.String)">
            <summary>
            Lists pipelines.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.ListByFactoryAsync(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists pipelines.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.PipelineResource,System.String)">
            <summary>
            Creates or updates a pipeline.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='pipeline'>
            Pipeline resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the pipeline entity. Should only be specified for update, for
            which it should match existing entity or can be * for unconditional update.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.PipelineResource,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a pipeline.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='pipeline'>
            Pipeline resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the pipeline entity. Should only be specified for update, for
            which it should match existing entity or can be * for unconditional update.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.Get(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.String,System.String)">
            <summary>
            Gets a pipeline.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a pipeline.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a pipeline.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a pipeline.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.CreateRun(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object})">
            <summary>
            Creates a run of a pipeline.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='parameters'>
            Parameters of the pipeline run.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.CreateRunAsync(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.String,System.String,System.Collections.Generic.IDictionary{System.String,System.Object},System.Threading.CancellationToken)">
            <summary>
            Creates a run of a pipeline.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='pipelineName'>
            The pipeline name.
            </param>
            <param name='parameters'>
            Parameters of the pipeline run.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.ListByFactoryNext(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String)">
            <summary>
            Lists pipelines.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.PipelinesOperationsExtensions.ListByFactoryNextAsync(Microsoft.Azure.Management.DataFactory.IPipelinesOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists pipelines.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.TriggersOperations">
            <summary>
            TriggersOperations operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.#ctor(Microsoft.Azure.Management.DataFactory.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the TriggersOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactory.TriggersOperations.Client">
            <summary>
            Gets a reference to the DataFactoryManagementClient
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.ListByFactoryWithHttpMessagesAsync(System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists triggers.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.CreateOrUpdateWithHttpMessagesAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.TriggerResource,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Creates or updates a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='trigger'>
            Trigger resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the trigger entity. Should only be specified for update, for which
            it should match existing entity or can be * for unconditional update.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.GetWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Gets a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.DeleteWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Deletes a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.StartWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.StopWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            The headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.ListRunsWithHttpMessagesAsync(System.String,System.String,System.String,System.DateTime,System.DateTime,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List trigger runs.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='startTime'>
            Start time for trigger runs.
            </param>
            <param name='endTime'>
            End time for trigger runs.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.BeginStartWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Starts a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.BeginStopWithHttpMessagesAsync(System.String,System.String,System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Stops a trigger.
            </summary>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.ListByFactoryNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            Lists triggers.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperations.ListRunsNextWithHttpMessagesAsync(System.String,System.Collections.Generic.Dictionary{System.String,System.Collections.Generic.List{System.String}},System.Threading.CancellationToken)">
            <summary>
            List trigger runs.
            </summary>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='customHeaders'>
            Headers that will be added to request.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
            <exception cref="T:Microsoft.Azure.Management.DataFactory.Models.ErrorResponseException">
            Thrown when the operation returned an invalid status code
            </exception>
            <exception cref="T:Microsoft.Rest.SerializationException">
            Thrown when unable to deserialize the response
            </exception>
            <exception cref="T:Microsoft.Rest.ValidationException">
            Thrown when a required parameter is null
            </exception>
            <exception cref="T:System.ArgumentNullException">
            Thrown when a required parameter is null
            </exception>
            <return>
            A response object containing the response body and response headers.
            </return>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions">
            <summary>
            Extension methods for TriggersOperations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.ListByFactory(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String)">
            <summary>
            Lists triggers.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.ListByFactoryAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists triggers.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.TriggerResource,System.String)">
            <summary>
            Creates or updates a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='trigger'>
            Trigger resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the trigger entity. Should only be specified for update, for which
            it should match existing entity or can be * for unconditional update.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactory.Models.TriggerResource,System.String,System.Threading.CancellationToken)">
            <summary>
            Creates or updates a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='trigger'>
            Trigger resource definition.
            </param>
            <param name='ifMatch'>
            ETag of the trigger entity. Should only be specified for update, for which
            it should match existing entity or can be * for unconditional update.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.Get(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String)">
            <summary>
            Gets a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String)">
            <summary>
            Deletes a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Deletes a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.Start(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String)">
            <summary>
            Starts a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.StartAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Starts a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.Stop(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String)">
            <summary>
            Stops a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.StopAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stops a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.ListRuns(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String,System.DateTime,System.DateTime)">
            <summary>
            List trigger runs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='startTime'>
            Start time for trigger runs.
            </param>
            <param name='endTime'>
            End time for trigger runs.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.ListRunsAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String,System.DateTime,System.DateTime,System.Threading.CancellationToken)">
            <summary>
            List trigger runs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='startTime'>
            Start time for trigger runs.
            </param>
            <param name='endTime'>
            End time for trigger runs.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.BeginStart(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String)">
            <summary>
            Starts a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.BeginStartAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Starts a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.BeginStop(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String)">
            <summary>
            Stops a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.BeginStopAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Stops a trigger.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='resourceGroupName'>
            The resource group name.
            </param>
            <param name='factoryName'>
            The factory name.
            </param>
            <param name='triggerName'>
            The trigger name.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.ListByFactoryNext(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String)">
            <summary>
            Lists triggers.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.ListByFactoryNextAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            Lists triggers.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.ListRunsNext(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String)">
            <summary>
            List trigger runs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactory.TriggersOperationsExtensions.ListRunsNextAsync(Microsoft.Azure.Management.DataFactory.ITriggersOperations,System.String,System.Threading.CancellationToken)">
            <summary>
            List trigger runs.
            </summary>
            <param name='operations'>
            The operations group for this extension method.
            </param>
            <param name='nextPageLink'>
            The NextLink from the previous successful call to List operation.
            </param>
            <param name='cancellationToken'>
            The cancellation token.
            </param>
        </member>
    </members>
</doc>