Share via


IJobStreamOperations Interface

 

Service operation for automation job streams. (see https://aka.ms/azureautomationsdk/jobstreamoperations for more information)

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

Syntax

public interface IJobStreamOperations
public interface class IJobStreamOperations
type IJobStreamOperations = interface end
Public Interface IJobStreamOperations

Methods

Name Description
System_CAPS_pubmethod GetAsync(String, Guid, String, CancellationToken)

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

System_CAPS_pubmethod ListAsync(String, Guid, JobStreamListParameters, CancellationToken)

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

System_CAPS_pubmethod ListNextAsync(String, CancellationToken)

Gets the next page of job streams using next link.

System_CAPS_pubmethod ListTestJobStreamsAsync(String, String, JobStreamListParameters, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Get(String, Guid, String)

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

System_CAPS_pubmethod GetAsync(String, Guid, String)

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

System_CAPS_pubmethod List(String, Guid, JobStreamListParameters)

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

System_CAPS_pubmethod ListAsync(String, Guid, JobStreamListParameters)

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

System_CAPS_pubmethod ListNext(String)

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

System_CAPS_pubmethod ListNextAsync(String)

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

System_CAPS_pubmethod ListTestJobStreams(String, String, JobStreamListParameters)

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

System_CAPS_pubmethod ListTestJobStreamsAsync(String, String, JobStreamListParameters)

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

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top