JobStreamOperationsExtensions.GetAsync 方法 (IJobStreamOperations, String, Guid, String)
检索由作业流 id 标识的作业流。 (请参阅 https://aka.ms/azureautomationsdk/jobstreamoperations 有关详细信息)
命名空间: Microsoft.WindowsAzure.Management.Automation
程序集: Microsoft.WindowsAzure.Management.Automation(Microsoft.WindowsAzure.Management.Automation.dll 中)
语法
public static Task<JobStreamGetResponse> GetAsync(
this IJobStreamOperations operations,
string automationAccount,
Guid jobId,
string jobStreamId
)
public:
[ExtensionAttribute]
static Task<JobStreamGetResponse^>^ GetAsync(
IJobStreamOperations^ operations,
String^ automationAccount,
Guid jobId,
String^ jobStreamId
)
static member GetAsync :
operations:IJobStreamOperations *
automationAccount:string *
jobId:Guid *
jobStreamId:string -> Task<JobStreamGetResponse>
<ExtensionAttribute>
Public Shared Function GetAsync (
operations As IJobStreamOperations,
automationAccount As String,
jobId As Guid,
jobStreamId As String
) As Task(Of JobStreamGetResponse)
参数
operations
Type: Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations对 Microsoft.WindowsAzure.Management.Automation.IJobStreamOperations 引用。
automationAccount
Type: System.String必需。 自动管理帐户名称。
jobId
Type: System.Guid必需。 作业 id。
jobStreamId
Type: System.String必需。 作业流 id。
返回值
Type: System.Threading.Tasks.Task<JobStreamGetResponse>
获取作业流操作该响应模型。
请参阅
JobStreamOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首