JobStreamOperationsExtensions Class

 

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

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

[ExtensionAttribute]
public ref class JobStreamOperationsExtensions abstract sealed 

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)

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

Return to top
Show: