Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ public partial class DataFactoryManagementClient : Microsoft.Rest.ServiceClient<
/// </summary>
public virtual IIntegrationRuntimeNodesOperations IntegrationRuntimeNodes { get; private set; }
/// <summary>
/// Gets the IIntegrationRuntimeOperations
/// </summary>
public virtual IIntegrationRuntimeOperations IntegrationRuntime { get; private set; }
/// <summary>
/// Gets the ILinkedServicesOperations
/// </summary>
public virtual ILinkedServicesOperations LinkedServices { get; private set; }
Expand Down Expand Up @@ -397,6 +401,7 @@ private void Initialize()
this.IntegrationRuntimes = new IntegrationRuntimesOperations(this);
this.IntegrationRuntimeObjectMetadata = new IntegrationRuntimeObjectMetadataOperations(this);
this.IntegrationRuntimeNodes = new IntegrationRuntimeNodesOperations(this);
this.IntegrationRuntime = new IntegrationRuntimeOperations(this);
this.LinkedServices = new LinkedServicesOperations(this);
this.Datasets = new DatasetsOperations(this);
this.Pipelines = new PipelinesOperations(this);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,11 @@ public partial interface IDataFactoryManagementClient : System.IDisposable
/// </summary>
IIntegrationRuntimeNodesOperations IntegrationRuntimeNodes { get; }

/// <summary>
/// Gets the IIntegrationRuntimeOperations
/// </summary>
IIntegrationRuntimeOperations IntegrationRuntime { get; }

/// <summary>
/// Gets the ILinkedServicesOperations
/// </summary>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,147 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License. See License.txt in the project root for license information.
// Code generated by Microsoft (R) AutoRest Code Generator.
// Changes may cause incorrect behavior and will be lost if the code is regenerated.

namespace Microsoft.Azure.Management.DataFactory
{
using Microsoft.Rest.Azure;
using Models;

/// <summary>
/// IntegrationRuntimeOperations operations.
/// </summary>
public partial interface IIntegrationRuntimeOperations
{
/// <summary>
/// Enable interactive authoring of Managed Virtual Network integration
/// runtime.
/// </summary>
/// <remarks>
/// Enable interactive authoring of Managed Virtual Network integration
/// runtime.
/// </remarks>
/// <param name='resourceGroupName'>
/// The resource group name.
/// </param>
/// <param name='factoryName'>
/// The factory name.
/// </param>
/// <param name='integrationRuntimeName'>
/// The integration runtime name.
/// </param>
/// <param name='autoTerminationMinutes'>
/// The allowed idle time for interactive authoring.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<IntegrationRuntimeResource,IntegrationRuntimeEnableInteractiveQueryHeaders>> EnableInteractiveQueryWithHttpMessagesAsync(string resourceGroupName, string factoryName, string integrationRuntimeName, int? autoTerminationMinutes = default(int?), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Disable interactive authoring of Managed Virtual Network integration
/// runtime.
/// </summary>
/// <remarks>
/// Disable interactive authoring of Managed Virtual Network integration
/// runtime.
/// </remarks>
/// <param name='resourceGroupName'>
/// The resource group name.
/// </param>
/// <param name='factoryName'>
/// The factory name.
/// </param>
/// <param name='integrationRuntimeName'>
/// The integration runtime name.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<IntegrationRuntimeResource,IntegrationRuntimeDisableInteractiveQueryHeaders>> DisableInteractiveQueryWithHttpMessagesAsync(string resourceGroupName, string factoryName, string integrationRuntimeName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Enable interactive authoring of Managed Virtual Network integration
/// runtime.
/// </summary>
/// <remarks>
/// Enable interactive authoring of Managed Virtual Network integration
/// runtime.
/// </remarks>
/// <param name='resourceGroupName'>
/// The resource group name.
/// </param>
/// <param name='factoryName'>
/// The factory name.
/// </param>
/// <param name='integrationRuntimeName'>
/// The integration runtime name.
/// </param>
/// <param name='autoTerminationMinutes'>
/// The allowed idle time for interactive authoring.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<IntegrationRuntimeResource,IntegrationRuntimeEnableInteractiveQueryHeaders>> BeginEnableInteractiveQueryWithHttpMessagesAsync(string resourceGroupName, string factoryName, string integrationRuntimeName, int? autoTerminationMinutes = default(int?), System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

/// <summary>
/// Disable interactive authoring of Managed Virtual Network integration
/// runtime.
/// </summary>
/// <remarks>
/// Disable interactive authoring of Managed Virtual Network integration
/// runtime.
/// </remarks>
/// <param name='resourceGroupName'>
/// The resource group name.
/// </param>
/// <param name='factoryName'>
/// The factory name.
/// </param>
/// <param name='integrationRuntimeName'>
/// The integration runtime name.
/// </param>
/// <param name='customHeaders'>
/// The headers that will be added to request.
/// </param>
/// <param name='cancellationToken'>
/// The cancellation token.
/// </param>
/// <exception cref="Microsoft.Rest.Azure.CloudException">
/// Thrown when the operation returned an invalid status code
/// </exception>
/// <exception cref="Microsoft.Rest.SerializationException">
/// Thrown when unable to deserialize the response
/// </exception>
System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<IntegrationRuntimeResource,IntegrationRuntimeDisableInteractiveQueryHeaders>> BeginDisableInteractiveQueryWithHttpMessagesAsync(string resourceGroupName, string factoryName, string integrationRuntimeName, System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> customHeaders = null, System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));

}
}
Loading
Loading