다음을 통해 공유


JobStreamOperationsExtensions.Get 메서드

정의

오버로드

Get(IJobStreamOperations, String, String, Guid, String)
Get(IJobStreamOperations, String, String, String, String, String)

작업 스트림 ID로 식별된 작업 스트림을 검색합니다. 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

매개 변수

resourceGroupName
String
automationAccount
String
jobId
Guid
jobStreamId
String

반환

적용 대상

Get(IJobStreamOperations, String, String, String, String, String)

작업 스트림 ID로 식별된 작업 스트림을 검색합니다. 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

작업 스트림 ID입니다.

clientRequestId
String

이 특정 클라이언트 요청을 식별합니다.

반환

적용 대상