IJobStreamOperations Methods

 

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

NameDescription
System_CAPS_pubmethodGetAsync(String^, Guid, String^, CancellationToken)

Retrieve the job stream identified by job stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

System_CAPS_pubmethodListAsync(String^, Guid, JobStreamListParameters^, CancellationToken)

Retrieve a list of jobs streams identified by job id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

System_CAPS_pubmethodListNextAsync(String^, CancellationToken)

Gets the next page of job streams using next link.

System_CAPS_pubmethodListTestJobStreamsAsync(String^, String^, JobStreamListParameters^, CancellationToken)

Retrieve a list of test job streams identified by runbook name. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)

NameDescription
System_CAPS_pubmethodGet(String^, Guid, String^)

Retrieve the job stream identified by job stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)(Defined by JobStreamOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String^, Guid, String^)

Retrieve the job stream identified by job stream id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)(Defined by JobStreamOperationsExtensions.)

System_CAPS_pubmethodList(String^, Guid, JobStreamListParameters^)

Retrieve a list of jobs streams identified by job id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)(Defined by JobStreamOperationsExtensions.)

System_CAPS_pubmethodListAsync(String^, Guid, JobStreamListParameters^)

Retrieve a list of jobs streams identified by job id. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)(Defined by JobStreamOperationsExtensions.)

System_CAPS_pubmethodListNext(String^)

Gets the next page of job streams using next link.(Defined by JobStreamOperationsExtensions.)

System_CAPS_pubmethodListNextAsync(String^)

Gets the next page of job streams using next link.(Defined by JobStreamOperationsExtensions.)

System_CAPS_pubmethodListTestJobStreams(String^, String^, JobStreamListParameters^)

Retrieve a list of test job streams identified by runbook name. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)(Defined by JobStreamOperationsExtensions.)

System_CAPS_pubmethodListTestJobStreamsAsync(String^, String^, JobStreamListParameters^)

Retrieve a list of test job streams identified by runbook name. (see http://aka.ms/azureautomationsdk/jobstreamoperations for more information)(Defined by JobStreamOperationsExtensions.)

Return to top
Show: