IDataLakeAnalyticsJobManagementClient Interface

 

Creates an Azure Data Lake Analytics job management client.

Namespace:   Microsoft.Azure.Management.DataLake.AnalyticsJob
Assembly:  Microsoft.Azure.Management.DataLake.AnalyticsJob (in Microsoft.Azure.Management.DataLake.AnalyticsJob.dll)

Syntax

public interface IDataLakeAnalyticsJobManagementClient : IDisposable
public interface class IDataLakeAnalyticsJobManagementClient : IDisposable
type IDataLakeAnalyticsJobManagementClient = 
    interface
        interface IDisposable
    end
Public Interface IDataLakeAnalyticsJobManagementClient
    Inherits IDisposable

Properties

Name Description
System_CAPS_pubproperty ApiVersion

Gets the API version.

System_CAPS_pubproperty Credentials

Gets subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

System_CAPS_pubproperty Jobs

Operations for submitting and cancelling Data Lake Analytics jobs and retrieving their status and history

System_CAPS_pubproperty JobServiceUri

Gets the URI used as the base for all cloud service requests.

System_CAPS_pubproperty LongRunningOperationInitialTimeout

Gets or sets the initial timeout for Long Running Operations.

System_CAPS_pubproperty LongRunningOperationRetryTimeout

Gets or sets the retry timeout for Long Running Operations.

System_CAPS_pubproperty UserAgentSuffix

Gets or sets the additional UserAgent text to be added to the user agent header. This is used to further differentiate where requests are coming from internally.

Methods

Name Description
System_CAPS_pubmethod Dispose()

(Inherited from IDisposable.)

See Also

Microsoft.Azure.Management.DataLake.AnalyticsJob Namespace

Return to top