Microsoft.Azure.Management.DataFactories.xml

<?xml version="1.0"?>
<doc>
    <assembly>
        <name>Microsoft.Azure.Management.DataFactories</name>
    </assembly>
    <members>
        <member name="T:Microsoft.Azure.Management.DataFactories.Conversion.DictionaryConverter">
            <summary>
            Preserves the case of dictionary keys during serialization.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureMLUpdateResourceActivity">
            <summary>
            ADF Activity for updating the Trained Model module of an Azure ML Web service endpoint with a new trained model. See
            https://azure.microsoft.com/documentation/articles/machine-learning-retrain-models-programmatically/
            for information on how to create retrainable Azure Machine Learning services. You can create an ADF Pipeline with
            an <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureMLBatchExecutionActivity"/> to perform retraining and produce a new iLearner in an output Dataset, then use that
            Dataset as input to this Activity to patch a batch scoring endpoint.
             
            The Azure ML Linked Service for this activity must contain the management URL and API key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureMLUpdateResourceActivity.TrainedModelDatasetName">
            <summary>
            Required. Name of ADF Blob Dataset representing the iLearner file that will be uploaded by the update operation.
            The Dataset must be included in this Activity's Pipeline Inputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureMLUpdateResourceActivity.TrainedModelName">
            <summary>
            Required. Name of the Trained Model module in the experiment graph to be updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureMLBatchExecutionActivity">
            <summary>
            Azure ML Batch Execution Service activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureMLBatchExecutionActivity.GlobalParameters">
            <summary>
            Optional. 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 may include ADF functions to be resolved at each slice execution time
            (See https://msdn.microsoft.com/en-us/library/azure/dn835056.aspx).
            Values will be passed in the GlobalParameters property of the Azure ML batch execution request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureMLBatchExecutionActivity.WebServiceOutputs">
            <summary>
            Optional. Key,Value pairs mapping the Azure ML endpoint's Web Service Output names to names of ADF Blob
            Datasets where the batch execution output should be written. This information will be passed in the
            WebServiceOutputs property of the Azure ML batch execution request.
            Mapped Datasets must be included in the Activity's Outputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureMLBatchExecutionActivity.WebServiceInput">
            <summary>
            Optional. Name of ADF Blob Dataset giving the input to the batch execution. This information will be passed
            in the WebServiceInput property of the Azure ML batch execution request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity">
            <summary>
            Data Lake Analytics U-SQL activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity"/>.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity"/>
            with a plaintext script.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity"/>
            with script in linked service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.Script">
            <summary>
            Optional. The plaintext U-SQL script. This cannot be used at the same time as <see cref="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.ScriptPath"/> and <see cref="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.ScriptLinkedService"/>.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.ScriptPath">
            <summary>
            Optional. The path to the U-SQL script in the ScriptLinkedService. This needs to be used at the same time as <see cref="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.ScriptLinkedService"/>.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.ScriptLinkedService">
            <summary>
            Optional. The linked service hosting the U-SQL script. This needs to be used at the same time as <see cref="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.ScriptPath"/>.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.RuntimeVersion">
            <summary>
            Optional. Runtime version of U-SQL engine to use.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.CompilationMode">
            <summary>
            Optional. Compilation mode of U-SQL. Must be one of <see cref="T:Microsoft.Azure.Management.DataFactories.Models.USqlCompilationMode"/>.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.DegreeOfParallelism">
            <summary>
            Optional. Also known as BAUs (Big Analytics Units), or the maximum number of nodes that will be used simultaneously to run the job.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.Priority">
            <summary>
            Optional. Determines which jobs out of all that are queued should be selected to run first. The lower the number, the higher the priority (minimum is 0).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataLakeAnalyticsUSQLActivity.Parameters">
            <summary>
            Optional. Allows user to specify parameters for the U-SQL activity.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.USqlCompilationMode">
            <summary>
            Compilation mode for a U-SQL activity.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.USqlCompilationMode.Semantic">
            <summary>
            Only perform semantic checks and necessary sanity checks.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.USqlCompilationMode.Full">
            <summary>
            Perform the full compilation, including syntax check, optimization, code-gen, etc.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.USqlCompilationMode.SingleBox">
            <summary>
            Perform the full compilation, with TargetType setting to SingleBox.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreSink">
            <summary>
            Azure Data Lake Store sink.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.CopySink">
            <summary>
            A copy activity sink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.CopySink.WriteBatchSize">
            <summary>
            Write batch size.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.CopySink.WriteBatchTimeout">
            <summary>
            Write batch timeout.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.CopySink.SinkRetryCount">
            <summary>
            Sink retry count.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.CopySink.SinkRetryWait">
            <summary>
            Sink retry wait.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreSink.#ctor">
            <summary>
            Initalizes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreSink"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreSink.CopyBehavior">
            <summary>
            Optional. The type of copy behavior for copy sink.
            <see cref="T:Microsoft.Azure.Management.DataFactories.Models.CopyBehaviorType"/>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.CopyBehaviorType">
            <summary>
            All available types of copy behavior.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.CopyBehaviorType.PreserveHierarchy">
            <summary>
            Preserve the file hierarchy in the target folder. This is the default behavior for FileSystemSink.
            <see cref="T:Microsoft.Azure.Management.DataFactories.Models.FileSystemSink"/>
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.CopyBehaviorType.FlattenHierarchy">
            <summary>
            All files from the source folder will be in the first level of target folder. This is the default behavior for blobSink with binary data.
            <see cref="T:Microsoft.Azure.Management.DataFactories.Models.BlobSink"/>
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.CopyBehaviorType.MergeFiles">
            <summary>
            Merge all files from the source folder into one file. This is the default behavior for blobSink with tabular data.
            <see cref="T:Microsoft.Azure.Management.DataFactories.Models.BlobSink"/>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.FileSystemSink">
            <summary>
            A copy activity file system sink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.FileSystemSink.CopyBehavior">
            <summary>
            Optional. The type of copy behavior for copy sink.
            <see cref="T:Microsoft.Azure.Management.DataFactories.Models.CopyBehaviorType"/>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.SqlDWSink">
            <summary>
            A copy activity SQL data warehouse sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.SqlDWSink.#ctor">
            <summary>
            Initializes a new instance of the SqlDWSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.SqlDWSink.#ctor(System.Int32,System.TimeSpan)">
            <summary>
            Initializes a new instance of the SqlDWSink class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlDWSink.SliceIdentifierColumnName">
            <summary>
            Optional. Name of the SQL column which is used to save slice
            identifier information, to support idempotent copy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlDWSink.SqlWriterCleanupScript">
            <summary>
            Optional. SQL writer cleanup script.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreSource">
            <summary>
            Azure Data Lake Store source.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.CopySource">
            <summary>
            A copy activity source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.CopySource.SourceRetryCount">
            <summary>
            Source retry count.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.CopySource.SourceRetryWait">
            <summary>
            Source retry wait.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreSource.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreSource"/> class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreSource.Recursive">
            <summary>
            Optional. If true, files under the folder path will be read recursively.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.SqlDWSource">
            <summary>
            A copy activity SQL Data Warehouse source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlDWSource.SqlReaderQuery">
            <summary>
            SQL data warehouse reader query.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlDWSource.SqlReaderStoredProcedureName">
            <summary>
            Optional. Name of the stored procedure for a SQL Data Warehouse source. This cannot be used at the same time as SqlReaderQuery.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlDWSource.StoredProcedureParameters">
            <summary>
            Optional. Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HDInsightActivityDebugInfoOption">
            <summary>
            All available options on how to get the YARN logs for HDInsight activities
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.HDInsightActivityDebugInfoOption.None">
            <summary>
            Don't bring YARN logs
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.HDInsightActivityDebugInfoOption.Always">
            <summary>
            Always bring YARN logs
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.HDInsightActivityDebugInfoOption.Failure">
            <summary>
            Bring logs only on execution failure
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Conversion.GenericRegisteredTypeConverter`1">
            <summary>
            Used to de/serialize any polymorphic types inside the typeProperties section of a resource.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.PolymorphicTypeConverter`1.GetTypeName(System.Type)">
            <summary>
            Get a name to use during serialization of a type.
            </summary>
            <param name="type">The type to get a name for.</param>
            <returns>The name to use during serialization for <paramref name="type"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.GenericRegisteredTypeConverter`1.RegisterType``1(System.Boolean,System.Type)">
            <summary>
            Registers a type for conversion inside the TypeProperties of an ADF resource.
            </summary>
            <typeparam name="T">The type to register.</typeparam>
            <param name="force">If true, register the type <typeparamref name="T"/>
            even if it has already been registered.</param>
            <param name="wrapperType">The type to use for displaying any error messages.</param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreDataset">
            <summary>
            Azure Data Lake Store dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreDataset.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreDataset"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreDataset.#ctor(System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreDataset"/>
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreDataset.FolderPath">
            <summary>
            Required. Path to the folder in the Azure Data Lake Store.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreDataset.FileName">
            <summary>
            Optional. The name of the file in the Azure Data Lake Store.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreDataset.PartitionedBy">
            <summary>
            Optional. Specify a dynamic path and filename for time series data.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreDataset.Format">
            <summary>
            Optional. The format of the Data Lake Store.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreDataset.Compression">
            <summary>
            Optional. The data compression method used for the item(s) in the Azure Data Lake Store.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeAnalyticsLinkedService">
            <summary>
            Azure Data Lake Analytics linked service.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OAuthLinkedServiceBase">
            <summary>
            Base class of an OAuth linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.OAuthLinkedServiceBase.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.OAuthLinkedServiceBase"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.OAuthLinkedServiceBase.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.OAuthLinkedServiceBase"/>
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OAuthLinkedServiceBase.Authorization">
            <summary>
            OAuth authorization that may be used by ADF to access
            resources on your behalf. Each authorization is unique and may
            only be used once.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OAuthLinkedServiceBase.SessionId">
            <summary>
            OAuth session ID from the OAuth authorization session.
            Each session ID is unique and may only be used once.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeAnalyticsLinkedService.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeAnalyticsLinkedService"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeAnalyticsLinkedService.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeAnalyticsLinkedService"/>
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeAnalyticsLinkedService.AccountName">
            <summary>
            Required. Data Lake Analytics account name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeAnalyticsLinkedService.DataLakeAnalyticsUri">
            <summary>
            Optional. Data Lake Analytics service URI.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeAnalyticsLinkedService.SubscriptionId">
            <summary>
            Optional. Data Lake Analytics account subscription ID (if different from Data Factory account).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeAnalyticsLinkedService.ResourceGroupName">
            <summary>
            Optional. Data Lake Analytics account resource group name (if different from Data Factory account).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreLinkedService">
            <summary>
            Azure Data Lake Store linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreLinkedService.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreLinkedService"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreLinkedService.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreLinkedService"/>
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreLinkedService.DataLakeStoreUri">
            <summary>
            Required. Data Lake Store service URI.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreLinkedService.AccountName">
            <summary>
            Optional. Data Lake Store account name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreLinkedService.SubscriptionId">
            <summary>
            Optional. Data Lake Store account subscription ID (if different from Data Factory account).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureDataLakeStoreLinkedService.ResourceGroupName">
            <summary>
            Optional. Data Lake Store account resource group name (if different from Data Factory account).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDataWarehouseLinkedService">
            <summary>
            Azure SQL data warehouse linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDataWarehouseLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureSqlDataWarehouseLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDataWarehouseLinkedService.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AzureSqlDataWarehouseLinkedService class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDataWarehouseLinkedService.ConnectionString">
            <summary>
            Required. The connection string.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HDInsightSchemaGenerationProperties">
            <summary>
            Schema generation options for activities that execute against HDInsight clusters
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightSchemaGenerationProperties.Type">
            <summary>
            The <see cref="T:Microsoft.Azure.Management.DataFactories.Models.SchemaGenerationTypes"/> used.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightSchemaGenerationProperties.InputPartition">
            <summary>
            The <see cref="T:Microsoft.Azure.Management.DataFactories.Models.InputPartitionOption"/> used.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightSchemaGenerationProperties.AlterSchema">
            <summary>
            Flag to indicate if alter schema should be performed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.InputPartitionOption">
            <summary>
            All available input partition options.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HdfsLinkedService">
            <summary>
            Linked Service for Hadoop Distributed File System (HDFS) data source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HdfsLinkedService.AuthenticationType">
            <summary>
            Required. Type of authentication used to connect to the HDFS. Possible values are: Anonymous, and Windows.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HdfsLinkedService.GatewayName">
            <summary>
            Required. The on-premises gateway name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HdfsLinkedService.Url">
            <summary>
            Required. The URL of the HDFS service endpoint, e.g. "http://myhostname:50070/webhdfs/v1".
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HdfsLinkedService.EncryptedCredential">
            <summary>
            Optional. The encrypted credential for Windows authentication.
            </summary>]
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HdfsLinkedService.Username">
            <summary>
            Optional. Username for Windows authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HdfsLinkedService.Password">
            <summary>
            Optional. Password for Windows authentication.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOdbcLinkedService">
            <summary>
            Linked Service for Open Database Connectivity (ODBC) data source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOdbcLinkedService.AuthenticationType">
            <summary>
            Required. Type of authentication used to connect to the ODBC data store. Possible values are: Anonymous, Basic, and Windows.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOdbcLinkedService.GatewayName">
            <summary>
            Required. The on-premises gateway name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOdbcLinkedService.ConnectionString">
            <summary>
            Required. The non-access credential portion of the connection string as well as an optional encrypted credential,
            e.g. "Driver={SQL Server};Server=myserver;Database=mydb;EncryptedCredential=myencryptedcredential".
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOdbcLinkedService.Credential">
            <summary>
            Optional. The access credential portion of the connection string specified in driver-specific property-value format,
            e.g. “Uid=myusername;Pwd=mypassword;RefreshToken=mytoken;”.
            </summary>]
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOdbcLinkedService.Username">
            <summary>
            Optional. User name for Basic or Windows authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOdbcLinkedService.Password">
            <summary>
            Optional. Password for Basic or Windows authentication.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.SchemaGenerationTypes">
            <summary>
            All available chema generation types.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDataWarehouseTableDataset">
            <summary>
            The Azure SQL data warehouse dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDataWarehouseTableDataset.#ctor">
            <summary>
            Initializes a new instance of the AzureSqlDataWarehouseTableDataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDataWarehouseTableDataset.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AzureSqlDataWarehouseTableDataset class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDataWarehouseTableDataset.TableName">
            <summary>
            Required. The table name of the Azure SQL data warehouse dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.Title">
            <summary>
            Title of the schema property.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.Description">
            <summary>
            Description of the schema property.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.Default">
            <summary>
            Default value of the JSON property.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.Type">
            <summary>
            Type of the JSON property.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.Enum">
            <summary>
            Enum for the JSON property.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.Pattern">
            <summary>
            Regular expression pattern for string property types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.MaxLength">
            <summary>
            Maximum length for string property types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.MinLength">
            <summary>
            Minimum length for string property types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.LinkedServiceReference">
            <summary>
            The property is reference to a Linked Service (only valid for string types).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.SecureString">
            <summary>
            The value of the property will be some sensitive value and should be
            masked when returned from a GET call (only valid for string types).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.Minimum">
            <summary>
            Minimum allowed value for numeric property types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.Maximum">
            <summary>
            Maximum allowed value for numeric property types.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.BaseAdfSchemaProperty.Ref">
            <summary>
            Reference in definitions list for JSON property.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.CompressionLevel">
            <summary>
            All available compression levels.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.BZip2Compression">
            <summary>
            The BZip2 compression method used on a table.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.Compression">
            <summary>
            The compression method used on a table.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DeflateCompression">
            <summary>
            The Deflate compression method used on a table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DeflateCompression.Level">
            <summary>
            The <see cref="T:Microsoft.Azure.Management.DataFactories.Models.CompressionLevel"/> used.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GZipCompression">
            <summary>
            The GZip compression method used on a table.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GZipCompression.Level">
            <summary>
            The <see cref="T:Microsoft.Azure.Management.DataFactories.Models.CompressionLevel"/> used.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.DataSliceRunOperations">
            <summary>
            Operations for managing data slice runs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations">
            <summary>
            Operations for managing data slice runs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a Data Slice Run instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='runId'>
            A unique Data Slice Run Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get Data Slice Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations.GetLogsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets logs for a data slice run
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataSliceRunId'>
            A unique data slice run instance id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The data slice run get logs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations.ListAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data slice run instances with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='tableName'>
            A unique table instance name.
            </param>
            <param name='parameters'>
            Parameters for specifying the filters to list data slice runs of the table.
            format.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of run instances with the link to the next page.
            </summary>
            <param name='nextLink'>
            The url to the next data slice runs page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceRunOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations,System.String,System.String,System.String)">
            <summary>
            Gets a Data Slice Run instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='runId'>
            Required. A unique Data Slice Run Id.
            </param>
            <returns>
            The get Data Slice Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceRunOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations,System.String,System.String,System.String)">
            <summary>
            Gets a Data Slice Run instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='runId'>
            Required. A unique Data Slice Run Id.
            </param>
            <returns>
            The get Data Slice Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceRunOperationsExtensions.GetLogs(Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations,System.String,System.String,System.String)">
            <summary>
            Gets logs for a data slice run
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataSliceRunId'>
            Required. A unique data slice run instance id.
            </param>
            <returns>
            The data slice run get logs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceRunOperationsExtensions.GetLogsAsync(Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations,System.String,System.String,System.String)">
            <summary>
            Gets logs for a data slice run
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataSliceRunId'>
            Required. A unique data slice run instance id.
            </param>
            <returns>
            The data slice run get logs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceRunOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters)">
            <summary>
            Gets the first page of data slice run instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='tableName'>
            Required. A unique table instance name.
            </param>
            <param name='parameters'>
            Required. Parameters for specifying the filters to list data slice runs of the table.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceRunOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters)">
            <summary>
            Gets the first page of data slice run instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='tableName'>
            Required. A unique table instance name.
            </param>
            <param name='parameters'>
            Required. Parameters for specifying the filters to list data slice runs of the table.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceRunOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations,System.String)">
            <summary>
            Gets the next page of run instances with the link to the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data slice runs page.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceRunOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.IDataSliceRunOperations,System.String)">
            <summary>
            Gets the next page of run instances with the link to the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data slice runs page.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.DataSliceOperations">
            <summary>
            Operations for managing data slices.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.IDataSliceOperations">
            <summary>
            Operations for managing data slices.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataSliceOperations.ListAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data slice instances with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='tableName'>
            A unique table instance name.
            </param>
            <param name='parameters'>
            Parameters specifying how to list data slices of the table.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataSliceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data slice instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next data slices page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataSliceOperations.SetStatusAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters,System.Threading.CancellationToken)">
            <summary>
            Sets status of data slices over a time range for a specific table.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='tableName'>
            A unique table instance name.
            </param>
            <param name='parameters'>
            The parameters required to set status of data slices.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.IDataSliceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters)">
            <summary>
            Gets the first page of data slice instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='tableName'>
            Required. A unique table instance name.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to list data slices of the table.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.IDataSliceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters)">
            <summary>
            Gets the first page of data slice instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='tableName'>
            Required. A unique table instance name.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to list data slices of the table.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.IDataSliceOperations,System.String)">
            <summary>
            Gets the next page of data slice instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data slices page.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.IDataSliceOperations,System.String)">
            <summary>
            Gets the next page of data slice instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data slices page.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceOperationsExtensions.SetStatus(Microsoft.Azure.Management.DataFactories.IDataSliceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters)">
            <summary>
            Sets status of data slices over a time range for a specific table.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='tableName'>
            Required. A unique table instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to set status of data slices.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataSliceOperationsExtensions.SetStatusAsync(Microsoft.Azure.Management.DataFactories.IDataSliceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters)">
            <summary>
            Sets status of data slices over a time range for a specific table.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='tableName'>
            Required. A unique table instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to set status of data slices.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.GatewayOperations">
            <summary>
            Operations for managing data factory gateways.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.IGatewayOperations">
            <summary>
            Operations for managing data factory gateways.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IGatewayOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IGatewayOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Name of the gateway to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IGatewayOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IGatewayOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Name of the gateway to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IGatewayOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Name of the gateway to get.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IGatewayOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IGatewayOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List all gateways under a data factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factory gateways operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IGatewayOperations.RegenerateKeyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Regenerate gateway key.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            The name of the gateway to regenerate key.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The regenerate gateway key operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IGatewayOperations.RetrieveConnectionInfoAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve gateway connection information.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Name of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The retrieve gateway connection information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IGatewayOperations.UpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to delete.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to delete.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Gets a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to get.
            </param>
            <returns>
            The Get data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Gets a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to get.
            </param>
            <returns>
            The Get data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String)">
            <summary>
            List all gateways under a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List data factory gateways operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String)">
            <summary>
            List all gateways under a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List data factory gateways operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.RegenerateKey(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Regenerate gateway key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway to regenerate key.
            </param>
            <returns>
            The regenerate gateway key operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.RegenerateKeyAsync(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Regenerate gateway key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway to regenerate key.
            </param>
            <returns>
            The regenerate gateway key operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.RetrieveConnectionInfo(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve gateway connection information.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway.
            </param>
            <returns>
            The retrieve gateway connection information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.RetrieveConnectionInfoAsync(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve gateway connection information.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway.
            </param>
            <returns>
            The retrieve gateway connection information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.Update(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.GatewayOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DataFactories.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.HubOperations">
            <summary>
            Operations for managing hubs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.IHubOperations">
            <summary>
            Operations for managing hubs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IHubOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IHubOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='hubName'>
            The name of the hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IHubOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IHubOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='hubName'>
            The name of the data factory hub to be created or updated.
            </param>
            <param name='parameters'>
            The parameters required to create or update a hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IHubOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='hubName'>
            The name of the hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IHubOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a hub instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='hubName'>
            The name of the hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IHubOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IHubOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IHubOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='nextLink'>
            The url to the next data factory hubs page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the data factory hub to be created or updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the data factory hub to be created or updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Gets a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            The get hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Gets a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            The get hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String)">
            <summary>
            Gets the first page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String,System.String)">
            <summary>
            Gets the first page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String)">
            <summary>
            Gets the next page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data factory hubs page.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.HubOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.IHubOperations,System.String)">
            <summary>
            Gets the next page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data factory hubs page.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.IDataFactoryOperations">
            <summary>
            Operations for managing data factories.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataFactoryOperations.BeginCreateOrUpdateAsync(System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataFactoryOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataFactoryOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataFactoryOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data factory instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataFactoryOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataFactoryOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data factory instances with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factories.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDataFactoryOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data factory instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next data factories page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String,System.String)">
            <summary>
            Delete a data factory instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String,System.String)">
            <summary>
            Delete a data factory instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String,System.String)">
            <summary>
            Gets a data factory instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The Get data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String,System.String)">
            <summary>
            Gets a data factory instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The Get data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String)">
            <summary>
            Gets the first page of data factory instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factories.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String)">
            <summary>
            Gets the first page of data factory instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factories.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String)">
            <summary>
            Gets the next page of data factory instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data factories page.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.IDataFactoryOperations,System.String)">
            <summary>
            Gets the next page of data factory instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data factories page.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient">
            <summary>
            Client for interacting with the Azure Data Factory service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.BaseUri">
            <summary>
            The URI used as the base for all Service Management requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.Credentials">
            <summary>
            When you create a Windows Azure subscription, it is uniquely
            identified by a subscription ID. The subscription ID forms part of
            the URI for every call that you make to the Service Management
            API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.ActivityTypes">
            <summary>
            Operations for managing data factory ActivityTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.ComputeTypes">
            <summary>
            Operations for managing data factory ComputeTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.DataFactories">
            <summary>
            Operations for managing data factories.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.DataSlices">
            <summary>
            Operations for managing data slices.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.DataSliceRuns">
            <summary>
            Operations for managing data slice runs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.Gateways">
            <summary>
            Operations for managing data factory gateways.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.Hubs">
            <summary>
            Operations for managing hubs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.LinkedServices">
            <summary>
            Operations for managing data factory linkedServices.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.Pipelines">
            <summary>
            Operations for managing pipelines.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.IDataFactoryManagementClient.Datasets">
            <summary>
            Operations for managing Datasets.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.#ctor">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient"/> class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient"/> class.
            </summary>
            <param name="credentials">
            Required. When you create a Windows Azure subscription, it is
            uniquely identified by a subscription ID. The subscription ID
            forms part of the URI for every call that you make to the Service
            Management API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </param>
            <param name="baseUri">
            The URI used as the base for all Service Management requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient"/> class.
            </summary>
            <param name="credentials">
            Required. When you create a Windows Azure subscription, it is
            uniquely identified by a subscription ID. The subscription ID
            forms part of the URI for every call that you make to the Service
            Management API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient"/> class.
            </summary>
            <param name="httpClient">
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient"/> class.
            </summary>
            <param name="credentials">
            Required. When you create a Windows Azure subscription, it is
            uniquely identified by a subscription ID. The subscription ID
            forms part of the URI for every call that you make to the Service
            Management API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </param>
            <param name="baseUri">
            Optional. The URI used as the base for all Service Management
            requests.
            </param>
            <param name="httpClient">
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the <see cref="T:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient"/> class.
            </summary>
            <param name="credentials">
            Required. When you create a Windows Azure subscription, it is
            uniquely identified by a subscription ID. The subscription ID
            forms part of the URI for every call that you make to the Service
            Management API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </param>
            <param name="httpClient">
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient})">
            <summary>
            Clones properties from current instance to another DataFactoryManagementClient instance.
            </summary>
            <param name='client'>
            Instance of DataFactoryManagementClient to clone to
            </param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.BaseUri">
            <summary>
            The URI used as the base for all Service Management requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.Credentials">
            <summary>
            When you create a Windows Azure subscription, it is uniquely
            identified by a subscription ID. The subscription ID forms part of
            the URI for every call that you make to the Service Management
            API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.ActivityTypes">
            <summary>
            Operations for managing data factory ActivityTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.ComputeTypes">
            <summary>
            Operations for managing data factory ComputeTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.DataFactories">
            <summary>
            Operations for managing data factories.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.DataSlices">
            <summary>
            Operations for managing data slices.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.DataSliceRuns">
            <summary>
            Operations for managing data slice runs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.Gateways">
            <summary>
            Operations for managing data factory gateways.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.Hubs">
            <summary>
            Operations for managing hubs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.LinkedServices">
            <summary>
            Operations for managing data factory linkedServices.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.Pipelines">
            <summary>
            Operations for managing pipelines.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.Datasets">
            <summary>
            Operations for managing Datasets.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.OAuth">
            <summary>
            Operations for OAuth authorization.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations (in seconds).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations (in seconds).
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.IOAuthOperations">
            <summary>
            Operations for OAuth authorization.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IOAuthOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an OAuth authorization session.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='linkedServiceType'>
            The type of OAuth linked service.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get authorization session operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.OAuthOperations">
            <summary>
            Operations for OAuth authorization.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.OAuthOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.IOAuthOperations,System.String,System.String,System.String)">
            <summary>
            Gets an OAuth authorization session.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IOAuthOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceType'>
            Required. The type of OAuth linked service.
            </param>
            <returns>
            The Get authorization session operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.OAuthOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.IOAuthOperations,System.String,System.String,System.String)">
            <summary>
            Gets an OAuth authorization session.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IOAuthOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceType'>
            Required. The type of OAuth linked service.
            </param>
            <returns>
            The Get authorization session operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Runtime.IActivityLogger">
            <summary>
            Provides functionality for logging the execution of an activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Runtime.IActivityLogger.Write(System.String,System.Object[])">
            <summary>
            Log activity message.
            </summary>
            <param name="format">A composite format string.</param>
            <param name="args">The objects to format.</param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Runtime.IDotNetActivity">
            <summary>
            Used to implement an activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Runtime.IDotNetActivity.Execute(System.Collections.Generic.IEnumerable{Microsoft.Azure.Management.DataFactories.Models.LinkedService},System.Collections.Generic.IEnumerable{Microsoft.Azure.Management.DataFactories.Models.Dataset},Microsoft.Azure.Management.DataFactories.Models.Activity,Microsoft.Azure.Management.DataFactories.Runtime.IActivityLogger)">
            <summary>
            Called to execute an instance of the activity.
            </summary>
            <param name="linkedServices">Linked services referenced by activity definition.</param>
            <param name="datasets">Datasets referenced by activity definition.</param>
            <param name="activity">Activity definition.</param>
            <param name="logger">Used to log messages during activity execution.</param>
            <returns>Properties that may be passed to down-stream activites.</returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AdfResourceProperties`2.Type">
            <summary>
            The type of the resource. May be the name of a built-in ADF type or
            a type registered by a user and available to the data factory this resource
            is a member of.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AdfResourceProperties`2.TypeProperties">
            <summary>
            The properties specific to the resource type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.AdfRegisteredTypeConverter`2.ToCoreType(`1)">
            <summary>
            Converts <paramref name="wrappedObject"/> from type TCore to TWrapper.
            </summary>
            <param name="wrappedObject">
            The object to convert to its generic/core type equivalent.
            </param>
            <returns>The generic representation of <paramref name="wrappedObject"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.AdfRegisteredTypeConverter`2.ToWrapperType(`0)">
            <summary>
            Converts <paramref name="coreObject"/> from type TWrapper to TCore.
            </summary>
            <param name="coreObject">
            The object to convert to its strong/wrapped type equivalent.
            </param>
            <returns>The wrapped representation of <paramref name="coreObject"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.CoreTypeConverter`4.ToCoreType(`1)">
            <summary>
            Converts <paramref name="wrappedObject"/> from type TCore to TWrapper.
            </summary>
            <param name="wrappedObject">
            The object to convert to its generic/core type equivalent.
            </param>
            <returns>The generic representation of <paramref name="wrappedObject"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.CoreTypeConverter`4.ToWrapperType(`0)">
            <summary>
            Converts <paramref name="internalDataset"/> from type TWrapper to TCore.
            </summary>
            <param name="internalDataset">
            The object to convert to its strong/wrapped type equivalent.
            </param>
            <returns>The wrapped representation of <paramref name="internalDataset"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.CoreTypeConverter`4.ValidateWrappedObject(`1)">
            <summary>
            Checks if <paramref name="wrappedObject"/> is valid.
            </summary>
            <param name="wrappedObject">The object to validate.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.LinkedServiceConverter.ToCoreType(Microsoft.Azure.Management.DataFactories.Models.LinkedService)">
            <summary>
            Convert <paramref name="linkedService"/> to an <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedService"/> instance.
            This method should be called only after type is validated, otherwise type-specific logic will break
            </summary>
            <param name="linkedService">The <see cref="T:Microsoft.Azure.Management.DataFactories.Models.LinkedService"/> instance to convert.</param>
            <returns>An <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedService"/>
            instance equivalent to <paramref name="linkedService"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.LinkedServiceConverter.ToWrapperType(Microsoft.Azure.Management.DataFactories.Core.Models.LinkedService)">
            <summary>
            Convert <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedService"/>
            to a <see cref="T:Microsoft.Azure.Management.DataFactories.Models.LinkedService"/> instance.
            </summary>
            <param name="internalLinkedService">
            The <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedService"/>
            instance to convert.</param>
            <returns>A <see cref="T:Microsoft.Azure.Management.DataFactories.Models.LinkedService"/> instance equivalent to <paramref name="internalLinkedService"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.LinkedServiceConverter.ValidateWrappedObject(Microsoft.Azure.Management.DataFactories.Models.LinkedService)">
            <summary>
            Validate a LinkedService instance, specifically its type properties.
            </summary>
            <param name="linkedService">The <see cref="T:Microsoft.Azure.Management.DataFactories.Models.LinkedService"/> instance to validate.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.PipelineConverter.ToCoreType(Microsoft.Azure.Management.DataFactories.Models.Pipeline)">
            <summary>
            Convert <paramref name="pipeline"/> to a <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline"/> instance.
            This method should be called only after type is validated, otherwise type-specific logic will break.
            </summary>
            <param name="pipeline">
            The <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline"/>
            instance to convert.
            </param>
            <returns>A <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline"/>
            instance equivalent to <paramref name="pipeline"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.PipelineConverter.ToWrapperType(Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline)">
            <summary>
            Convert <paramref name="internalPipeline"/> to a
            <see cref="T:Microsoft.Azure.Management.DataFactories.Models.Pipeline"/> instance.
            </summary>
            <param name="internalPipeline">
            The <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline"/> instance to convert.
            </param>
            <returns>A <see cref="T:Microsoft.Azure.Management.DataFactories.Models.Pipeline"/> instance equivalent to <paramref name="internalPipeline"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.PipelineConverter.ValidateWrappedObject(Microsoft.Azure.Management.DataFactories.Models.Pipeline)">
            <summary>
            Validate a <see cref="T:Microsoft.Azure.Management.DataFactories.Models.Pipeline"/> instance, specifically its type properties.
            </summary>
            <param name="pipeline">The <see cref="T:Microsoft.Azure.Management.DataFactories.Models.Pipeline"/> instance to validate.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.DatasetConverter.ToCoreType(Microsoft.Azure.Management.DataFactories.Models.Dataset)">
            <summary>
            Convert <paramref name="dataset"/> to an <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.Dataset"/> instance.
            This method should be called only after type is validated, otherwise type-specific logic will break
            </summary>
            <param name="dataset">The <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.Dataset"/> instance to convert.</param>
            <returns>A <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.Dataset"/> instance equivalent to <paramref name="dataset"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.DatasetConverter.ToWrapperType(Microsoft.Azure.Management.DataFactories.Core.Models.Dataset)">
            <summary>
            Convert <paramref name="internalDataset"/> to a <see cref="T:Microsoft.Azure.Management.DataFactories.Models.Dataset"/> instance.
            </summary>
            <param name="internalDataset">The <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.Dataset"/> instance to convert.</param>
            <returns>A <see cref="T:Microsoft.Azure.Management.DataFactories.Models.Dataset"/> instance equivalent to <paramref name="internalDataset"/>.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Conversion.DatasetConverter.ValidateWrappedObject(Microsoft.Azure.Management.DataFactories.Models.Dataset)">
            <summary>
            Validate a <see cref="T:Microsoft.Azure.Management.DataFactories.Models.Dataset"/> instance, specifically its type properties.
            </summary>
            <param name="dataset">The <see cref="T:Microsoft.Azure.Management.DataFactories.Models.Dataset"/> instance to validate.</param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Ensure.GetFirstForeignMethodOnStack(System.Int32)">
            <summary>
            Crawls the current call stack and retrieves the name of the first "foreign" method.
            A method is considered foreign if it's not part of this class.
            </summary>
            <param name="stackFramesToSkip">The stack frames to skip.</param>
            <returns>The name of the first foreign method on the call stack.</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Ensure.GetFullyQualifiedMemberName(System.Reflection.MemberInfo)">
            <summary>
            Given a member reference, find its fully qualified name (assembly, class, member)
            </summary>
            <param name="member">The member whose name is desired</param>
            <returns>The fully qualified member name, including assembly, namespace, class, and member</returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.GetLongRunningOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.BaseUri">
            <summary>
            The URI used as the base for all Service Management requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.Credentials">
            <summary>
            When you create a Windows Azure subscription, it is uniquely
            identified by a subscription ID. The subscription ID forms part of
            the URI for every call that you make to the Service Management
            API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.ActivityTypes">
            <summary>
            Operations for managing data factory ActivityTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.ComputeTypes">
            <summary>
            Operations for managing data factory ComputeTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.DataFactories">
            <summary>
            Operations for managing data factories.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.Datasets">
            <summary>
            Operations for managing datasets.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.DataSlices">
            <summary>
            Operations for managing data slices.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.DataSliceRuns">
            <summary>
            Operations for managing data slice runs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.Gateways">
            <summary>
            Operations for managing data factory gateways.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.Hubs">
            <summary>
            Operations for managing hubs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.LinkedServices">
            <summary>
            Operations for managing data factory internal linkedServices.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.OAuth">
            <summary>
            Operations for OAuth authorizations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.Pipelines">
            <summary>
            Operations for managing pipelines.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.GetResponseBody(System.Action{Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient})">
            <summary>
            Executes the given call to the RP and returns the response content (i.e. raw json).
            </summary>
            <param name="operation"></param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.GetRequestUri(System.Action{Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient})">
            <summary>
            Returns the url that the Hydra client would use to execute the given RP operation (doesn't actually
            call the RP.)
            </summary>
            <param name="operation"></param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.GetResponseBodyAsync(System.Func{Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient,System.Threading.Tasks.Task})">
            <summary>
            Executes the given call to the RP and returns the response content (i.e. raw json).
            </summary>
            <param name="operation"></param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.GetFakeClient(System.Net.Http.DelegatingHandler)">
            <summary>
            Gets a client instance suitable for faking calls to the RP.
            </summary>
            <param name="handler"></param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.SerializeInternalLinkedServiceToJson(Microsoft.Azure.Management.DataFactories.Core.Models.LinkedService)">
            <summary>
            Serializes the given InternalLinkedService into JSON, by mocking a create request to
            exercise the client's serialization logic.
            </summary>
            <param name="item">The object to serialize.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.SerializeInternalDatasetToJson(Microsoft.Azure.Management.DataFactories.Core.Models.Dataset)">
            <summary>
            Serializes the given Core.Models.Dataset into JSON, by mocking a create or update request to
            exercise the client's serialization logic.
            </summary>
            <param name="item">The object to serialize.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.SerializeInternalPipelineToJson(Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline)">
            <summary>
            Serializes the given Pipeline into JSON, by mocking a create request to
            exercise the client's serialization logic.
            </summary>
            <param name="item">The object to serialize.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.SerializeGatewayToJson(Microsoft.Azure.Management.DataFactories.Models.Gateway)">
            <summary>
            Serializes the given GatewayDefinition into JSON, by mocking a create request to
            exercise the client's serialization logic.
            </summary>
            <param name="item">The object to serialize.</param>
            <returns></returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.SerializeDataFactoryToJson(Microsoft.Azure.Management.DataFactories.Models.DataFactory)" -->
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.SerializeInternalActivityTypeToJson(Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityType)" -->
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.SerializeInternalComputeTypeToJson(Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeType)" -->
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.DeserializeInternalLinkedServiceJson(System.String)">
            <summary>
            Deserializes the given json into an Hydra OM InternalLinkedService instance,
            by mocking a get request to exercise the client's deserialization logic.
            </summary>
            <param name="json">The JSON string to deserialize.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.DeserializeInternalDatasetJson(System.String)">
            <summary>
            Deserializes the given json into a <see cref="T:Microsoft.Azure.Management.DataFactories.Core.Models.Dataset"/> instance, by mocking a get request to
            exercise the client's deserialization logic.
            </summary>
            <param name="json">The JSON string to deserialize.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.DeserializeInternalPipelineJson(System.String)">
            <summary>
            Deserializes the given json into an Hydra OM Pipeline instance, by mocking a get request to
            exercise the client's deserialization logic.
            </summary>
            <param name="json">The JSON string to deserialize.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.DeserializeGatewayJson(System.String)">
            <summary>
            Deserializes the given json into an Hydra OM Gateway instance, by mocking a get request to
            exercise the client's deserialization logic.
            </summary>
            <param name="json">The JSON string to deserialize.</param>
            <returns></returns>
        </member>
        <!-- Badly formed XML comment ignored for member "M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.DeserializeDataFactoryJson(System.String)" -->
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.DeserializeInternalActivityTypeJson(System.String)">
            <summary>
            Deserializes the given json into an Hydra OM InternalActivityType instance, by mocking a get request to
            exercise the client's deserialization logic.
            </summary>
            <param name="json">The JSON string to deserialize.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.DeserializeInternalComputeTypeJson(System.String)">
            <summary>
            Deserializes the given json into an Hydra OM InternalComputeType instance, by mocking a get request to
            exercise the client's deserialization logic.
            </summary>
            <param name="json">The JSON string to deserialize.</param>
            <returns></returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.#ctor">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri)">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='credentials'>
            Required. When you create a Windows Azure subscription, it is
            uniquely identified by a subscription ID. The subscription ID
            forms part of the URI for every call that you make to the Service
            Management API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </param>
            <param name='baseUri'>
            Optional. The URI used as the base for all Service Management
            requests.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials)">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='credentials'>
            Required. When you create a Windows Azure subscription, it is
            uniquely identified by a subscription ID. The subscription ID
            forms part of the URI for every call that you make to the Service
            Management API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.#ctor(System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Uri,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='credentials'>
            Required. When you create a Windows Azure subscription, it is
            uniquely identified by a subscription ID. The subscription ID
            forms part of the URI for every call that you make to the Service
            Management API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </param>
            <param name='baseUri'>
            Optional. The URI used as the base for all Service Management
            requests.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.#ctor(Microsoft.Azure.SubscriptionCloudCredentials,System.Net.Http.HttpClient)">
            <summary>
            Initializes a new instance of the DataFactoryManagementClient class.
            </summary>
            <param name='credentials'>
            Required. When you create a Windows Azure subscription, it is
            uniquely identified by a subscription ID. The subscription ID
            forms part of the URI for every call that you make to the Service
            Management API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </param>
            <param name='httpClient'>
            The Http client
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.Clone(Hyak.Common.ServiceClient{Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient})">
            <summary>
            Clones properties from current instance to another
            DataFactoryManagementClient instance
            </summary>
            <param name='client'>
            Instance of DataFactoryManagementClient to clone to
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.GetLongRunningOperationStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.BaseUri">
            <summary>
            The URI used as the base for all Service Management requests.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.Credentials">
            <summary>
            When you create a Windows Azure subscription, it is uniquely
            identified by a subscription ID. The subscription ID forms part of
            the URI for every call that you make to the Service Management
            API. The Windows Azure Service ManagementAPI use mutual
            authentication of management certificates over SSL to ensure that
            a request made to the service is secure. No anonymous requests are
            allowed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.LongRunningOperationInitialTimeout">
            <summary>
            Gets or sets the initial timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.LongRunningOperationRetryTimeout">
            <summary>
            Gets or sets the retry timeout for Long Running Operations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.ActivityTypes">
            <summary>
            Operations for managing data factory ActivityTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.ComputeTypes">
            <summary>
            Operations for managing data factory ComputeTypes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.DataFactories">
            <summary>
            Operations for managing data factories.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.Datasets">
            <summary>
            Operations for managing datasets.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.DataSlices">
            <summary>
            Operations for managing data slices.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.DataSliceRuns">
            <summary>
            Operations for managing data slice runs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.Gateways">
            <summary>
            Operations for managing data factory gateways.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.Hubs">
            <summary>
            Operations for managing hubs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.LinkedServices">
            <summary>
            Operations for managing data factory internal linkedServices.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.OAuth">
            <summary>
            Operations for OAuth authorizations.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.Pipelines">
            <summary>
            Operations for managing pipelines.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.ResponseInterceptor">
            <summary>
            Intercepts the http response, and captures the raw json in the response
            body.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.MockResourceProviderDelegatingHandler">
            <summary>
            Spoofs a call or response to/from the RP, allowing the JSON in the request/response body
            to be captured/set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.MockResourceProviderDelegatingHandler.Json">
            <summary>
            Request/response body
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.MockResourceProviderDelegatingHandler.OnRequestAction">
            <summary>
            A custom action to execute when a request is executed.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.Activity">
            <summary>
            A pipeline activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Activity.Name">
            <summary>
            Activity name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Activity.Description">
            <summary>
            Activity description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Activity.LinkedServiceName">
            <summary>
            Name of the linked service where the Activity runs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Activity.Policy">
            <summary>
            Activity policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Activity.Inputs">
            <summary>
            Activity inputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Activity.Outputs">
            <summary>
            Activity outputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Activity.Scheduler">
            <summary>
            Optional. Scheduler of the activity.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureMLBatchScoringActivity">
            <summary>
            Azure ML Web Service batch scoring activity. See also <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureMLBatchExecutionActivity"/>
            for more flexible options.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureMLBatchScoringActivity.WebServiceParameters">
            <summary>
            Key,Value pairs to be passed to the Azure ML Batch Execution Service Endpoint
            (these are also referred to as GlobalParameters). Keys must match the names of web service
            parameters defined in published the Azure ML web service. Values may include ADF macros to be
            resolved at each slice execution time.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.CopyActivity">
            <summary>
            Copy activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.CopyActivity.Source">
            <summary>
            Copy activity source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.CopyActivity.Sink">
            <summary>
            Copy activity sink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.CopyActivity.Translator">
            <summary>
            Copy activity translator. If not specified, tabular translator is used.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureQueueSink">
            <summary>
            A copy activity Azure queue sink.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureTableSink">
            <summary>
            A copy activity Azure table sink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureTableSink.AzureTableDefaultPartitionKeyValue">
            <summary>
            Azure table default partition key value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureTableSink.AzureTablePartitionKeyName">
            <summary>
            Azure table partition key name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureTableSink.AzureTableRowKeyName">
            <summary>
            Azure table row key name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureTableSink.AzureTableInsertType">
            <summary>
            Azure table insert type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.BlobSink">
            <summary>
            A copy activity blob sink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.BlobSink.BlobWriterOverwriteFiles">
            <summary>
            Blob writer overwrite files.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.BlobSink.BlobWriterDateTimeFormat">
            <summary>
            Blob writer date time format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.BlobSink.BlobWriterAddHeader">
            <summary>
            Blob writer add header.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.BlobSink.CopyBehavior">
            <summary>
            Optional. The type of copy behavior for copy sink.
            <see cref="T:Microsoft.Azure.Management.DataFactories.Models.CopyBehaviorType"/>
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DocumentDbCollectionSink">
            <summary>
            A copy activity Document Database Collection sink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DocumentDbCollectionSink.NestingSeparator">
            <summary>
            Nested properties separator.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OracleSink">
            <summary>
            A copy activity Oracle sink.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.OracleSink.#ctor">
            <summary>
            Initializes a new instance of the OracleSink class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.OracleSink.#ctor(System.Int32,System.TimeSpan)">
            <summary>
            Initializes a new instance of the OracleSink class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OracleSink.OracleWriterStoredProcedureName">
            <summary>
            Oracle writer stored procedure name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OracleSink.OracleWriterTableType">
            <summary>
            Oracle writer table type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.SqlSink">
            <summary>
            A copy activity SQL sink.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlSink.SqlWriterStoredProcedureName">
            <summary>
            SQL writer stored procedure name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlSink.SqlWriterTableType">
            <summary>
            SQL writer table type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlSink.SliceIdentifierColumnName">
            <summary>
            Optional. Name of the SQL column which is used to save slice
            identifier information, to support idempotent copy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlSink.SqlWriterCleanupScript">
            <summary>
            Optional. SQL writer cleanup script.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlSink.StoredProcedureParameters">
            <summary>
            SQL stored procedure parameters.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameter">
            <summary>
            SQL stored procedure parameter.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameter.#ctor">
            <summary>
            Initializes a new instance of the StoredProcedureParameter class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameter.#ctor(System.String)">
            <summary>
            Initializes a new instance of the StoredProcedureParameter class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameter.Value">
            <summary>
            Stored procedure parameter value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameter.Type">
            <summary>
            Stored procedure parameter type. Should be one of <see cref="T:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameterType"/>.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameterType">
            <summary>
            Stored procedure parameter type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameterType.String">
            <summary>
            String type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameterType.Int">
            <summary>
            Integer type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameterType.Decimal">
            <summary>
            Decimal type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameterType.Guid">
            <summary>
            Guid type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameterType.Boolean">
            <summary>
            Boolean type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.StoredProcedureParameterType.Date">
            <summary>
            DateTime type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureTableSource">
            <summary>
            A copy activity Azure table source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureTableSource.AzureTableSourceQuery">
            <summary>
            Azure table source query.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureTableSource.AzureTableSourceIgnoreTableNotFound">
            <summary>
            Azure table source ignore table not found.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.BlobSource">
            <summary>
            A copy activity blob source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.BlobSource.TreatEmptyAsNull">
            <summary>
            Treat empty as null.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.BlobSource.SkipHeaderLineCount">
            <summary>
            Number of header lines to skip from each blob.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.BlobSource.Recursive">
            <summary>
            Optional. If true, files under the folder path will be read recursively.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DocumentDbCollectionSource">
            <summary>
            A copy activity Document Database Collection source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DocumentDbCollectionSource.Query">
            <summary>
            Document query.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DocumentDbCollectionSource.NestingSeparator">
            <summary>
            Nested properties separator.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.FileSystemSource">
            <summary>
            A copy activity file system source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.FileSystemSource.Recursive">
            <summary>
            Optional. If true, files under the folder path will be read recursively.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OracleSource">
            <summary>
            A copy activity Oracle source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OracleSource.OracleReaderQuery">
            <summary>
            Oracle reader query.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OracleSource.QueryTimeout">
            <summary>
            Query timeout.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.RelationalSource">
            <summary>
            A copy activity source for various relational databases.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.RelationalSource.Query">
            <summary>
            Database query.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.SqlSource">
            <summary>
            A copy activity SQL source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlSource.SqlReaderQuery">
            <summary>
            SQL reader query.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlSource.SqlReaderStoredProcedureName">
            <summary>
            Optional. Name of the stored procedure for a SQL Azure source. This cannot be used at the same time as SqlReaderQuery.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlSource.StoredProcedureParameters">
            <summary>
            Optional. Value and type setting for stored procedure parameters. Example: "{Parameter1: {value: "1", type: "int"}}".
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.CopyTranslator">
            <summary>
            A copy activity translator.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.TabularTranslator">
            <summary>
            A copy activity tabular translator.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.TabularTranslator.ColumnMappings">
            <summary>
            Column mappings.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DotNetActivity">
            <summary>
            .NET activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DotNetActivity.AssemblyName">
            <summary>
            Assembly name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DotNetActivity.EntryPoint">
            <summary>
            Entry point.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DotNetActivity.PackageLinkedService">
            <summary>
            Package linked service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DotNetActivity.PackageFile">
            <summary>
            Package file.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DotNetActivity.ExtendedProperties">
            <summary>
            User defined property bag. There is no restriction on the keys or values
            that can be used. The user specified .NET activity has the full responsibility
            to consume and interpret the content defined.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HDInsightActivityBase">
            <summary>
            HDInsight activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightActivityBase.StorageLinkedServices">
            <summary>
            Storage linked services.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightActivityBase.Arguments">
            <summary>
            User specified arguments to HDInsightActivity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightActivityBase.GetDebugInfo">
            <summary>
            The <see cref="T:Microsoft.Azure.Management.DataFactories.Models.HDInsightActivityDebugInfoOption"/> settings to use.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HDInsightHiveActivity">
            <summary>
            Hive activity which runs on HDInsight.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HDInsightHiveActivity.#ctor">
            <summary>
            Initializes a new instance of the HDInsightHiveActivity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightHiveActivity.Script">
            <summary>
            Hive script.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightHiveActivity.ScriptPath">
            <summary>
            Path to the script in blob storage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightHiveActivity.ScriptLinkedService">
            <summary>
            Storage linked service where the script file is located.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightHiveActivity.Defines">
            <summary>
            Allows user to specify defines for Hive job request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HDInsightMapReduceActivity">
            <summary>
            MapReduce activity which runs on HDInsight.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HDInsightMapReduceActivity.#ctor">
            <summary>
            Initializes a new instance of the MapReduce class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HDInsightMapReduceActivity.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the HDInsightMapReduceActivity
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightMapReduceActivity.ClassName">
            <summary>
            Class name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightMapReduceActivity.JarFilePath">
            <summary>
            Jar path.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightMapReduceActivity.JarLinkedService">
            <summary>
            Jar linked service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightMapReduceActivity.JarLibs">
            <summary>
            Jar libs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightMapReduceActivity.Defines">
            <summary>
            Allows user to specify defines for MapReduce job request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HDInsightPigActivity">
            <summary>
            Pig activity which runs on HDInsight.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightPigActivity.Script">
            <summary>
            Hive script.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightPigActivity.ScriptPath">
            <summary>
            Path to the script in blob storage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightPigActivity.ScriptLinkedService">
            <summary>
            Storage linked service where the script file is located.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightPigActivity.Defines">
            <summary>
            Allows user to specify defines for the Pig job request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity">
            <summary>
            HDInsight streaming activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity.#ctor">
            <summary>
            Initializes a new instance of the HDInsightStreamingActivity class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity.Mapper">
            <summary>
            Mapper executable name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity.Reducer">
            <summary>
            Reducer executable name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity.Input">
            <summary>
            Input blob path.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity.Output">
            <summary>
            Output blob path.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity.FilePaths">
            <summary>
            Paths to streaming job files. Can be directories.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity.FileLinkedService">
            <summary>
            Linked service where the files are located.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity.Combiner">
            <summary>
            Combiner executable name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity.CommandEnvironment">
            <summary>
            Command line environment values.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightStreamingActivity.Defines">
            <summary>
            Allows user to specify defines for streaming job request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.SqlServerStoredProcedureActivity">
            <summary>
            SQL Stored Procedure activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlServerStoredProcedureActivity.StoredProcedureName">
            <summary>
            Stored Procedure Name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlServerStoredProcedureActivity.StoredProcedureParameters">
            <summary>
            User specified property bag used in Stored Procedure. There is no restriction on the
            keys or values that can be used. User needs to consume and interpret the content accordingly in
            their customized Stored Procedure.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBatchLinkedService.AccessKey">
            <summary>
            Required. The Azure Batch account access key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBatchLinkedService.AccountName">
            <summary>
            Required. The Azure Batch account name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBatchLinkedService.BatchUri">
            <summary>
            Required. The Azure Batch URI.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBatchLinkedService.LinkedServiceName">
            <summary>
            Required. The azure storage linked service name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBatchLinkedService.PoolName">
            <summary>
            Required. The Azure Batch pool name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureMLLinkedService">
            <summary>
            Azure ML Web Service linked service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureMLLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureMLLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureMLLinkedService.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the AzureMLLinkedService class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureMLLinkedService.ApiKey">
            <summary>
            Required. The API key for accessing the Azure ML model endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureMLLinkedService.MlEndpoint">
            <summary>
            Required. The Batch Execution REST URL for an Azure ML Web Service endpoint.
            The endpoint should be of the form:
            https://_region_.services.azureml.net/workspaces/_workspace_id_/services/_service_id_/jobs?api-version=2.0"
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureMLLinkedService.UpdateResourceEndpoint">
            <summary>
            Optional. The Update Resource REST URL for an Azure ML Web Service endpoint.
            The endpoint should be of the form:
            https://management.azureml.net/workspaces/_workspace_id_/webservices/_service_id_/endpoints/_endpointName_.
            Include this property for updating the endpoint after retraining, using
            <see cref="T:Microsoft.Azure.Management.DataFactories.Models.AzureMLUpdateResourceActivity"/>.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDatabaseLinkedService">
            <summary>
            Windows Azure SQL database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDatabaseLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureSqlLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDatabaseLinkedService.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AzureSqlLinkedService class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureSqlDatabaseLinkedService.ConnectionString">
            <summary>
            Required. The connection string.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureStorageLinkedService">
            <summary>
            The storage account linkedService.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureStorageLinkedService.#ctor">
            <summary>
            Initializes a new instance of the AzureStorageLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AzureStorageLinkedService.#ctor(System.String)">
            <summary>
            Initializes a new instance of the AzureStorageLinkedService class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureStorageLinkedService.ConnectionString">
            <summary>
            Required. The connection string.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.CustomDataSourceLinkedService">
            <summary>
            Custom linked service.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DocumentDbLinkedService">
            <summary>
            Windows Azure Document Database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DocumentDbLinkedService.#ctor">
            <summary>
            Initializes a new instance of the DocumentDbLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DocumentDbLinkedService.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DocumentDbLinkedService class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DocumentDbLinkedService.ConnectionString">
            <summary>
            Required. The connection string.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService">
            <summary>
            The properties for the HDInsight linkedService.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService.#ctor">
            <summary>
            Initializes a new instance of the HDInsightBYOCLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the HDInsightBYOCLinkedService class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService.ClusterUri">
            <summary>
            Required. HDInsight cluster URI.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService.LinkedServiceName">
            <summary>
            Optional. Storage service name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService.Password">
            <summary>
            Required. HDInsight cluster password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService.UserName">
            <summary>
            Required. HDInsight cluster user name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService.HcatalogLinkedServiceName">
            <summary>
            The name of Azure SQL linked service that point to the HCatalog database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightLinkedService.SchemaGeneration">
            <summary>
            Define what options to use for generating/altering an input and output Datasets for an HDInsight activity
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService">
            <summary>
            The properties for the HDInsight linkedService.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.#ctor">
            <summary>
            Initializes a new instance of the HDInsightOnDemandLinkedService
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.#ctor(System.Int32,System.TimeSpan,System.String)">
            <summary>
            Initializes a new instance of the HDInsightOnDemandLinkedService
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.AdditionalLinkedServiceNames">
            <summary>
            Optional. Specify additional Azure storage accounts that need to be
            accessible from the cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.ClusterSize">
            <summary>
            Required. HDInsight cluster size.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.CoreConfiguration">
            <summary>
            Optional. Allows user to override default values for core
            configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.ClusterType">
            <summary>
            Gets or sets the flavor for the HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.HBaseConfiguration">
            <summary>
            Optional. Allows user to override default values for HBase
            configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.HdfsConfiguration">
            <summary>
            Optional. Allows user to override default values for HDFS configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.HiveConfiguration">
            <summary>
            Optional. Allows user to override default values for HIVE
            configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.HiveCustomLibrariesContainer">
            <summary>
            Optional. The name of the blob container that contains custom jar
            files for HIVE consumption.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.LinkedServiceName">
            <summary>
            Required. Storage service name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.MapReduceConfiguration">
            <summary>
            Optional. Allows user to override default values for MapReduce configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.OozieConfiguration">
            <summary>
            Optional. Allows user to override default values for Oozie configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.SparkConfiguration">
            <summary>
            The Spark service configuration of this HDInsight cluster.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.StormConfiguration">
            <summary>
            Optional. Allows user to override default values for Storm
            configuration.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.TimeToLive">
            <summary>
            Required. Time to live.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.Version">
            <summary>
            Optional. HDInsight version.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.HcatalogLinkedServiceName">
            <summary>
            The name of Azure SQL linked service that point to the HCatalog database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.SchemaGeneration">
            <summary>
            Define what options to use for generating/altering table for an input and output Datasets for an HDInsight activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.DataNodeSize">
            <summary>
            Gets or sets the size of the Data Node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.HeadNodeSize">
            <summary>
            Gets or sets the size of the Head Node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.ZookeeperNodeSize">
            <summary>
            Gets or sets the size of the Zookeeper Node.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.OsType">
            <summary>
            Gets or sets the type of operating system installed on cluster nodes.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.SshPassword">
            <summary>
            Gets or sets SSH password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.SshPublicKey">
            <summary>
            Gets or sets the public key to be used for SSH.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.SshUserName">
            <summary>
            Gets or sets SSH user name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HDInsightOnDemandLinkedService.YarnConfiguration">
            <summary>
            Optional. Allows user to override default values for YARN
            configuration.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.LinkedService">
            <summary>
            The data factory Linked Service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.LinkedService.#ctor">
            <summary>
            Initializes a new instance of the LinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.LinkedService.#ctor(System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties)">
            <summary>
            Initializes a new instance of the LinkedService class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedService.Name">
            <summary>
            Name of the LinkedService.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedService.Properties">
            <summary>
            LinkedService properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties">
            <summary>
            Data factory linkedService properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties.#ctor(Microsoft.Azure.Management.DataFactories.Models.LinkedServiceTypeProperties,System.String,System.String)">
            <summary>
            Initializes a new instance of the LinkedServiceProperties with ProvisioningState and ErrorMessage
            for testing purposes.
            </summary>
            <param name="typeProperties">The type-specific properties for a LinkedService.</param>
            <param name="provisioningState">The provisioning state.</param>
            <param name="errorMessage">The error message when provisioning failed.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties.Description">
            <summary>
            Optional. Data factory linkedService description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties.ErrorMessage">
            <summary>
            Optional. Error in processing linkedService request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties.HubName">
            <summary>
            Optional. The name of the Hub that this linked service belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceProperties.ProvisioningState">
            <summary>
            Optional. The provisioning state of the linked service.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OnPremisesDb2LinkedService">
            <summary>
            Linked Service for DB2 data source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesDb2LinkedService.AuthenticationType">
            <summary>
            Required. AuthenticationType to be used for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesDb2LinkedService.Database">
            <summary>
            Required. Database name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesDb2LinkedService.EncryptedCredential">
            <summary>
            Optional. The encryptedCredential for authentication.
            </summary>]
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesDb2LinkedService.GatewayName">
            <summary>
            Required. The on-premises gateway name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesDb2LinkedService.Password">
            <summary>
            Optional. Password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesDb2LinkedService.Schema">
            <summary>
            Optional. Schema name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesDb2LinkedService.Server">
            <summary>
            Required. Server name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesDb2LinkedService.Username">
            <summary>
            Optional. Username for authentication.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OnPremisesFileServerLinkedService">
            <summary>
            An on-premises file system Linked Service.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.OnPremisesFileServerLinkedService.#ctor">
            <summary>
            Initializes a new instance of the OnPremisesFileSystemLinkedService
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.OnPremisesFileServerLinkedService.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the OnPremisesFileSystemLinkedService
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesFileServerLinkedService.EncryptedCredential">
            <summary>
            Optional. Encrypted credential which contains host, userId and
            password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesFileServerLinkedService.GatewayName">
            <summary>
            Required. The on-premises gateway name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesFileServerLinkedService.Host">
            <summary>
            Required. Host name of the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesFileServerLinkedService.Password">
            <summary>
            Optional. Password to logon the server.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesFileServerLinkedService.UserId">
            <summary>
            Optional. UserID to logon the server.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OnPremisesMySqlLinkedService">
            <summary>
            Linked Service for MySQL data source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesMySqlLinkedService.AuthenticationType">
            <summary>
            Required. AuthenticationType to be used for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesMySqlLinkedService.Database">
            <summary>
            Required. Database name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesMySqlLinkedService.GatewayName">
            <summary>
            Required. The on-premises gateway name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesMySqlLinkedService.EncryptedCredential">
            <summary>
            Optional. The encrypted credential for authentication.
            </summary>]
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesMySqlLinkedService.Password">
            <summary>
            Optional. Password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesMySqlLinkedService.Schema">
            <summary>
            Optional. Schema name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesMySqlLinkedService.Server">
            <summary>
            Required. Server name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesMySqlLinkedService.Username">
            <summary>
            Optional. Username for authentication.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOracleLinkedService">
            <summary>
            An on-premises Oracle database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOracleLinkedService.#ctor">
            <summary>
            Initializes a new instance of the OnPremisesOracleLinkedService
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOracleLinkedService.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the OnPremisesOracleLinkedService
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOracleLinkedService.ConnectionString">
            <summary>
            Required. The connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOracleLinkedService.GatewayName">
            <summary>
            Required. The on-premises HDIS gateway name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOracleLinkedService.Password">
            <summary>
            Optional. The on-premises Windows authentication password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesOracleLinkedService.UserName">
            <summary>
            Optional. The on-premises Windows authentication user name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService">
            <summary>
            Linked Service for PostgreSql data source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService.AuthenticationType">
            <summary>
            Required. AuthenticationType to be used for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService.Database">
            <summary>
            Required. Database name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService.EncryptedCredential">
            <summary>
            Optional. The encrypted credential for authentication.
            </summary>]
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService.GatewayName">
            <summary>
            Required. The on-premises gateway name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService.Password">
            <summary>
            Optional. Password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService.Schema">
            <summary>
            Optional. Schema name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService.Server">
            <summary>
            Required. Server name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesPostgreSqlLinkedService.Username">
            <summary>
            Optional. Username for authentication.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSqlServerLinkedService">
            <summary>
            An on-premises SQL server database.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSqlServerLinkedService.#ctor">
            <summary>
            Initializes a new instance of the OnPremisesSqlLinkedService class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSqlServerLinkedService.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the OnPremisesSqlLinkedService class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSqlServerLinkedService.ConnectionString">
            <summary>
            Required. The connection string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSqlServerLinkedService.GatewayName">
            <summary>
            Required. The on-premises gateway name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSqlServerLinkedService.Password">
            <summary>
            Optional. The on-premises Windows authentication password.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSqlServerLinkedService.UserName">
            <summary>
            Optional. The on-premises Windows authentication user name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSybaseLinkedService">
            <summary>
            Linked Service for Sybase data source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSybaseLinkedService.AuthenticationType">
            <summary>
            Required. AuthenticationType to be used for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSybaseLinkedService.Database">
            <summary>
            Required. Database name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSybaseLinkedService.EncryptedCredential">
            <summary>
            Optional. The encrypted credential for authentication.
            </summary>]
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSybaseLinkedService.GatewayName">
            <summary>
            Required. The on-premises gateway name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSybaseLinkedService.Password">
            <summary>
            Optional. Password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSybaseLinkedService.Schema">
            <summary>
            Optional. Schema name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSybaseLinkedService.Server">
            <summary>
            Required. Server name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesSybaseLinkedService.Username">
            <summary>
            Optional. Username for authentication.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OnPremisesTeradataLinkedService">
            <summary>
            Linked Service for Teradata data source.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesTeradataLinkedService.AuthenticationType">
            <summary>
            Required. AuthenticationType to be used for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesTeradataLinkedService.EncryptedCredential">
            <summary>
            Optional. The encrypted credential for authentication.
            </summary>]
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesTeradataLinkedService.GatewayName">
            <summary>
            Required. The on-premises gateway name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesTeradataLinkedService.Password">
            <summary>
            Optional. Password for authentication.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesTeradataLinkedService.Server">
            <summary>
            Required. Server name for connection.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OnPremisesTeradataLinkedService.Username">
            <summary>
            Optional. Username for authentication.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.Pipeline">
            <summary>
            A pipeline defines activities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.Pipeline.#ctor">
            <summary>
            Initializes a new instance of the Pipeline class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.Pipeline.#ctor(System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineProperties)">
            <summary>
            Initializes a new instance of the Pipeline class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Pipeline.Name">
            <summary>
            Name of the pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Pipeline.Properties">
            <summary>
            Pipeline properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.PipelineProperties">
            <summary>
            Pipeline properties
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineProperties.Description">
            <summary>
            Pipeline description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineProperties.Activities">
            <summary>
            Activities that belong to the pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineProperties.Start">
            <summary>
            The start time of the pipeline. The start and end time
            can both be empty to create a pipeline; they must both have values
            to set an active period for the pipeline and one cannot have a
            value if the other does not.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineProperties.End">
            <summary>
            The end time of the pipeline. The start and end time can
            both be empty to create a pipeline; they must both have values to
            set an active period for the pipeline and one cannot have a value
            if the other does not.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineProperties.IsPaused">
            <summary>
            The status of the pipeline. Pipeline is paused when boolean is set to true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineProperties.RuntimeInfo">
            <summary>
            Pipeline runtime information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineProperties.ProvisioningState">
            <summary>
            The provisioning state of the pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineProperties.ErrorMessage">
            <summary>
            Error in processing pipeline request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineProperties.HubName">
            <summary>
            The name of the Hub that this pipeline belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityType.Name">
            <summary>
            Activity type name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityType.Properties">
            <summary>
            Activity type properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeProperties">
            <summary>
            Activity type properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.TypeProperties.Scope">
            <summary>
            The scope of the ActivityType.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.TypeProperties.Schema">
            <summary>
            Schema for type-specific properties of the ActivityType.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeProperties.BaseType">
            <summary>
            Base type of the ActivityType. Must be a built-in Data Factory Activity type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaProperty.Items">
            <summary>
            Items for array property type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaProperty.MaxItems">
            <summary>
            Maximum number of items for array property type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaProperty.MinItems">
            <summary>
            Minimum number of items for array property type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaProperty.UniqueItems">
            <summary>
            Unique number of items for array property type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaProperty.Properties">
            <summary>
            Nested properties of this property (only valid for object types).
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaProperty.Required">
            <summary>
            Name of the required properties for the type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaPropertyType.Array">
            <summary>
            Array type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaPropertyType.Boolean">
            <summary>
            Boolean type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaPropertyType.Integer">
            <summary>
            Integer type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaPropertyType.Number">
            <summary>
            Number type (includes integer).
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaPropertyType.Object">
            <summary>
            Object type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfSchemaPropertyType.String">
            <summary>
            String type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfTypeSchema">
            <summary>
            Schema for a registered type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfTypeSchema.Properties">
            <summary>
            Type-specific properties for the custom type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfTypeSchema.Required">
            <summary>
            Name of the required properties for the type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.AdfTypeSchema.Definitions">
            <summary>
            Definition of the references used in type properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeType.Name">
            <summary>
            Compute type name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeType.Properties">
            <summary>
            Compute type properties.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeProperties.Transport">
            <summary>
            The protocol definition for communication with this ComputeType.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeProperties.SupportedActivities">
            <summary>
            The ActivityTypes that this ComputeType can execute.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureBlobDataset">
            <summary>
            The Azure blob storage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBlobDataset.FolderPath">
            <summary>
            The path of the Azure blob storage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBlobDataset.TableRootLocation">
            <summary>
            The root of blob path.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBlobDataset.FileName">
            <summary>
            The name of the Azure blob.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBlobDataset.PartitionedBy">
            <summary>
            The partitions to be used by the path.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBlobDataset.Format">
            <summary>
            The format of the Azure blob storage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureBlobDataset.Compression">
            <summary>
            The data compression method used for the blob storage.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureSqlTableDataset">
            <summary>
            The Azure SQL Server database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureSqlTableDataset.TableName">
            <summary>
            The table name of the Azure SQL database.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AzureTableDataset">
            <summary>
            The Azure table storage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AzureTableDataset.TableName">
            <summary>
            The table name of the Azure table storage.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.CustomDataset">
            <summary>
            Custom location.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DocumentDbCollectionDataset">
            <summary>
            Document Database Collection location.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DocumentDbCollectionDataset.CollectionName">
            <summary>
            Document Database collection name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.FileShareDataset">
            <summary>
            An on-premises file system.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.FileShareDataset.FolderPath">
            <summary>
            The name of the file folder.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.FileShareDataset.FileName">
            <summary>
            The name of the file.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.FileShareDataset.PartitionedBy">
            <summary>
            The partitions to be used by the path.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.FileShareDataset.Format">
            <summary>
            The format of the file.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.FileShareDataset.FileFilter">
            <summary>
            Files sets filter by wildcard.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.FileShareDataset.Compression">
            <summary>
            The data compression method used on files.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.OracleTableDataset">
            <summary>
            The on-premises Oracle database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.OracleTableDataset.TableName">
            <summary>
            The table name of the on-premises Oracle database.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.SqlServerTableDataset">
            <summary>
            The on-premises SQL Server database.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.SqlServerTableDataset.TableName">
            <summary>
            The table name of the on-premises SQL database.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DateTimePartitionValue">
            <summary>
            The date/time value of a partition.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.PartitionValue">
            <summary>
            The value of a partition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DateTimePartitionValue.Date">
            <summary>
            Name of variable containing date.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DateTimePartitionValue.Format">
            <summary>
            Format string for the Date value.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.Partition">
            <summary>
            The partition definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Partition.Name">
            <summary>
            The name of the partition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Partition.Value">
            <summary>
            Value of the partition.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.PartitionColumn">
            <summary>
            The partition column information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PartitionColumn.Name">
            <summary>
            Name of the partition column.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PartitionColumn.ValueMacro">
            <summary>
            Macro value of the partition column.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PartitionColumn.Type">
            <summary>
            Type of the partition column.
            Should be one of the constant values of
            <see cref="T:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType"/>.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.RelationalTableDataset">
            <summary>
            Relational Table dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.RelationalTableDataset.TableName">
            <summary>
            The table name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AvroFormat">
            <summary>
            Avro format.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.StorageFormat">
            <summary>
            The format definition of a storage.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.StorageFormat.Serializer">
            <summary>
            The serializer.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.StorageFormat.Deserializer">
            <summary>
            The deserializer.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.TextFormat">
            <summary>
            Text format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.TextFormat.ColumnDelimiter">
            <summary>
            The column delimiter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.TextFormat.RowDelimiter">
            <summary>
            The row delimeter.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.TextFormat.EscapeChar">
            <summary>
            The escape character.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.TextFormat.QuoteChar">
            <summary>
            The quote character.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.TextFormat.NullValue">
            <summary>
            The null value string.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.TextFormat.EncodingName">
            <summary>
            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.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.Dataset">
            <summary>
            A Dataset defines the schema of the data as well as its storage.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.Dataset.#ctor">
            <summary>
            Initializes a new instance of the Dataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.Dataset.#ctor(System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetProperties)">
            <summary>
            Initializes a new instance of the Dataset class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Dataset.Name">
            <summary>
            Name of the Dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Dataset.Properties">
            <summary>
            Dataset properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DatasetProperties.#ctor(Microsoft.Azure.Management.DataFactories.Models.DatasetTypeProperties,Microsoft.Azure.Management.DataFactories.Common.Models.Availability,System.String,System.Nullable{System.DateTime},System.Nullable{System.Boolean},System.String,System.String)">
            <summary>
            Initializes a new instance of DatasetProperties with CreateTime,
            ProvisioningState and ErrorMessage for testing purposes.
            </summary>
            <param name="typeProperties">The type-specific properties for a Dataset.</param>
            <param name="availability">Availability details for the Dataset.</param>
            <param name="linkedServiceName">Name of the Linked Service where the Dataset's data exists.</param>
            <param name="createTime">The time the Dataset was created.</param>
            <param name="provisioningState">The provisioning state.</param>
            <param name="errorMessage">The error message when provisioning failed.</param>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetProperties.LinkedServiceName">
            <summary>
            Required. The referenced data linkedService name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetProperties.Description">
            <summary>
            Dataset description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetProperties.Structure">
            <summary>
            Columns that define the structure of the Dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetProperties.Availability">
            <summary>
            Required. Scheduler of the Dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetProperties.Policy">
            <summary>
            Policy applied to the Dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetProperties.External">
            <summary>
            Optional. If set to true, the Dataset is an external data set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetProperties.CreateTime">
            <summary>
            The time it is created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetProperties.ProvisioningState">
            <summary>
            The provisioning state of the Dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetProperties.ErrorMessage">
            <summary>
            Error in processing Dataset request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetParameters">
            <summary>
            Parameters specifying how to return an ActivityType definition for a
            Get operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetParameters.#ctor">
            <summary>
            Initializes a new instance of the ActivityTypeGetParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ActivityTypeGetParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetParameters.ActivityTypeName">
            <summary>
            Required. An ActivityType name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetParameters.RegistrationScope">
            <summary>
            Required. The scope for which to get an ActivityType definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetParameters.Resolved">
            <summary>
            Optional. If true, gets the properties of any base types an
            ActivityType inherits from.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListParameters">
            <summary>
            Parameters specifying how to return a list of ActivityType definitions
            for a List operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListParameters.#ctor">
            <summary>
            Initializes a new instance of the ActivityTypeListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListParameters.ActivityTypeName">
            <summary>
            Optional. The name of the ActivityType to list.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListParameters.RegistrationScope">
            <summary>
            Optional. The scope for which to list the ActivityType definitions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListParameters.Resolved">
            <summary>
            Optional. If true, gets the properties of any base types each
            ActivityType inherits from.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.ActivityTypeOperations">
            <summary>
            Operations for managing data factory ActivityTypes.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.IActivityTypeOperations">
            <summary>
            Operations for managing data factory ActivityTypes.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='activityTypeName'>
            The name of the activityType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update an ActivityType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='activityTypeName'>
            An ActivityType name.
            </param>
            <param name='parameters'>
            The parameters required to create or update an ActivityType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='activityTypeName'>
            The name of the activityType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetParameters,System.Threading.CancellationToken)">
            <summary>
            Gets an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            Parameters specifying how to get an ActivityType definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            Parameters specifying how to return a list of ActivityType
            definitions.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next ActivityTypes page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. An ActivityType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetParameters,System.Threading.CancellationToken)">
            <summary>
            Gets an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get an ActivityType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of
            ActivityType definitions.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next ActivityTypes page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateParameters)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateParameters)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. An ActivityType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. An ActivityType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetParameters)">
            <summary>
            Gets an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get an ActivityType
            definition.
            </param>
            <returns>
            The Get ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetParameters)">
            <summary>
            Gets an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get an ActivityType
            definition.
            </param>
            <returns>
            The Get ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListParameters)">
            <summary>
            Gets the first page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of
            ActivityType definitions.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListParameters)">
            <summary>
            Gets the first page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of
            ActivityType definitions.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String)">
            <summary>
            Gets the next page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next ActivityTypes page.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ActivityTypeOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.IActivityTypeOperations,System.String)">
            <summary>
            Gets the next page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IActivityTypeOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next ActivityTypes page.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='computeTypeName'>
            The name of the computeType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a ComputeType.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a ComputeType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a ComputeType.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='computeTypeName'>
            A ComputeType name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a ComputeType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='computeTypeName'>
            The name of the computeType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeGetParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            Parameters specifying how to get a ComputeType definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            Parameters specifying how to return a list of ComputeType
            definitions for a List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of ComputeType instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next ComputeTypes page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. The name of the computeType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. The name of the computeType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateParameters)">
            <summary>
            Create or update an ComputeType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ComputeType definition.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateParameters)">
            <summary>
            Create or update an ComputeType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ComputeType definition.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update an ComputeType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. An ComputeType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ComputeType definition.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update an ComputeType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. An ComputeType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ComputeType definition.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. The name of the computeType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. The name of the computeType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeGetParameters)">
            <summary>
            Gets an ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get an ComputeType
            definition.
            </param>
            <returns>
            The Get ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeGetParameters)">
            <summary>
            Gets an ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get an ComputeType
            definition.
            </param>
            <returns>
            The Get ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListParameters)">
            <summary>
            Gets the first page of ComputeType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of
            ComputeType definitions.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListParameters)">
            <summary>
            Gets the first page of ComputeType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of
            ComputeType definitions.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String)">
            <summary>
            Gets the next page of ComputeType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next ComputeTypes page.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ComputeTypeOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.IComputeTypeOperations,System.String)">
            <summary>
            Gets the next page of ComputeType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IComputeTypeOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next ComputeTypes page.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations">
            <summary>
            Operations for managing data factory linkedServices.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory
            linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.BeginCreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService with raw JSON content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            The name of the data factory Linked Service to be created or updated.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory
            linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            A unique data factory linkedService name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory
            linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService with raw JSON content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            The name of the data factory Linked Service to be created or updated.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory
            linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            A unique data factory linkedService name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data factory linkedService instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            A unique data factory linkedService name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the status of a linked service create or update operation.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of linked service instances with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of linked service instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next linked services page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.LinkedServiceOperations">
            <summary>
            Operations for managing data factory linkedServices.
            </summary>
            <summary>
            Operations for managing data factory linkedServices.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperations.#ctor(Microsoft.Azure.Management.DataFactories.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the LinkedServiceOperations class.
            </summary>
            <param name='client'>
            Reference to the internal service client.
            </param>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions">
            <summary>
            Operations for managing data factory linkedServices.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.BeginCreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            Required. The name of the data factory Linked Service to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.BeginCreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            Required. The name of the data factory Linked Service to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            Required. The name of the data factory Linked Service to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            Required. The name of the data factory Linked Service to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Gets a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            The Get data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Gets a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            The Get data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String)">
            <summary>
            Gets the first page of linked service instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String,System.String)">
            <summary>
            Gets the first page of linked service instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String)">
            <summary>
            Gets the next page of linked service instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next linked services page.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.LinkedServiceOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations,System.String)">
            <summary>
            Gets the next page of linked service instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.ILinkedServiceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next linked services page.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the ActivityType raw json definition for a create or
            update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ActivityTypeCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            ActivityTypeCreateOrUpdateWithRawJsonContentParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The raw json content for a create or update ActivityType operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateParameters">
            <summary>
            Parameters specifying the ActivityType definition for a create or
            update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ActivityTypeCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityType)">
            <summary>
            Initializes a new instance of the
            ActivityTypeCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateParameters.ActivityType">
            <summary>
            Required. The definition of an ActivityType to be created or
            updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListParameters">
            <summary>
            Parameters specifying how to return a list of ComputeType definitions
            for a List operation.Specifying both a name and scope will return a
            list with one ComputeType (if one exists).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListParameters.#ctor">
            <summary>
            Initializes a new instance of the ComputeTypeListParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ComputeTypeListParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListParameters.ComputeTypeName">
            <summary>
            Optional. The name of the ComputeType to list.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListParameters.RegistrationScope">
            <summary>
            Required. The scope for which to list the ComputeType definitions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeGetParameters">
            <summary>
            Parameters specifying how to return a ComputeType definition for a Get
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeGetParameters.#ctor">
            <summary>
            Initializes a new instance of the ComputeTypeGetParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeGetParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ComputeTypeGetParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeGetParameters.ComputeTypeName">
            <summary>
            Required. A ComputeType name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeGetParameters.RegistrationScope">
            <summary>
            Required. The scope for which to get a ComputeType definition.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the ComputeType definition in raw json content for a create or update
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ComputeTypeCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            ComputeTypeCreateOrUpdateWithRawJsonContentParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The raw json of a ComputeType definition to be created or updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateParameters">
            <summary>
            Parameters specifying the ComputeType definition for a create or update
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ComputeTypeCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeType)">
            <summary>
            Initializes a new instance of the
            ComputeTypeCreateOrUpdateParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateParameters.ComputeType">
            <summary>
            Required. The definition of a ComputeType to be created or updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateParameters">
            <summary>
            Parameters specifying the data factory linkedService definition for a
            create or update operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateParameters.LinkedService">
            <summary>
            Optional. The definition of the data factory linkedService to be
            created or updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the data factory linkedService raw json content
            for a create or update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            LinkedServiceCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            LinkedServiceCreateOrUpdateWithRawJsonContentParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The raw json content for a create or update data factory
            linkedService operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateParameters">
            <summary>
            Parameters specifying the pipeline to be created or updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateParameters.Pipeline">
            <summary>
            The pipeline instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the raw json content for creating or updating a
            pipeline.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            PipelineCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            PipelineCreateOrUpdateWithRawJsonContentParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The user specified raw json content for creating or
            updating a pipeline.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateParameters">
            <summary>
            Parameters specifying the Dataset to be created or updated.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateParameters.Dataset">
            <summary>
            The definition of the Dataset to be created or updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the raw json content for creating or updating a
            Dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DatasetCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            DatasetCreateOrUpdateWithRawJsonContentParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The user specified raw json content for creating or
            updating a Linked Service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateResponse.ActivityType">
            <summary>
            Optional. The ActivityType instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetResponse">
            <summary>
            The Get ActivityType operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeGetResponse.ActivityType">
            <summary>
            Optional. The ActivityType instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListResponse">
            <summary>
            The List ActivityType operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListResponse.#ctor">
            <summary>
            Initializes a new instance of the ActivityTypeListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ActivityTypeListResponse
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListResponse.ActivityTypes">
            <summary>
            Optional. All the ActivityType definitions for a particular
            RegistrationScope.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ActivityTypeListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateResponse.ComputeType">
            <summary>
            Optional. The ComputeType instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeGetResponse">
            <summary>
            The Get ComputeType operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeGetResponse.ComputeType">
            <summary>
            Optional. The ComputeType instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListResponse">
            <summary>
            The List ComputeType operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListResponse.#ctor">
            <summary>
            Initializes a new instance of the ComputeTypeListResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ComputeTypeListResponse
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListResponse.ComputeTypes">
            <summary>
            Optional. All the ComputeType definitions for a particular
            RegistrationScope.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Registration.Models.ComputeTypeListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateResponse">
            <summary>
            The create or update data factory linkedService operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateResponse.LinkedService">
            <summary>
            Optional. The data factory linkedService instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateResponse.Location">
            <summary>
            Optional. The location url for the get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceGetResponse">
            <summary>
            The Get data factory linkedService operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceGetResponse.LinkedService">
            <summary>
            Optional. The data factory linkedService instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceListResponse">
            <summary>
            The List data factory linkedServices operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceListResponse.#ctor">
            <summary>
            Initializes a new instance of the LinkedServiceListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LinkedServiceListResponse class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceListResponse.LinkedServices">
            <summary>
            Optional. All the data factory linkedService instances.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.LinkedServiceListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateResponse">
            <summary>
            The create or update pipeline operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateResponse.Pipeline">
            <summary>
            The pipeline instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateResponse.Location">
            <summary>
            The location url for the get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateResponse.Status">
            <summary>
            Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.PipelineGetResponse">
            <summary>
            The Get pipeline operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineGetResponse.Pipeline">
            <summary>
            The pipeline instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.PipelineListResponse">
            <summary>
            The List pipeline operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineListResponse.Pipelines">
            <summary>
            A list of the returned pipeline instances.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.PipelineListResponse.NextLink">
            <summary>
            The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateResponse">
            <summary>
            The CreateOrUpdate Dataset operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateResponse.Location">
            <summary>
            The location url for the get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateResponse.Status">
            <summary>
            Status of the operation.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateResponse.Dataset">
            <summary>
            The Dataset instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DatasetGetResponse">
            <summary>
            The Get Dataset operation response.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetGetResponse.Dataset">
            <summary>
            The Dataset instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DatasetListResponse">
            <summary>
            The List Datasets operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DatasetListResponse.#ctor">
            <summary>
            Initializes a new instance of the DatasetListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DatasetListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DatasetListResponse class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DatasetListResponse.Datasets">
            <summary>
            A list of the returned Dataset instances.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.IPipelineOperations">
            <summary>
            Operations for managing pipelines.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.BeginCreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new pipeline instance with raw JSON content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            A unique pipeline instance name.
            </param>
            <param name='parameters'>
            The parameters required to create a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new pipeline instance with raw JSON content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            A unique pipeline instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='nextLink'>
            The url to the next pipelines page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.ResumeAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Resume a suspended pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.SetActivePeriodAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters,System.Threading.CancellationToken)">
            <summary>
            Sets the active period of a pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='parameters'>
            Parameters required to set the active period of a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IPipelineOperations.SuspendAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Suspend a running pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.PipelineOperations">
            <summary>
            Operations for registering activity types.
            </summary>
            <summary>
            Operations for managing pipelines.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateParameters)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateParameters)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.BeginCreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new pipeline instance with raw JSON content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. A unique pipeline instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.BeginCreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new pipeline instance with raw JSON content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. A unique pipeline instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateParameters)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateParameters)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new pipeline instance with raw JSON content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. A unique pipeline instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.PipelineCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new pipeline instance with raw JSON content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. A unique pipeline instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Gets a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            The Get pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Gets a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            The Get pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String)">
            <summary>
            Gets the first page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String)">
            <summary>
            Gets the first page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String)">
            <summary>
            Gets the next page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next pipelines page.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String)">
            <summary>
            Gets the next page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next pipelines page.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.Resume(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Resume a suspended pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.ResumeAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Resume a suspended pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.SetActivePeriod(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters)">
            <summary>
            Sets the active period of a pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>ume
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <param name='parameters'>
            Required. Parameters required to set the active period of a
            pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.SetActivePeriodAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters)">
            <summary>
            Sets the active period of a pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <param name='parameters'>
            Required. Parameters required to set the active period of a
            pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.Suspend(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Suspend a running pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.PipelineOperationsExtensions.SuspendAsync(Microsoft.Azure.Management.DataFactories.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Suspend a running pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.IDatasetOperations">
            <summary>
            Operations for managing Datasets.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDatasetOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new Dataset instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a Dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDatasetOperations.BeginCreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new Dataset instance or update an existing instance with raw
            json content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            A unique Dataset instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a Dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDatasetOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a Dataset instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Name of the Dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDatasetOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new Dataset instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a Dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDatasetOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new Dataset instance or update an existing instance with raw
            json content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            A unique Dataset instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a Dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDatasetOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a Dataset instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Name of the Dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDatasetOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a Dataset instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Name of the Dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDatasetOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDatasetOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the Dataset instances in a data factory with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Datasets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.IDatasetOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of Dataset instances with the link to the next
            page.
            </summary>
            <param name='nextLink'>
            The url to the next Datasets page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List Datasets operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.DatasetOperations">
            <summary>
            Operations for registering Dataset types.
            </summary>
            <summary>
            Operations for managing Datasets.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateParameters)">
            <summary>
            Create a new Dataset instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a Dataset.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateParameters)">
            <summary>
            Create a new Dataset instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a Dataset.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.BeginCreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new Dataset instance or update an existing instance
            with raw JSON content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique Dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a Dataset.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.BeginCreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new Dataset instance or update an existing instance
            with raw JSON content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique Dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a Dataset.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Delete a Dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the Dataset.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Delete a Dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the Dataset.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateParameters)">
            <summary>
            Create a new Dataset instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a Dataset.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateParameters)">
            <summary>
            Create a new Dataset instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a Dataset.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new Dataset instance or update an existing instance with raw
            json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique Dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a Dataset.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DatasetCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new Dataset instance or update an existing instance with raw
            json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique Dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a Dataset.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Delete a Dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the Dataset.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Delete a Dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the Dataset.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Gets a Dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the Dataset.
            </param>
            <returns>
            The Get Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Gets a Dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the Dataset.
            </param>
            <returns>
            The Get Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The CreateOrUpdate Dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String)">
            <summary>
            Gets all the Dataset instances in a data factory with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List Datasets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String,System.String)">
            <summary>
            Gets all the Dataset instances in a data factory with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List Datasets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String)">
            <summary>
            Gets the next page of Dataset instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next Datasets page.
            </param>
            <returns>
            The List Datasets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.DatasetOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.IDatasetOperations,System.String)">
            <summary>
            Gets the next page of Dataset instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.IDatasetOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next Datasets page.
            </param>
            <returns>
            The List Datasets operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput">
            <summary>
            An activity input.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput.#ctor">
            <summary>
            Initializes a new instance of the ActivityInput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ActivityInput class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput.EndTime">
            <summary>
            Optional. EndTime.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput.Length">
            <summary>
            Optional. Length.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput.Name">
            <summary>
            Required. Referenced dataset name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityInput.StartTime">
            <summary>
            Optional. Start time.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityOutput">
            <summary>
            An activity output.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityOutput.#ctor">
            <summary>
            Initializes a new instance of the ActivityOutput class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityOutput.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ActivityOutput class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityOutput.Name">
            <summary>
            Required. Referenced dataset name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityPolicy">
            <summary>
            Activity policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityPolicy.#ctor">
            <summary>
            Initializes a new instance of the ActivityPolicy class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityPolicy.Concurrency">
            <summary>
            Optional. The maximum number of concurrent activity executions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityPolicy.Delay">
            <summary>
            Optional. Delay activity execution so that upstream activities can
            have extra time to finish.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityPolicy.ExecutionPriorityOrder">
            <summary>
            Optional. Execution priority order. Choose from OldestFirst or
            NewestFirst.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityPolicy.LongRetry">
            <summary>
            Optional. Total number of long retries after failed short retries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityPolicy.LongRetryInterval">
            <summary>
            Optional. Interval between two long retries.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityPolicy.Retry">
            <summary>
            Optional. Total number of short retries for a failed activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ActivityPolicy.Timeout">
            <summary>
            Optional. Specifies the timeout for the activity to run. If there
            is value specified, it takes the value of
            TimeSpan.FromMilliseconds(-1) which means indefinite timeout.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.Availability">
            <summary>
            The availability definition.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.BaseScheduler">
            <summary>
            The scheduler definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.BaseScheduler.#ctor">
            <summary>
            Initializes a new instance of the BaseScheduler class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.BaseScheduler.#ctor(System.String,System.UInt32)">
            <summary>
            Initializes a new instance of the BaseScheduler class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.BaseScheduler.AnchorDateTime">
            <summary>
            Optional. The date used as a reference point for calculating slice
            start and end dates.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.BaseScheduler.Frequency">
            <summary>
            Required. Frequency in terms of minute, hour, day, etc.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.BaseScheduler.Interval">
            <summary>
            Required. The interval of running the scheduler.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.BaseScheduler.Offset">
            <summary>
            Optional. The offset relative to the anchor time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.BaseScheduler.Style">
            <summary>
            Optional. The scheduler style.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.Availability.#ctor">
            <summary>
            Initializes a new instance of the Availability class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.Availability.#ctor(System.String,System.UInt32)">
            <summary>
            Initializes a new instance of the Availability class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.DataElement">
            <summary>
            Data element defines the semantics of each column of a dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.DataElement.#ctor">
            <summary>
            Initializes a new instance of the DataElement class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.DataElement.Culture">
            <summary>
            Optional. Culture of the data element.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.DataElement.Description">
            <summary>
            Optional. Description of the data element.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.DataElement.Format">
            <summary>
            Optional. Format of the data element.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.DataElement.Name">
            <summary>
            Optional. Name of the data element.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.DataElement.Type">
            <summary>
            Optional. Type of the data element.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.ExternalDataPolicy">
            <summary>
            External data validation and retry policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.ExternalDataPolicy.#ctor">
            <summary>
            Initializes a new instance of the ExternalDataPolicy class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ExternalDataPolicy.DataDelay">
            <summary>
            Optional. Data delay.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ExternalDataPolicy.MaximumRetry">
            <summary>
            Optional. Maximum retry.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ExternalDataPolicy.RetryInterval">
            <summary>
            Optional. Retry interval.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ExternalDataPolicy.RetryTimeout">
            <summary>
            Optional. Specifies the timeout for the activity to run. If there
            is value specified, it takes the value of
            TimeSpan.FromMilliseconds(-1) which means indefinite timeout.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.LatencyPolicy">
            <summary>
            Latency policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.LatencyPolicy.#ctor">
            <summary>
            Initializes a new instance of the LatencyPolicy class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.LatencyPolicy.LatencyLength">
            <summary>
            Optional. Latency length.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.LongRunningOperationResponse">
            <summary>
            A standard service response for long running operations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.LongRunningOperationResponse.#ctor">
            <summary>
            Initializes a new instance of the LongRunningOperationResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.LongRunningOperationResponse.OperationStatusLink">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.LongRunningOperationResponse.RetryAfter">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.LongRunningOperationResponse.Status">
            <summary>
            Optional.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineRuntimeInfo">
            <summary>
            Pipeline runtime information.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineRuntimeInfo.#ctor">
            <summary>
            Initializes a new instance of the PipelineRuntimeInfo class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineRuntimeInfo.#ctor(System.DateTime)">
            <summary>
            Initializes a new instance of the PipelineRuntimeInfo class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineRuntimeInfo.DeploymentTime">
            <summary>
            Required. The deployment time of the pipeline.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters">
            <summary>
            Parameters specifying the active period for the set pipeline active
            period operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters.#ctor">
            <summary>
            Initializes a new instance of the PipelineSetActivePeriodParameters
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the PipelineSetActivePeriodParameters
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters.ActivePeriodEndTime">
            <summary>
            Required. Pipeline end time in round-trip ISO 8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters.ActivePeriodStartTime">
            <summary>
            Required. Pipeline start time in round-trip ISO 8601 format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters.AutoResolve">
            <summary>
            Optional. Auto resolve active periods of conflicting pipelines.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters.ForceRecalc">
            <summary>
            Optional. Mark all slices in the period as pending execution.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.Policy">
            <summary>
            Policy of a dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.Policy.#ctor">
            <summary>
            Initializes a new instance of the Policy class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.Policy.ExternalData">
            <summary>
            Optional. External data validation and retry policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.Policy.Latency">
            <summary>
            Optional. Latency policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.Policy.Validation">
            <summary>
            Optional. Validation policy.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType">
            <summary>
            The enum for all the allowed types of a data element.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.String">
            <summary>
            String type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.Int16">
            <summary>
            Int16 type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.Int32">
            <summary>
            Int32 type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.Int64">
            <summary>
            Int64 type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.Single">
            <summary>
            Single type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.Double">
            <summary>
            Double type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.Decimal">
            <summary>
            Decimal type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.Guid">
            <summary>
            Guid type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.Boolean">
            <summary>
            Boolean type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.Enum">
            <summary>
            Enum type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.DateTime">
            <summary>
            DateTime type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.DateTimeOffset">
            <summary>
            DateTimeOffset type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.Timespan">
            <summary>
            Timespan type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.PropertyDataType.ByteArray">
            <summary>
            Byte[] type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.SchedulePeriod">
            <summary>
            The enum for all the supported schedule period types.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.SchedulePeriod.Minute">
            <summary>
            Minute.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.SchedulePeriod.Hour">
            <summary>
            Hour.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.SchedulePeriod.Day">
            <summary>
            Day.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.SchedulePeriod.Week">
            <summary>
            Week.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.SchedulePeriod.Month">
            <summary>
            Month.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.Scheduler">
            <summary>
            The scheduler definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.Scheduler.#ctor">
            <summary>
            Initializes a new instance of the Scheduler class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.Scheduler.#ctor(System.String,System.UInt32)">
            <summary>
            Initializes a new instance of the Scheduler class with required
            arguments.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.SchedulerStyle">
            <summary>
            Scheduler style.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.SchedulerStyle.NotSpecified">
            <summary>
            Not specified.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.SchedulerStyle.StartOfInterval">
            <summary>
            Start of interval.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Common.Models.SchedulerStyle.EndOfInterval">
            <summary>
            End of interval.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Common.Models.ValidationPolicy">
            <summary>
            Validation policy.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Common.Models.ValidationPolicy.#ctor">
            <summary>
            Initializes a new instance of the ValidationPolicy class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ValidationPolicy.MinimumRows">
            <summary>
            Optional. Minimum rows.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ValidationPolicy.MinimumSizeMB">
            <summary>
            Optional. Minimum size in MB.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Common.Models.ValidationPolicy.ValidationPriorityOrder">
            <summary>
            Optional. Validation priority order. Choose from OldestFirst or
            NewestFirst.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperations">
            <summary>
            Operations for managing data factory ActivityTypes.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations">
            <summary>
            Operations for managing data factory ActivityTypes.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='activityTypeName'>
            The name of the activityType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update an ActivityType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='activityTypeName'>
            An ActivityType name.
            </param>
            <param name='parameters'>
            The parameters required to create or update an ActivityType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='activityTypeName'>
            The name of the activityType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetParameters,System.Threading.CancellationToken)">
            <summary>
            Gets an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            Parameters specifying how to get an ActivityType definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            Parameters specifying how to return a list of ActivityType
            definitions.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next ActivityTypes page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the ActivityTypeOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. An ActivityType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetParameters,System.Threading.CancellationToken)">
            <summary>
            Gets an ActivityType instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get an ActivityType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of
            ActivityType definitions.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next ActivityTypes page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateParameters)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateParameters)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. An ActivityType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update an ActivityType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. An ActivityType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update an
            ActivityType definition.
            </param>
            <returns>
            The create or update ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='activityTypeName'>
            Required. The name of the activityType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetParameters)">
            <summary>
            Gets an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get an ActivityType
            definition.
            </param>
            <returns>
            The Get ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetParameters)">
            <summary>
            Gets an ActivityType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get an ActivityType
            definition.
            </param>
            <returns>
            The Get ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListParameters)">
            <summary>
            Gets the first page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of
            ActivityType definitions.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListParameters)">
            <summary>
            Gets the first page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of
            ActivityType definitions.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String)">
            <summary>
            Gets the next page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next ActivityTypes page.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ActivityTypeOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations,System.String)">
            <summary>
            Gets the next page of ActivityType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IActivityTypeOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next ActivityTypes page.
            </param>
            <returns>
            The List ActivityType operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperations">
            <summary>
            Operations for managing data factory ComputeTypes.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations">
            <summary>
            Operations for managing data factory ComputeTypes.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='computeTypeName'>
            The name of the computeType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a ComputeType.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a ComputeType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a ComputeType.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='computeTypeName'>
            A ComputeType name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a ComputeType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='computeTypeName'>
            The name of the computeType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            Parameters specifying how to get a ComputeType definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            Parameters specifying how to return a list of ComputeType
            definitions for a List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of ComputeType instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next ComputeTypes page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the ComputeTypeOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. The name of the computeType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a ComputeType.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a ComputeType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a ComputeType.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. A ComputeType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a ComputeType
            definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. The name of the computeType.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperations.GetAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get a ComputeType definition.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperations.ListAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets a ComputeType instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of ComputeType
            definitions for a List operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of ComputeType instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next ComputeTypes page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete a ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. The name of the computeType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete a ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. The name of the computeType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateParameters)">
            <summary>
            Create or update a ComputeType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a ComputeType
            definition.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateParameters)">
            <summary>
            Create or update a ComputeType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a ComputeType
            definition.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update a ComputeType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. A ComputeType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a ComputeType
            definition.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update a ComputeType.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. A ComputeType name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a ComputeType
            definition.
            </param>
            <returns>
            The create or update ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete a ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. The name of the computeType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,System.String)">
            <summary>
            Delete a ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='computeTypeName'>
            Required. The name of the computeType.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetParameters)">
            <summary>
            Gets a ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get a ComputeType definition.
            </param>
            <returns>
            The Get ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetParameters)">
            <summary>
            Gets a ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to get a ComputeType definition.
            </param>
            <returns>
            The Get ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListParameters)">
            <summary>
            Gets a ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of ComputeType
            definitions for a List operation.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListParameters)">
            <summary>
            Gets a ComputeType instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to return a list of ComputeType
            definitions for a List operation.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String)">
            <summary>
            Gets the next page of ComputeType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next ComputeTypes page.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ComputeTypeOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations,System.String)">
            <summary>
            Gets the next page of ComputeType instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IComputeTypeOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next ComputeTypes page.
            </param>
            <returns>
            The List ComputeType operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClientExtensions.GetLongRunningOperationStatus(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClientExtensions.GetLongRunningOperationStatusAsync(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryManagementClient.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperations">
            <summary>
            Operations for managing data factories.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations">
            <summary>
            Operations for managing data factories.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.BeginCreateOrUpdateAsync(System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data factory instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data factory instances with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factories.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data factory instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next data factories page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the DataFactoryOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperations.BeginCreateOrUpdateAsync(System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperations.CreateOrUpdateAsync(System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperations.DeleteAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperations.GetAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data factory instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperations.ListAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data factory instances with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factories.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data factory instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next data factories page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String,Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String,System.String)">
            <summary>
            Delete a data factory instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String,System.String)">
            <summary>
            Delete a data factory instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String,System.String)">
            <summary>
            Gets a data factory instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The Get data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String,System.String)">
            <summary>
            Gets a data factory instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The Get data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String)">
            <summary>
            Gets the first page of data factory instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factories.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String)">
            <summary>
            Gets the first page of data factory instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factories.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String)">
            <summary>
            Gets the next page of data factory instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data factories page.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataFactoryOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations,System.String)">
            <summary>
            Gets the next page of data factory instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataFactoryOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data factories page.
            </param>
            <returns>
            The List data factories operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations">
            <summary>
            Operations for managing datasets.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations">
            <summary>
            Operations for managing datasets.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new dataset instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.BeginCreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new dataset instance or update an existing instance with
            raw json content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            A unique dataset instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a dataset instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Name of the dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new dataset instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new dataset instance or update an existing instance with
            raw json content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            A unique dataset instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a dataset instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Name of the dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a dataset instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Name of the dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the dataset instances in a data factory with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List datasets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of dataset instances with the link to the next
            page.
            </summary>
            <param name='nextLink'>
            The url to the next datasets page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List datasets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the DatasetOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new dataset instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.BeginCreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new dataset instance or update an existing instance with
            raw json content.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a dataset instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new dataset instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new dataset instance or update an existing instance with
            raw json content.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a dataset instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a dataset instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets all the dataset instances in a data factory with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List datasets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of dataset instances with the link to the next
            page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next datasets page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List datasets operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DatasetOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters)">
            <summary>
            Create a new dataset instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters)">
            <summary>
            Create a new dataset instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.BeginCreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new dataset instance or update an existing instance with
            raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.BeginCreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new dataset instance or update an existing instance with
            raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Delete a dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the dataset.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Delete a dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the dataset.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters)">
            <summary>
            Create a new dataset instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters)">
            <summary>
            Create a new dataset instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new dataset instance or update an existing instance with
            raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new dataset instance or update an existing instance with
            raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a dataset.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Delete a dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the dataset.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Delete a dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the dataset.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Gets a dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the dataset.
            </param>
            <returns>
            The Get dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String,System.String)">
            <summary>
            Gets a dataset instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. Name of the dataset.
            </param>
            <returns>
            The Get dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The CreateOrUpdate dataset operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String)">
            <summary>
            Gets all the dataset instances in a data factory with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List datasets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String,System.String)">
            <summary>
            Gets all the dataset instances in a data factory with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List datasets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String)">
            <summary>
            Gets the next page of dataset instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next datasets page.
            </param>
            <returns>
            The List datasets operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DatasetOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations,System.String)">
            <summary>
            Gets the next page of dataset instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDatasetOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next datasets page.
            </param>
            <returns>
            The List datasets operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperations">
            <summary>
            Operations for managing data slices.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations">
            <summary>
            Operations for managing data slices.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.ListAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data slice instances with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            A unique dataset instance name.
            </param>
            <param name='parameters'>
            Parameters specifying how to list data slices of the dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data slice instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next data slices page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.SetStatusAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters,System.Threading.CancellationToken)">
            <summary>
            Sets status of data slices over a time range for a specific dataset.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            A unique dataset instance name.
            </param>
            <param name='parameters'>
            The parameters required to set status of data slices.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the DataSliceOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperations.ListAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data slice instances with the link to the
            next page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to list data slices of the
            dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data slice instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next data slices page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperations.SetStatusAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters,System.Threading.CancellationToken)">
            <summary>
            Sets status of data slices over a time range for a specific dataset.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to set status of data slices.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters)">
            <summary>
            Gets the first page of data slice instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to list data slices of the
            dataset.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters)">
            <summary>
            Gets the first page of data slice instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. Parameters specifying how to list data slices of the
            dataset.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations,System.String)">
            <summary>
            Gets the next page of data slice instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data slices page.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations,System.String)">
            <summary>
            Gets the next page of data slice instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data slices page.
            </param>
            <returns>
            The List data slices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperationsExtensions.SetStatus(Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters)">
            <summary>
            Sets status of data slices over a time range for a specific dataset.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to set status of data slices.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceOperationsExtensions.SetStatusAsync(Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters)">
            <summary>
            Sets status of data slices over a time range for a specific dataset.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to set status of data slices.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperations">
            <summary>
            Operations for managing data slice runs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations">
            <summary>
            Operations for managing data slice runs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a Data Slice Run instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='runId'>
            A unique Data Slice Run Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get Data Slice Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.GetLogsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets logs for a data slice run
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataSliceRunId'>
            A unique data slice run instance id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The data slice run get logs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.ListAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data slice run instances with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='datasetName'>
            A unique dataset instance name.
            </param>
            <param name='parameters'>
            Parameters for specifying the filters to list data slice runs of
            the dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of run instances with the link to the next page.
            </summary>
            <param name='nextLink'>
            The url to the next data slice runs page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the DataSliceRunOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a Data Slice Run instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='runId'>
            Required. A unique Data Slice Run Id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get Data Slice Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperations.GetLogsAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets logs for a data slice run
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataSliceRunId'>
            Required. A unique data slice run instance id.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The data slice run get logs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperations.ListAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data slice run instances with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. Parameters for specifying the filters to list data slice
            runs of the dataset.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of run instances with the link to the next page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next data slice runs page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations,System.String,System.String,System.String)">
            <summary>
            Gets a Data Slice Run instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='runId'>
            Required. A unique Data Slice Run Id.
            </param>
            <returns>
            The get Data Slice Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations,System.String,System.String,System.String)">
            <summary>
            Gets a Data Slice Run instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='runId'>
            Required. A unique Data Slice Run Id.
            </param>
            <returns>
            The get Data Slice Run operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperationsExtensions.GetLogs(Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations,System.String,System.String,System.String)">
            <summary>
            Gets logs for a data slice run
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataSliceRunId'>
            Required. A unique data slice run instance id.
            </param>
            <returns>
            The data slice run get logs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperationsExtensions.GetLogsAsync(Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations,System.String,System.String,System.String)">
            <summary>
            Gets logs for a data slice run
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataSliceRunId'>
            Required. A unique data slice run instance id.
            </param>
            <returns>
            The data slice run get logs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters)">
            <summary>
            Gets the first page of data slice run instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. Parameters for specifying the filters to list data slice
            runs of the dataset.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters)">
            <summary>
            Gets the first page of data slice run instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='datasetName'>
            Required. A unique dataset instance name.
            </param>
            <param name='parameters'>
            Required. Parameters for specifying the filters to list data slice
            runs of the dataset.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations,System.String)">
            <summary>
            Gets the next page of run instances with the link to the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data slice runs page.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.DataSliceRunOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations,System.String)">
            <summary>
            Gets the next page of run instances with the link to the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IDataSliceRunOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data slice runs page.
            </param>
            <returns>
            The List data slice runs operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations">
            <summary>
            Operations for managing data factory gateways.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations">
            <summary>
            Operations for managing data factory gateways.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Name of the gateway to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Name of the gateway to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Name of the gateway to get.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List all gateways under a data factory.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factory gateways operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.RegenerateKeyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Regenerate gateway key.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            The name of the gateway to regenerate key.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The regenerate gateway key operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.RetrieveConnectionInfoAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve gateway connection information.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Name of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The retrieve gateway connection information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.UpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the GatewayOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to delete.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to get.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            List all gateways under a data factory.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factory gateways operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.RegenerateKeyAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Regenerate gateway key.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway to regenerate key.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The regenerate gateway key operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.RetrieveConnectionInfoAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Retrieve gateway connection information.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The retrieve gateway connection information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.UpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Update a data factory gateway.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.GatewayOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to delete.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to delete.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to delete.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Gets a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to get.
            </param>
            <returns>
            The Get data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Gets a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway to get.
            </param>
            <returns>
            The Get data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String)">
            <summary>
            The Get Operation Status operation returns the status of the
            specified operation. After calling an asynchronous operation, you
            can call Get Operation Status to determine whether the operation
            has succeeded, failed, or is still in progress.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String)">
            <summary>
            List all gateways under a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List data factory gateways operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String)">
            <summary>
            List all gateways under a data factory.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List data factory gateways operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.RegenerateKey(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Regenerate gateway key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway to regenerate key.
            </param>
            <returns>
            The regenerate gateway key operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.RegenerateKeyAsync(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Regenerate gateway key.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. The name of the gateway to regenerate key.
            </param>
            <returns>
            The regenerate gateway key operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.RetrieveConnectionInfo(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve gateway connection information.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway.
            </param>
            <returns>
            The retrieve gateway connection information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.RetrieveConnectionInfoAsync(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,System.String)">
            <summary>
            Retrieve gateway connection information.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='gatewayName'>
            Required. Name of the gateway.
            </param>
            <returns>
            The retrieve gateway connection information operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.Update(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.GatewayOperationsExtensions.UpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters)">
            <summary>
            Update a data factory gateway.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IGatewayOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory gateway.
            </param>
            <returns>
            The create or update data factory gateway operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.HubOperations">
            <summary>
            Operations for managing hubs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.IHubOperations">
            <summary>
            Operations for managing hubs.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IHubOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IHubOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='hubName'>
            The name of the hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IHubOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IHubOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='hubName'>
            The name of the data factory hub to be created or updated.
            </param>
            <param name='parameters'>
            The parameters required to create or update a hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IHubOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='hubName'>
            The name of the hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IHubOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a hub instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='hubName'>
            The name of the hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IHubOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IHubOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IHubOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='nextLink'>
            The url to the next data factory hubs page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the HubOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the data factory hub to be created or updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a hub instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The get hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next data factory hubs page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.HubOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the data factory hub to be created or updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new hub instance or update an existing instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the data factory hub to be created or updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a hub.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Delete a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Gets a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            The get hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String,System.String)">
            <summary>
            Gets a hub instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='hubName'>
            Required. The name of the hub.
            </param>
            <returns>
            The get hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String)">
            <summary>
            Gets the first page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String,System.String)">
            <summary>
            Gets the first page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String)">
            <summary>
            Gets the next page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data factory hubs page.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.HubOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.Core.IHubOperations,System.String)">
            <summary>
            Gets the next page of data factory hub instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IHubOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next data factory hubs page.
            </param>
            <returns>
            The list hub operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations">
            <summary>
            Operations for managing data factory internal linkedServices.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory
            linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.BeginCreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            The name of the data factory dataset to be created or updated.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory
            linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            A unique data factory linkedService name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory
            linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            The name of the data factory linked service to be created or
            updated.
            </param>
            <param name='parameters'>
            The parameters required to create or update a data factory
            linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            A unique data factory linkedService name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data factory linkedService instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            A unique data factory linkedService name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of linked service instances with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of linked service instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            The url to the next linked services page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.IOAuthOperations">
            <summary>
            Operations for OAuth authorizations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IOAuthOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an OAuth authorization session.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='linkedServiceType'>
            The type of OAuth linked service.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get authorization session operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations">
            <summary>
            Operations for managing pipelines.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.BeginCreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new pipeline instance with raw json content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            A unique pipeline instance name.
            </param>
            <param name='parameters'>
            The parameters required to create a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new pipeline instance with raw json content.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            A unique pipeline instance name.
            </param>
            <param name='parameters'>
            The parameters required to create or update a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='nextLink'>
            The url to the next pipelines page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.ResumeAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Resume a suspended pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.SetActivePeriodAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters,System.Threading.CancellationToken)">
            <summary>
            Sets the active period of a pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='parameters'>
            Parameters required to set the active period of a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.SuspendAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Suspend a running pipeline.
            </summary>
            <param name='resourceGroupName'>
            The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations">
            <summary>
            Operations for managing data factory internal linkedServices.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the LinkedServiceOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.BeginCreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            Required. The name of the data factory dataset to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            Required. The name of the data factory linked service to be created
            or updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a data factory linkedService instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of linked service instances with the link to
            the next page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of linked service instances with the link to the
            next page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next linked services page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.BeginCreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            Required. The name of the data factory dataset to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.BeginCreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            Required. The name of the data factory dataset to be created or
            updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters)">
            <summary>
            Create or update a data factory linkedService.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            Required. The name of the data factory linked service to be created
            or updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create or update a data factory linkedService with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. The name of the data factory.
            </param>
            <param name='linkedServiceName'>
            Required. The name of the data factory linked service to be created
            or updated.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a data
            factory linkedService.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Delete a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Gets a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            The Get data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String,System.String)">
            <summary>
            Gets a data factory linkedService instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceName'>
            Required. A unique data factory linkedService name.
            </param>
            <returns>
            The Get data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update data factory linkedService operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String)">
            <summary>
            Gets the first page of linked service instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String,System.String)">
            <summary>
            Gets the first page of linked service instances with the link to
            the next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String)">
            <summary>
            Gets the next page of linked service instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next linked services page.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.LinkedServiceOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations,System.String)">
            <summary>
            Gets the next page of linked service instances with the link to the
            next page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.ILinkedServiceOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next linked services page.
            </param>
            <returns>
            The List data factory linkedServices operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.Activity">
            <summary>
            A pipeline activity.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.#ctor">
            <summary>
            Initializes a new instance of the Activity class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.#ctor(System.String,System.String,System.String)">
            <summary>
            Initializes a new instance of the Activity class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.Description">
            <summary>
            Optional. Activity description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.Inputs">
            <summary>
            Optional. Inputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.LinkedServiceName">
            <summary>
            Optional. LinkedService name where the Activity Runs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.Name">
            <summary>
            Required. Activity name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.Outputs">
            <summary>
            Optional. Outputs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.Policy">
            <summary>
            Optional. Policy.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.Scheduler">
            <summary>
            Optional. Scheduler of the activity.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.Type">
            <summary>
            Required. The type of the activity. May be the name of a build-in
            ADF type or a type registered by a user and available to the data
            factory this pipeline/activity is a member of.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Activity.TypeProperties">
            <summary>
            Required. The properties specific to the activity type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.Dataset">
            <summary>
            A dataset defines the schema of the data as well as its storage.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.Dataset.#ctor">
            <summary>
            Initializes a new instance of the Dataset class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.Dataset.#ctor(System.String,Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties)">
            <summary>
            Initializes a new instance of the Dataset class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Dataset.Name">
            <summary>
            Required. Name of the dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Dataset.Properties">
            <summary>
            Required. dataset properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters">
            <summary>
            Parameters specifying the dataset to be created or updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the DatasetCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateParameters.Dataset">
            <summary>
            Optional. The definition of the dataset to be created or updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateResponse">
            <summary>
            The CreateOrUpdate dataset operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the DatasetCreateOrUpdateResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateResponse.Dataset">
            <summary>
            Optional. The dataset instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateResponse.Location">
            <summary>
            Optional. The location url for the get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the raw json content for creating or updating a
            dataset.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DatasetCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            DatasetCreateOrUpdateWithRawJsonContentParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The user specified raw json content for creating or
            updating a dataset.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetGetResponse">
            <summary>
            The Get dataset operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DatasetGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetGetResponse.Dataset">
            <summary>
            Optional. The dataset instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetListResponse">
            <summary>
            The List datasets operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetListResponse.#ctor">
            <summary>
            Initializes a new instance of the DatasetListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DatasetListResponse class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetListResponse.Datasets">
            <summary>
            Optional. A list of the returned dataset instances.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties">
            <summary>
            Dataset properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.#ctor">
            <summary>
            Initializes a new instance of the DatasetProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.Availability">
            <summary>
            Required. Scheduler of the dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.CreateTime">
            <summary>
            Optional. The time it is created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.Description">
            <summary>
            Optional. dataset description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.ErrorMessage">
            <summary>
            Optional. Error in processing dataset request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.External">
            <summary>
            Optional. If set to true, the dataset is an external data set.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.LinkedServiceName">
            <summary>
            Required. The referenced data linkedService name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.Policy">
            <summary>
            Optional. Policy applied to the dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.ProvisioningState">
            <summary>
            Optional. The provisioning state of the dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.Structure">
            <summary>
            Optional. Columns that define the structure of the dataset.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.Type">
            <summary>
            Required. The type of the dataset. May be the name of a build-in
            ADF type or a type registered by a user and available to the data
            factory this dataset is a member of.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.DatasetProperties.TypeProperties">
            <summary>
            Required. The properties specific to the dataset type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedService">
            <summary>
            The data factory linkedService.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedService.#ctor">
            <summary>
            Initializes a new instance of the LinkedService class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedService.Name">
            <summary>
            Optional. Data factory linkedService name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedService.Properties">
            <summary>
            Optional. Data factory linkedService properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters">
            <summary>
            Parameters specifying the data factory linkedService definition for a
            create or update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            LinkedServiceCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateParameters.LinkedService">
            <summary>
            Optional. The definition of the data factory linkedService to be
            created or updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateResponse">
            <summary>
            The create or update data factory linkedService operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            LinkedServiceCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateResponse.LinkedService">
            <summary>
            Optional. The data factory linkedService instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateResponse.Location">
            <summary>
            Optional. The location url for the get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the data factory linkedService raw json content
            for a create or update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            LinkedServiceCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            LinkedServiceCreateOrUpdateWithRawJsonContentParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The raw json content for a create or update data factory
            linkedService operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceGetResponse">
            <summary>
            The Get data factory linkedService operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceGetResponse.#ctor">
            <summary>
            Initializes a new instance of the LinkedServiceGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceGetResponse.LinkedService">
            <summary>
            Optional. The data factory linkedService instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceListResponse">
            <summary>
            The List data factory linkedServices operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceListResponse.#ctor">
            <summary>
            Initializes a new instance of the LinkedServiceListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the LinkedServiceListResponse class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceListResponse.LinkedServices">
            <summary>
            Optional. All the data factory linkedService instances.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceProperties">
            <summary>
            Data factory linkedService properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceProperties.#ctor">
            <summary>
            Initializes a new instance of the LinkedServiceProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceProperties.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the LinkedServiceProperties class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceProperties.Description">
            <summary>
            Optional. Data factory linkedService description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceProperties.ErrorMessage">
            <summary>
            Optional. Error in processing linkedService request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceProperties.HubName">
            <summary>
            Optional. The name of the Hub that this linked service belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceProperties.ProvisioningState">
            <summary>
            Optional. The provisioning state of the linked service.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceProperties.Type">
            <summary>
            Required. The type of the linked service. May be the name of a
            build-in ADF type or a type registered by a user and available to
            the data factory this linked service is a member of.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.LinkedServiceProperties.TypeProperties">
            <summary>
            Required. The properties specific to the linked service type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline">
            <summary>
            A pipeline defines activities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline.#ctor">
            <summary>
            Initializes a new instance of the Pipeline class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline.#ctor(System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties)">
            <summary>
            Initializes a new instance of the Pipeline class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline.Name">
            <summary>
            Required. Name of the pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.Pipeline.Properties">
            <summary>
            Required. Pipeline properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters">
            <summary>
            Parameters specifying the pipeline to be created or updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the PipelineCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters.Pipeline">
            <summary>
            Optional. The definition of the pipeline to be created or updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateResponse">
            <summary>
            The create or update pipeline operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the PipelineCreateOrUpdateResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateResponse.Location">
            <summary>
            Optional. The location url for the get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateResponse.Pipeline">
            <summary>
            Optional. The pipeline instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the raw json content for creating or updating a
            pipeline.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            PipelineCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            PipelineCreateOrUpdateWithRawJsonContentParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The user specified raw json content for creating or
            updating a pipeline.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineGetResponse">
            <summary>
            The Get pipeline operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineGetResponse.#ctor">
            <summary>
            Initializes a new instance of the PipelineGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineGetResponse.Pipeline">
            <summary>
            Optional. The pipeline instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineListResponse">
            <summary>
            The List pipeline operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineListResponse.#ctor">
            <summary>
            Initializes a new instance of the PipelineListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the PipelineListResponse class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineListResponse.Pipelines">
            <summary>
            Optional. A list of the returned pipeline instances.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties">
            <summary>
            Pipeline properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.#ctor">
            <summary>
            Initializes a new instance of the PipelineProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.#ctor(System.Collections.Generic.IList{Microsoft.Azure.Management.DataFactories.Core.Models.Activity})">
            <summary>
            Initializes a new instance of the PipelineProperties class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.Activities">
            <summary>
            Required. Activities that belong to the pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.Description">
            <summary>
            Optional. Item description.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.End">
            <summary>
            Optional. The end time of the pipeline. The start and end time can
            both be empty to create a pipeline; they must both have values to
            set an active period for the pipeline and one cannot have a value
            if the other does not.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.ErrorMessage">
            <summary>
            Optional. Error in processing pipeline request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.HubName">
            <summary>
            Optional. The name of the Hub that this pipeline belongs to.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.IsPaused">
            <summary>
            Optional. The status of the pipline. Pipeline is paused when
            boolean is set to true.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.ProvisioningState">
            <summary>
            Optional. The provisioning state of the pipeline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.RuntimeInfo">
            <summary>
            Optional. Pipeline runtime information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Models.PipelineProperties.Start">
            <summary>
            Optional. The start time of the pipeline. The start and end time
            can both be empty to create a pipeline; they must both have values
            to set an active period for the pipeline and one cannot have a
            value if the other does not.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.OAuthOperations">
            <summary>
            Operations for OAuth authorizations.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.OAuthOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the OAuthOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.OAuthOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets an OAuth authorization session.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceType'>
            Required. The type of OAuth linked service.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get authorization session operation response.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.OAuthOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.OAuthOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.Core.IOAuthOperations,System.String,System.String,System.String)">
            <summary>
            Gets an OAuth authorization session.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IOAuthOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceType'>
            Required. The type of OAuth linked service.
            </param>
            <returns>
            The Get authorization session operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.OAuthOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.Core.IOAuthOperations,System.String,System.String,System.String)">
            <summary>
            Gets an OAuth authorization session.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IOAuthOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='linkedServiceType'>
            Required. The type of OAuth linked service.
            </param>
            <returns>
            The Get authorization session operation response.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations">
            <summary>
            Operations for managing pipelines.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.#ctor(Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient)">
            <summary>
            Initializes a new instance of the PipelineOperations class.
            </summary>
            <param name='client'>
            Reference to the service client.
            </param>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.BeginCreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.BeginCreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new pipeline instance with raw json content.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. A unique pipeline instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.BeginDeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.CreateOrUpdateAsync(System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters,System.Threading.CancellationToken)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.CreateOrUpdateWithRawJsonContentAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters,System.Threading.CancellationToken)">
            <summary>
            Create a new pipeline instance with raw json content.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. A unique pipeline instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.DeleteAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.GetAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets a pipeline instance.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The Get pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.GetCreateOrUpdateStatusAsync(System.String,System.Threading.CancellationToken)">
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.ListAsync(System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the first page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.ListNextAsync(System.String,System.Threading.CancellationToken)">
            <summary>
            Gets the next page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='nextLink'>
            Required. The url to the next pipelines page.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.ResumeAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Resume a suspended pipeline.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.SetActivePeriodAsync(System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters,System.Threading.CancellationToken)">
            <summary>
            Sets the active period of a pipeline.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <param name='parameters'>
            Required. Parameters required to set the active period of a
            pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.SuspendAsync(System.String,System.String,System.String,System.Threading.CancellationToken)">
            <summary>
            Suspend a running pipeline.
            </summary>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <param name='cancellationToken'>
            Cancellation token.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.PipelineOperations.Client">
            <summary>
            Gets a reference to the
            Microsoft.Azure.Management.DataFactories.Core.DataFactoryManagementClient.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.BeginCreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.BeginCreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.BeginCreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new pipeline instance with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. A unique pipeline instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.BeginCreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new pipeline instance with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. A unique pipeline instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.BeginDelete(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.BeginDeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.CreateOrUpdate(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.CreateOrUpdateAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateParameters)">
            <summary>
            Create or update a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.CreateOrUpdateWithRawJsonContent(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new pipeline instance with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. A unique pipeline instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.CreateOrUpdateWithRawJsonContentAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Core.Models.PipelineCreateOrUpdateWithRawJsonContentParameters)">
            <summary>
            Create a new pipeline instance with raw json content.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. A unique pipeline instance name.
            </param>
            <param name='parameters'>
            Required. The parameters required to create or update a pipeline.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.Delete(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.DeleteAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Delete a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response for long running operations.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.Get(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Gets a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            The Get pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.GetAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Gets a pipeline instance.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            The Get pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.GetCreateOrUpdateStatus(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.GetCreateOrUpdateStatusAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String)">
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='operationStatusLink'>
            Required. Location value returned by the Begin operation.
            </param>
            <returns>
            The create or update pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.List(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String)">
            <summary>
            Gets the first page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.ListAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String)">
            <summary>
            Gets the first page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.ListNext(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String)">
            <summary>
            Gets the next page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next pipelines page.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.ListNextAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String)">
            <summary>
            Gets the next page of pipeline instances with the link to the next
            page.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='nextLink'>
            Required. The url to the next pipelines page.
            </param>
            <returns>
            The List pipeline operation response.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.Resume(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Resume a suspended pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.ResumeAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Resume a suspended pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.SetActivePeriod(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters)">
            <summary>
            Sets the active period of a pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <param name='parameters'>
            Required. Parameters required to set the active period of a
            pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.SetActivePeriodAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String,Microsoft.Azure.Management.DataFactories.Common.Models.PipelineSetActivePeriodParameters)">
            <summary>
            Sets the active period of a pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <param name='parameters'>
            Required. Parameters required to set the active period of a
            pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.Suspend(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Suspend a running pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.PipelineOperationsExtensions.SuspendAsync(Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations,System.String,System.String,System.String)">
            <summary>
            Suspend a running pipeline.
            </summary>
            <param name='operations'>
            Reference to the
            Microsoft.Azure.Management.DataFactories.Core.IPipelineOperations.
            </param>
            <param name='resourceGroupName'>
            Required. The resource group name of the data factory.
            </param>
            <param name='dataFactoryName'>
            Required. A unique data factory instance name.
            </param>
            <param name='dataPipelineName'>
            Required. Name of the data pipeline.
            </param>
            <returns>
            A standard service response including an HTTP status code and
            request ID.
            </returns>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityType">
            <summary>
            An ActivityType is a user-defined activity type which can be registered
            and used in a Pipeline.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityType.#ctor">
            <summary>
            Initializes a new instance of the ActivityType class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityType.#ctor(System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeProperties)">
            <summary>
            Initializes a new instance of the ActivityType class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityType.Name">
            <summary>
            Required. Activity type name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityType.Properties">
            <summary>
            Required. Activity type properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateParameters">
            <summary>
            Parameters specifying the ActivityType definition for a create or
            update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ActivityTypeCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityType)">
            <summary>
            Initializes a new instance of the
            ActivityTypeCreateOrUpdateParameters class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateParameters.ActivityType">
            <summary>
            Required. The definition of an ActivityType to be created or
            updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateResponse">
            <summary>
            The create or update ActivityType operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the
            ActivityTypeCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateResponse.ActivityType">
            <summary>
            Optional. The ActivityType instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the ActivityType raw JSON content for a create or
            update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ActivityTypeCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            ActivityTypeCreateOrUpdateWithRawJsonContentParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The raw json content for a create or update ActivityType
            operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetParameters">
            <summary>
            Parameters specifying how to return an ActivityType definition for a
            Get operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetParameters.#ctor">
            <summary>
            Initializes a new instance of the ActivityTypeGetParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ActivityTypeGetParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetParameters.ActivityTypeName">
            <summary>
            Required. An ActivityType name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetParameters.RegistrationScope">
            <summary>
            Required. The scope for which to get an ActivityType definition.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetParameters.Resolved">
            <summary>
            Optional. If true, gets the properties of any base types an
            ActivityType inherits from.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetResponse">
            <summary>
            The Get ActivityType operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ActivityTypeGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeGetResponse.ActivityType">
            <summary>
            Optional. The ActivityType instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListParameters">
            <summary>
            Parameters specifying how to return a list of ActivityType definitions
            for a List operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListParameters.#ctor">
            <summary>
            Initializes a new instance of the ActivityTypeListParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListParameters.ActivityTypeName">
            <summary>
            Optional. The name of the ActivityType to list.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListParameters.RegistrationScope">
            <summary>
            Optional. The scope for which to list the ActivityType definitions.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListParameters.Resolved">
            <summary>
            Optional. If true, gets the properties of any base types each
            ActivityType inherits from.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListResponse">
            <summary>
            The List ActivityType operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListResponse.#ctor">
            <summary>
            Initializes a new instance of the ActivityTypeListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ActivityTypeListResponse class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListResponse.ActivityTypes">
            <summary>
            Optional. All the ActivityType definitions for a particular
            RegistrationScope.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeProperties">
            <summary>
            Activity type properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeProperties.#ctor">
            <summary>
            Initializes a new instance of the ActivityTypeProperties class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeProperties.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ActivityTypeProperties class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeProperties.BaseType">
            <summary>
            Optional. Base type of the ActivityType. Must be a built-in Data
            Factory Activity type.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeProperties.Schema">
            <summary>
            Required. Schema for type-specific properties of the ActivityType.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ActivityTypeProperties.Scope">
            <summary>
            Required. The scope of the ActivityType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTransport">
            <summary>
            The protocol definition for communication with a ComputeType.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTransport.#ctor">
            <summary>
            Initializes a new instance of the ComputeTransport class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTransport.TransportProtocolVersion">
            <summary>
            Optional. The version of the transport protocol for communication
            between ADF and the user's compute resource proxy service.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeType">
            <summary>
            A ComputeType is a user-defined Compute/Linked Service type which can
            be registered and used to run Pipeline activities.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeType.#ctor">
            <summary>
            Initializes a new instance of the ComputeType class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeType.#ctor(System.String,Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeProperties)">
            <summary>
            Initializes a new instance of the ComputeType class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeType.Name">
            <summary>
            Required. Compute type name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeType.Properties">
            <summary>
            Required. Compute type properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateParameters">
            <summary>
            Parameters specifying the ComputeType definition for a create or update
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ComputeTypeCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateParameters.#ctor(Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeType)">
            <summary>
            Initializes a new instance of the
            ComputeTypeCreateOrUpdateParameters class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateParameters.ComputeType">
            <summary>
            Required. The definition of a ComputeType to be created or updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateResponse">
            <summary>
            The create or update ComputeType operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the ComputeTypeCreateOrUpdateResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateResponse.ComputeType">
            <summary>
            Optional. The ComputeType instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the ComputeType raw JSON content for a create or
            update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            ComputeTypeCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            ComputeTypeCreateOrUpdateWithRawJsonContentParameters class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The raw json content for a create or update ComputeType
            operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetParameters">
            <summary>
            Parameters specifying how to return a ComputeType definition for a Get
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetParameters.#ctor">
            <summary>
            Initializes a new instance of the ComputeTypeGetParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the ComputeTypeGetParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetParameters.ComputeTypeName">
            <summary>
            Required. A ComputeType name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetParameters.RegistrationScope">
            <summary>
            Required. The scope for which to get a ComputeType definition.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetResponse">
            <summary>
            The Get ComputeType operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetResponse.#ctor">
            <summary>
            Initializes a new instance of the ComputeTypeGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeGetResponse.ComputeType">
            <summary>
            Optional. The ComputeType instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListParameters">
            <summary>
            Parameters specifying how to return a list of ComputeType definitions
            for a List operation.Specifying both a name and scope will return a
            list with one ComputeType (if one exists).
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListParameters.#ctor">
            <summary>
            Initializes a new instance of the ComputeTypeListParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ComputeTypeListParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListParameters.ComputeTypeName">
            <summary>
            Optional. The name of the ComputeType to list.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListParameters.RegistrationScope">
            <summary>
            Required. The scope for which to list the ComputeType definitions.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListResponse">
            <summary>
            The List ComputeType operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListResponse.#ctor">
            <summary>
            Initializes a new instance of the ComputeTypeListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the ComputeTypeListResponse class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListResponse.ComputeTypes">
            <summary>
            Optional. All the ComputeType definitions for a particular
            RegistrationScope.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeProperties">
            <summary>
            Compute type properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeProperties.#ctor">
            <summary>
            Initializes a new instance of the ComputeTypeProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeProperties.Schema">
            <summary>
            Required. Schema for type specfic properties of the ComputeType.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeProperties.Scope">
            <summary>
            Required. The scope of the ComputeType.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeProperties.SupportedActivities">
            <summary>
            Required. The ActivityTypes that this ComputeType can execute.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ComputeTypeProperties.Transport">
            <summary>
            Required. The protocol definition for communication with this
            ComputeType.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.RegistrationScope">
            <summary>
            The enum for all the allowed scopes of a type registration.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.RegistrationScope.Unknown">
            <summary>
            Unknown
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.RegistrationScope.Global">
            <summary>
            The type is available to all users.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.RegistrationScope.Tenant">
            <summary>
            The type is available to all users under a Tenant.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.RegistrationScope.DataFactory">
            <summary>
            The type is available to all users of a DataFactory.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ServiceBusReferenceTransport">
            <summary>
            A compute type with this transport requires that its schema has at
            least one "linkedServiceReference" property and that any instance must
            provide a ServiceBusLinkedService as value for the property.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ServiceBusReferenceTransport.#ctor">
            <summary>
            Initializes a new instance of the ServiceBusReferenceTransport
            class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ServiceBusTransport">
            <summary>
            The definition of a Service Bus endpoint for communication with a
            ComputeType.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ServiceBusTransport.#ctor">
            <summary>
            Initializes a new instance of the ServiceBusTransport class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ServiceBusTransport.ActivityRequestQueue">
            <summary>
            Required. Azure ServiceBus queue where ADF will submit activity
            slice execution jobs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ServiceBusTransport.ActivityStatusQueue">
            <summary>
            Required. Azure ServiceBus session queue where activity executor
            should report slice status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ServiceBusTransport.ServiceBusEndpoint">
            <summary>
            Required. Azure ServiceBus endpoint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ServiceBusTransport.ServiceBusSharedAccessKey">
            <summary>
            Required. Azure ServiceBus shared access key.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.ServiceBusTransport.ServiceBusSharedAccessKeyName">
            <summary>
            Required. Azure ServiceBus shared access key name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.TransportProtocolVersion">
            <summary>
            The enum for all supported versions of the compute type transport
            protocol.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.TransportProtocolVersion.V1">
            <summary>
            Version 1.0-preview of the compute type transport protocol.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Core.Registration.Models.TransportProtocolVersion.V2">
            <summary>
            Version 2.0-preview of the compute type transport protocol.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AuthorizationSession">
            <summary>
            An OAuth authorization session is used to initiate the authorization
            code grant flow to allow ADF to access resources on your behalf.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AuthorizationSession.#ctor">
            <summary>
            Initializes a new instance of the AuthorizationSession class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AuthorizationSession.#ctor(System.Uri,System.String)">
            <summary>
            Initializes a new instance of the AuthorizationSession class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AuthorizationSession.Endpoint">
            <summary>
            Required. Use the OAuth authorization endpoint to log-in and
            acquire an authorization that may be used by ADF to access
            resources on your behalf. Each authorization is unique and may
            only be used once.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AuthorizationSession.SessionId">
            <summary>
            Required. Provide this value when creating an OAuth linked service.
            Each session id is unique and may only be used once.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.AuthorizationSessionGetResponse">
            <summary>
            The Get authorization session operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.AuthorizationSessionGetResponse.#ctor">
            <summary>
            Initializes a new instance of the AuthorizationSessionGetResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.AuthorizationSessionGetResponse.AuthorizationSession">
            <summary>
            Optional. The authorization session instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataFactory">
            <summary>
            The top level DataPipeline resource container.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataFactory.#ctor">
            <summary>
            Initializes a new instance of the DataFactory class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataFactory.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the DataFactory class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactory.Id">
            <summary>
            Optional. Resource id of the data factory. The Id property is set
            by the server and readonly on the client side.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactory.Location">
            <summary>
            Required. Data center location of the data factory.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactory.Name">
            <summary>
            Required. Name of the data factory.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactory.Properties">
            <summary>
            Optional. Properties of the data factory.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactory.Tags">
            <summary>
            Optional. Tags of the data factory.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters">
            <summary>
            Parameters specifying the data factory definition for a create or
            update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the
            DataFactoryCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateParameters.DataFactory">
            <summary>
            Optional. The definition of the data factory to be created or
            updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateResponse">
            <summary>
            The create or update data factory operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the DataFactoryCreateOrUpdateResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateResponse.DataFactory">
            <summary>
            Optional. The data factory instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateResponse.Location">
            <summary>
            Optional. The location url for the get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataFactoryGetResponse">
            <summary>
            The Get data factory operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataFactoryGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DataFactoryGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryGetResponse.DataFactory">
            <summary>
            Optional. The data factory instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataFactoryListResponse">
            <summary>
            The List data factories operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataFactoryListResponse.#ctor">
            <summary>
            Initializes a new instance of the DataFactoryListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataFactoryListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataFactoryListResponse class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryListResponse.DataFactories">
            <summary>
            Optional. All the data factory instances in the resource group.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties">
            <summary>
            Data factory properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties.#ctor">
            <summary>
            Initializes a new instance of the DataFactoryProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties.DataFactoryId">
            <summary>
            Optional. Internal data factory id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties.ErrorMessage">
            <summary>
            Optional. Error in processing data factory request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryProperties.ProvisioningState">
            <summary>
            Optional. The provisioning state of the data factory.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataFactoryReference">
            <summary>
            A reference to a data factory. It contains the fields necessary to
            identify a data factory.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataFactoryReference.#ctor">
            <summary>
            Initializes a new instance of the DataFactoryReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataFactoryReference.DataFactoryName">
            <summary>
            Optional. The data factory name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSlice">
            <summary>
            A data slice is subset of dataset bounded by time.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSlice.#ctor">
            <summary>
            Initializes a new instance of the DataSlice class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSlice.End">
            <summary>
            Optional. Data slice end time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSlice.LatencyStatus">
            <summary>
            Optional. Data slice latency status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSlice.LongRetryCount">
            <summary>
            Optional. longRetryCount.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSlice.RetryCount">
            <summary>
            Optional. retryCount.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSlice.Start">
            <summary>
            Optional. Data slice start time.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSlice.State">
            <summary>
            Optional. Data slice state.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSlice.Substate">
            <summary>
            Optional. Data slice substate.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceLatencyStatus">
            <summary>
            The data slice latency status.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceLatencyStatus.OnTime">
            <summary>
            The data slice is OnTime when the slice has reached a terminated
            status (Ready/Failed/FailedValidation/TimedOut) before the latency
            length determined by the user.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceLatencyStatus.Late">
            <summary>
            The data slice is Late when the slice has not reached a terminated
            status by the latency length determined by the user.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters">
            <summary>
            Parameters specifying the filters for the list data slices operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters.#ctor">
            <summary>
            Initializes a new instance of the DataSliceListParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters.#ctor(System.String,System.String)">
            <summary>
            Initializes a new instance of the DataSliceListParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters.DataSliceRangeEndTime">
            <summary>
            Required. The data slice range end time in round-trip ISO 8601
            format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceListParameters.DataSliceRangeStartTime">
            <summary>
            Required. The data slice range start time in round-trip ISO 8601
            format.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceListResponse">
            <summary>
            The List data slices operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceListResponse.#ctor">
            <summary>
            Initializes a new instance of the DataSliceListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataSliceListResponse class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceListResponse.DataSlices">
            <summary>
            Optional. List of data slices.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun">
            <summary>
            A data slice run is unit of processing for a data slice.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.#ctor">
            <summary>
            Initializes a new instance of the DataSliceRun class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.ActivityInputProperties">
            <summary>
            Optional. Container for all the input properties for the Activity
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.ActivityName">
            <summary>
            Optional. Run activity name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.BatchTime">
            <summary>
            Optional. Start time for corresponding data slice.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.ComputeClusterName">
            <summary>
            Optional. The HDInsight cluster where the run was processed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.DataSliceEnd">
            <summary>
            Optional. End time for corresponding data slice.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.DataSliceStart">
            <summary>
            Optional. Start time for corresponding data slice.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.ErrorMessage">
            <summary>
            Optional. Error message retuned if failed.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.HasLogs">
            <summary>
            Optional. Has compute logs.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.Id">
            <summary>
            Optional. Run id.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.InputRunRecordReferences">
            <summary>
            Optional. The list of data slice runs that were input to this data
            slice run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.LogUri">
            <summary>
            Optional. Url to the Log files
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.OutputRunRecordReferences">
            <summary>
            Optional. The list of data slice runs that used this data slice run
            as input.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.PercentComplete">
            <summary>
            Optional. Run execution progress as a percentage value.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.PipelineName">
            <summary>
            Optional. Run pipeline name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.ProcessingEndTime">
            <summary>
            Optional. Time when run finished execution.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.ProcessingStartTime">
            <summary>
            Optional. Time when run began execution.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.Properties">
            <summary>
            Optional. Container for all the properties/associated generated by
            the Activity for a run and can be consumed by the same Activity or
            others.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.RetryAttempt">
            <summary>
            Optional. Retry attempt number for run.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.Status">
            <summary>
            Optional. Run status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.TableName">
            <summary>
            Optional. Run table name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.Timestamp">
            <summary>
            Optional. Time when run was created.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRun.Type">
            <summary>
            Optional. Run record type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunGetLogsResponse">
            <summary>
            The data slice run get logs operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunGetLogsResponse.#ctor">
            <summary>
            Initializes a new instance of the DataSliceRunGetLogsResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunGetLogsResponse.DataSliceRunLogsSASUri">
            <summary>
            Optional. SAS Uri to blob container with logs.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunGetResponse">
            <summary>
            The get Data Slice Run operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunGetResponse.#ctor">
            <summary>
            Initializes a new instance of the DataSliceRunGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunGetResponse.DataSliceRun">
            <summary>
            Optional. Data Slice Run record.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters">
            <summary>
            Parameters specifying the filters for the list data slice runs
            operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters.#ctor">
            <summary>
            Initializes a new instance of the DataSliceRunListParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataSliceRunListParameters class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListParameters.DataSliceStartTime">
            <summary>
            Required. The start time of the data slice queried in round-trip
            ISO 8601 format.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListResponse">
            <summary>
            The List data slice runs operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListResponse.#ctor">
            <summary>
            Initializes a new instance of the DataSliceRunListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the DataSliceRunListResponse class
            with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListResponse.DataSliceRuns">
            <summary>
            Optional. List of data slices.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceRunListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters">
            <summary>
            Parameters specifying data slice status for set status operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters.#ctor">
            <summary>
            Initializes a new instance of the DataSliceSetStatusParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters.DataSliceRangeEndTime">
            <summary>
            Optional. The data slice range end time in round-trip ISO 8601
            format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters.DataSliceRangeStartTime">
            <summary>
            Optional. The data slice range start time in round-trip ISO 8601
            format.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters.SliceState">
            <summary>
            Optional. The data slice new status.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.DataSliceSetStatusParameters.UpdateType">
            <summary>
            Optional. The data slice set status update type.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceState">
            <summary>
            The data slice state.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceState.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceState.Waiting">
            <summary>
            Waiting.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceState.InProgress">
            <summary>
            InProgress.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceState.Ready">
            <summary>
            Ready.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceState.Failed">
            <summary>
            Failed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceState.Skipped">
            <summary>
            Skipped.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate">
            <summary>
            The data slice substate.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.ScheduledTime">
            <summary>
            ScheduledTime.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.DatasetDependencies">
            <summary>
            DatasetDependencies.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.ComputeResources">
            <summary>
            ComputeResources.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.ConcurrencyLimit">
            <summary>
            ConcurrencyLimit.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.ActivityResume">
            <summary>
            ActivityResume.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.Retry">
            <summary>
            Retry.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.Validation">
            <summary>
            Validation.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.ValidationRetry">
            <summary>
            ValidationRetry.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.Validating">
            <summary>
            Validating.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.Canceled">
            <summary>
            Canceled.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.DataSliceSubstate.TimedOut">
            <summary>
            TimedOut.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.EntityStatus">
            <summary>
            The status of an entity.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.EntityStatus.NotSpecified">
            <summary>
            Not Specified.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.EntityStatus.Succeeded">
            <summary>
            Succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.EntityStatus.Failed">
            <summary>
            Failed.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.EntityStatus.Canceled">
            <summary>
            Canceled.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.EntityStatus.PendingCreation">
            <summary>
            Pending Creation.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.EntityStatus.PendingUpdate">
            <summary>
            Pending Update.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.EntityStatus.PendingDeletion">
            <summary>
            Pending Deletion.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.EntityStatus.PendingRecreation">
            <summary>
            Pending Recreation.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.EntityStatus.Disabled">
            <summary>
            Disabled.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.ExecutionPriorityOrder">
            <summary>
            Execution priority order.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.ExecutionPriorityOrder.OldestFirst">
            <summary>
            Oldest first.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.ExecutionPriorityOrder.NewestFirst">
            <summary>
            Newest first.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.Gateway">
            <summary>
            Data factory gateway resource definition.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.Gateway.#ctor">
            <summary>
            Initializes a new instance of the Gateway class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.Gateway.#ctor(System.String,Microsoft.Azure.Management.DataFactories.Models.GatewayProperties)">
            <summary>
            Initializes a new instance of the Gateway class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Gateway.Name">
            <summary>
            Required. Name of the data factory gateway.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Gateway.Properties">
            <summary>
            Required. Properties of the data factory gateway. Only the
            Description property is applicable in the PUT/PATCH request. Other
            properties are only applicable in service response, and they will
            be ignored in the PUT/PATCH request.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GatewayConnectionInfo">
            <summary>
            Data contract for retrieving gateway connection information. All of its
            properties are set by the service side and read-only on the client
            side.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayConnectionInfo.#ctor">
            <summary>
            Initializes a new instance of the GatewayConnectionInfo class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayConnectionInfo.HostServiceUri">
            <summary>
            Required. Gateway host service Uri.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayConnectionInfo.IdentityCertThumbprint">
            <summary>
            Required. Gateway identity certificate thumbprint.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayConnectionInfo.ServiceToken">
            <summary>
            Required. Gateway service token.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayConnectionInfo.Version">
            <summary>
            Required. Gateway instance version.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GatewayConnectionInfoRetrieveResponse">
            <summary>
            The retrieve gateway connection information operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayConnectionInfoRetrieveResponse.#ctor">
            <summary>
            Initializes a new instance of the
            GatewayConnectionInfoRetrieveResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayConnectionInfoRetrieveResponse.ConnectionInfo">
            <summary>
            Optional. The gateway connection information.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters">
            <summary>
            Parameters specifying the data factory gateway definition for a create
            or update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the GatewayCreateOrUpdateParameters
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateParameters.Gateway">
            <summary>
            Optional. The definition of a data factory gateway to be created or
            updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateResponse">
            <summary>
            The create or update data factory gateway operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayCreateOrUpdateResponse
            class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateResponse.Gateway">
            <summary>
            Optional. Data factory gateway information.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateResponse.Location">
            <summary>
            Optional. The location url for the get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GatewayGetResponse">
            <summary>
            The Get data factory gateway operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayGetResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayGetResponse.Gateway">
            <summary>
            Optional. The data factory gateway information.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GatewayListResponse">
            <summary>
            The List data factory gateways operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayListResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayListResponse.GetEnumerator">
            <summary>
            Gets the sequence of Gateways.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayListResponse.System#Collections#IEnumerable#GetEnumerator">
            <summary>
            Gets the sequence of Gateways.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayListResponse.Gateways">
            <summary>
            Optional. List of data factory gateway information.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties">
            <summary>
            Basic information about a gateway.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.#ctor">
            <summary>
            Initializes a new instance of the GatewayProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.CreateTime">
            <summary>
            Optional. Create time of the data factory gateway is set by the
            service side and read-only on the client side.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.Description">
            <summary>
            Optional. Description of the data factory gateway.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.ExpiryTime">
            <summary>
            Optional. Expiry time of the data factory gateway is set by the
            service side and read-only on the client side.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.Key">
            <summary>
            Optional. Gateway key is set by the service side when creating a
            new gateway and read-only on the client side. Its value will be
            null in all other scenarios.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.LastConnectTime">
            <summary>
            Optional. Last connect time of the data factory gateway is set by
            the service side and read-only on the client side.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.ProvisioningState">
            <summary>
            Optional. The provisioning state of the data factory gateway.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.RegisterTime">
            <summary>
            Optional. Register time of the data factory gateway is set by the
            service side and read-only on the client side.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.Status">
            <summary>
            Optional. Gateway status is set by the service side and read-only
            on the client side. It can be NeedRegistration, Online or Offline.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.Version">
            <summary>
            Optional. Gateway version is set by the service side and read-only
            on the client side.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayProperties.VersionStatus">
            <summary>
            Optional. Gateway version status is set by the service side and
            read-only on the client side. It can be None, UpToDate, Expiring
            or Expired.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GatewayRegenerateKeyResponse">
            <summary>
            The regenerate gateway key operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayRegenerateKeyResponse.#ctor">
            <summary>
            Initializes a new instance of the GatewayRegenerateKeyResponse
            class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.GatewayRegenerateKeyResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the GatewayRegenerateKeyResponse
            class with required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.GatewayRegenerateKeyResponse.Key">
            <summary>
            Required. Regenerated gateway key.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GatewayStatus">
            <summary>
            Data factory gateway status.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.GatewayStatus.NeedRegistration">
            <summary>
            Need registration.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.GatewayStatus.Online">
            <summary>
            Online.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.GatewayStatus.Offline">
            <summary>
            Offline.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.GatewayVersionStatus">
            <summary>
            Data factory gateway version status.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.GatewayVersionStatus.None">
            <summary>
            None.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.GatewayVersionStatus.UpToDate">
            <summary>
            Up to date.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.GatewayVersionStatus.Expiring">
            <summary>
            Expiring.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.GatewayVersionStatus.Expired">
            <summary>
            Expired.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.Hub">
            <summary>
            A hub is a group of related linked services and datasets where pipeline
            activities run.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.Hub.#ctor">
            <summary>
            Initializes a new instance of the Hub class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Hub.Name">
            <summary>
            Optional. Name of the hub.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.Hub.Properties">
            <summary>
            Optional. Hub properties.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties">
            <summary>
            Hub properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties.#ctor">
            <summary>
            Initializes a new instance of the HubBaseProperties class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties.HubId">
            <summary>
            Optional. The ID of the hub.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HubBaseProperties.ProvisioningState">
            <summary>
            Optional. The provisioning state of the hub.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters">
            <summary>
            Parameters specifying the hub to be created or updated.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters.#ctor">
            <summary>
            Initializes a new instance of the HubCreateOrUpdateParameters class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateParameters.Hub">
            <summary>
            Optional. The definition of the hub to be created or updated.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateResponse">
            <summary>
            The create or update hub operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateResponse.#ctor">
            <summary>
            Initializes a new instance of the HubCreateOrUpdateResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateResponse.Hub">
            <summary>
            Optional. The hub instance.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateResponse.Location">
            <summary>
            Optional. The location url for the get request.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateResponse.Status">
            <summary>
            Optional. Status of the operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters">
            <summary>
            Parameters specifying the data factory hub raw json content for a
            create or update operation.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters.#ctor">
            <summary>
            Initializes a new instance of the
            HubCreateOrUpdateWithRawJsonContentParameters class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters.#ctor(System.String)">
            <summary>
            Initializes a new instance of the
            HubCreateOrUpdateWithRawJsonContentParameters class with required
            arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HubCreateOrUpdateWithRawJsonContentParameters.Content">
            <summary>
            Required. The raw json content for a create or update data factory
            hub operation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HubGetResponse">
            <summary>
            The get hub operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HubGetResponse.#ctor">
            <summary>
            Initializes a new instance of the HubGetResponse class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HubGetResponse.Hub">
            <summary>
            Optional. The hub instance.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HubListResponse">
            <summary>
            The list hub operation response.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HubListResponse.#ctor">
            <summary>
            Initializes a new instance of the HubListResponse class.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HubListResponse.#ctor(System.String)">
            <summary>
            Initializes a new instance of the HubListResponse class with
            required arguments.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HubListResponse.Hubs">
            <summary>
            Optional. A list of the returned hub instances.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.HubListResponse.NextLink">
            <summary>
            Required. The link (url) to the next page of results.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.HubProperties">
            <summary>
            Hub properties.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.HubProperties.#ctor">
            <summary>
            Initializes a new instance of the HubProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.InternalHubProperties">
            <summary>
            Internal hub type reserved for use by the system. Clients cannot create
            or delete hubs of this type.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.InternalHubProperties.#ctor">
            <summary>
            Initializes a new instance of the InternalHubProperties class.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.Location">
            <summary>
            Data center location of the data factory.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.Location.WestUS">
            <summary>
            West US
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.Location.NorthEurope">
            <summary>
            North Europe
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.RunRecordReference">
            <summary>
            A reference to a data slice run. It contains the fields necessary to
            identify a single run.
            </summary>
        </member>
        <member name="M:Microsoft.Azure.Management.DataFactories.Models.RunRecordReference.#ctor">
            <summary>
            Initializes a new instance of the RunRecordReference class.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.RunRecordReference.ActivityName">
            <summary>
            Optional. The activity name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.RunRecordReference.DataSliceEnd">
            <summary>
            Optional. End time for corresponding data slice.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.RunRecordReference.DataSliceRunName">
            <summary>
            Optional. The data slice run name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.RunRecordReference.DataSliceStart">
            <summary>
            Optional. Start time for corresponding data slice.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.RunRecordReference.PipelineName">
            <summary>
            Optional. The pipeline name.
            </summary>
        </member>
        <member name="P:Microsoft.Azure.Management.DataFactories.Models.RunRecordReference.TableName">
            <summary>
            Optional. The table name.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.RunRecordType">
            <summary>
            Run record type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunRecordType.Unknown">
            <summary>
            Unknown.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunRecordType.Copy">
            <summary>
            Copy.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunRecordType.Script">
            <summary>
            Script.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunRecordType.Custom">
            <summary>
            Custom.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunRecordType.Validation">
            <summary>
            Validation.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.RunStatus">
            <summary>
            Run status.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.Starting">
            <summary>
            Starting.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.Configuring">
            <summary>
            Configuring.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.AllocatingResources">
            <summary>
            AllocatingResources.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.FailedResourceAllocation">
            <summary>
            FailedResourceAllocation.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.Running">
            <summary>
            Running.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.Succeeded">
            <summary>
            Succeeded.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.FailedExecution">
            <summary>
            FailedExecution.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.TimedOut">
            <summary>
            TimedOut.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.Canceled">
            <summary>
            Canceled.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.FailedValidation">
            <summary>
            FailedValidation.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.RunStatus.Abandoned">
            <summary>
            Abandoned.
            </summary>
        </member>
        <member name="T:Microsoft.Azure.Management.DataFactories.Models.SetSliceStatusType">
            <summary>
            The data slice status update type.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.SetSliceStatusType.Individual">
            <summary>
            Individual.
            </summary>
        </member>
        <member name="F:Microsoft.Azure.Management.DataFactories.Models.SetSliceStatusType.UpstreamInPipeline">
            <summary>
            UpstreamInPipeline.
            </summary>
        </member>
    </members>
</doc>