JobStreamOperationsExtensions.Get 方法 (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 JobStreamGetResponse Get(
this IJobStreamOperations operations,
string automationAccount,
Guid jobId,
string jobStreamId
)
public:
[ExtensionAttribute]
static JobStreamGetResponse^ Get(
IJobStreamOperations^ operations,
String^ automationAccount,
Guid jobId,
String^ jobStreamId
)
static member Get :
operations:IJobStreamOperations *
automationAccount:string *
jobId:Guid *
jobStreamId:string -> JobStreamGetResponse
<ExtensionAttribute>
Public Shared Function Get (
operations As IJobStreamOperations,
automationAccount As String,
jobId As Guid,
jobStreamId As String
) As 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: Microsoft.WindowsAzure.Management.Automation.Models.JobStreamGetResponse
获取作业流操作该响应模型。
请参阅
JobStreamOperationsExtensions 类
Microsoft.WindowsAzure.Management.Automation 命名空间
返回页首