JobsOperationsExtensions.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get Job
public static Microsoft.Azure.Management.Media.Models.Job Get (this Microsoft.Azure.Management.Media.IJobsOperations operations, string resourceGroupName, string accountName, string transformName, string jobName);
static member Get : Microsoft.Azure.Management.Media.IJobsOperations * string * string * string * string -> Microsoft.Azure.Management.Media.Models.Job
<Extension()>
Public Function Get (operations As IJobsOperations, resourceGroupName As String, accountName As String, transformName As String, jobName As String) As Job
Parameters
- operations
- IJobsOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group within the Azure subscription.
- accountName
- String
The Media Services account name.
- transformName
- String
The Transform name.
- jobName
- String
The Job name.
Returns
Remarks
Gets a Job.
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.
Azure SDK for .NET