Freigeben über


JobsOperationsExtensions.GetAsync Methode

Definition

Ruft Informationen zum angegebenen Auftrag ab.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBox.Models.JobResource> GetAsync(this Microsoft.Azure.Management.DataBox.IJobsOperations operations, string resourceGroupName, string jobName, string expand = default, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.DataBox.IJobsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.DataBox.Models.JobResource>
<Extension()>
Public Function GetAsync (operations As IJobsOperations, resourceGroupName As String, jobName As String, Optional expand As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of JobResource)

Parameter

operations
IJobsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Ressourcengruppenname

jobName
String

Der Name der Auftragsressource innerhalb der angegebenen Ressourcengruppe. Auftragsnamen müssen zwischen 3 und 24 Zeichen lang sein und nur alphanumerisch und unterstrichen verwendet werden.

expand
String

$expand wird für den Detailparameter für den Auftrag unterstützt, der Details zu den Auftragsphasen bereitstellt.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: