JobStreamOperationsExtensions.Get 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
Get(IJobStreamOperations, String, String, Guid, String) | |
Get(IJobStreamOperations, String, String, String, String, String) |
擷取作業資料流程識別碼所識別的作業資料流程。 http://aka.ms/azureautomationsdk/jobstreamoperations |
Get(IJobStreamOperations, String, String, Guid, String)
public static Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse Get (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccount, Guid jobId, string jobStreamId);
static member Get : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * Guid * string -> Microsoft.Azure.Management.Automation.Models.JobStreamGetResponse
<Extension()>
Public Function Get (operations As IJobStreamOperations, resourceGroupName As String, automationAccount As String, jobId As Guid, jobStreamId As String) As JobStreamGetResponse
參數
- operations
- IJobStreamOperations
- resourceGroupName
- String
- automationAccount
- String
- jobId
- Guid
- jobStreamId
- String
傳回
適用於
Get(IJobStreamOperations, String, String, String, String, String)
擷取作業資料流程識別碼所識別的作業資料流程。 http://aka.ms/azureautomationsdk/jobstreamoperations
public static Microsoft.Azure.Management.Automation.Models.JobStream Get (this Microsoft.Azure.Management.Automation.IJobStreamOperations operations, string resourceGroupName, string automationAccountName, string jobName, string jobStreamId, string clientRequestId = default);
static member Get : Microsoft.Azure.Management.Automation.IJobStreamOperations * string * string * string * string * string -> Microsoft.Azure.Management.Automation.Models.JobStream
<Extension()>
Public Function Get (operations As IJobStreamOperations, resourceGroupName As String, automationAccountName As String, jobName As String, jobStreamId As String, Optional clientRequestId As String = Nothing) As JobStream
參數
- operations
- IJobStreamOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
Azure 資源群組的名稱。
- automationAccountName
- String
自動化帳戶的名稱。
- jobName
- String
作業名稱。
- jobStreamId
- String
作業資料流程識別碼。
- clientRequestId
- String
識別這個特定的用戶端要求。