ApplicationOperationsExtensions.Get Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft Informationen zur angegebenen Anwendung ab.
public static Microsoft.Azure.Batch.Protocol.Models.ApplicationSummary Get(this Microsoft.Azure.Batch.Protocol.IApplicationOperations operations, string applicationId, Microsoft.Azure.Batch.Protocol.Models.ApplicationGetOptions applicationGetOptions = default);
static member Get : Microsoft.Azure.Batch.Protocol.IApplicationOperations * string * Microsoft.Azure.Batch.Protocol.Models.ApplicationGetOptions -> Microsoft.Azure.Batch.Protocol.Models.ApplicationSummary
<Extension()>
Public Function Get (operations As IApplicationOperations, applicationId As String, Optional applicationGetOptions As ApplicationGetOptions = Nothing) As ApplicationSummary
Parameter
- operations
- IApplicationOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- applicationId
- String
Die ID der Anwendung.
- applicationGetOptions
- ApplicationGetOptions
Zusätzliche Parameter für den Vorgang
Gibt zurück
Hinweise
Dieser Vorgang gibt nur Anwendungen und Versionen zurück, die für die Verwendung auf Computeknoten verfügbar sind. das heißt, dass in einem Paketverweis verwendet werden kann. Für Administratorinformationen zu Anwendungen und Versionen, die für Computeknoten noch nicht verfügbar sind, verwenden Sie die Azure-Portal oder die Azure Resource Manager-API.
Gilt für:
Azure SDK for .NET