JobStreamOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGet(IJobStreamOperations, String, Guid, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IJobStreamOperations, String, Guid, String)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IJobStreamOperations, String, Guid, JobStreamListParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IJobStreamOperations, String, Guid, JobStreamListParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticListNext(IJobStreamOperations, String)

Gets the next page of job streams using next link.

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(IJobStreamOperations, String)

Gets the next page of job streams using next link.

System_CAPS_pubmethodSystem_CAPS_staticListTestJobStreams(IJobStreamOperations, String, String, JobStreamListParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticListTestJobStreamsAsync(IJobStreamOperations, String, String, JobStreamListParameters)

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

Return to top
Show: