Share via


JobStreamOperationsExtensions Class

 

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

Inheritance Hierarchy

System.Object
  Microsoft.WindowsAzure.Management.Automation.JobStreamOperationsExtensions

Syntax

public static class JobStreamOperationsExtensions
[ExtensionAttribute]
public ref class JobStreamOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type JobStreamOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class JobStreamOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Get(IJobStreamOperations, String, Guid, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IJobStreamOperations, String, Guid, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IJobStreamOperations, String, Guid, JobStreamListParameters)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IJobStreamOperations, String, Guid, JobStreamListParameters)

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

System_CAPS_pubmethodSystem_CAPS_static ListNext(IJobStreamOperations, String)

Gets the next page of job streams using next link.

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IJobStreamOperations, String)

Gets the next page of job streams using next link.

System_CAPS_pubmethodSystem_CAPS_static ListTestJobStreams(IJobStreamOperations, String, String, JobStreamListParameters)

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

System_CAPS_pubmethodSystem_CAPS_static ListTestJobStreamsAsync(IJobStreamOperations, String, String, JobStreamListParameters)

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

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top