Freigeben über


BatchApplicationResource.GetBatchApplicationPackage Methode

Definition

Ruft Informationen zum angegebenen Anwendungspaket ab.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}/versions/{versionName}
  • Vorgangs-IdApplicationPackage_Get
public virtual Azure.Response<Azure.ResourceManager.Batch.BatchApplicationPackageResource> GetBatchApplicationPackage (string versionName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetBatchApplicationPackage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchApplicationPackageResource>
override this.GetBatchApplicationPackage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Batch.BatchApplicationPackageResource>
Public Overridable Function GetBatchApplicationPackage (versionName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of BatchApplicationPackageResource)

Parameter

versionName
String

Die Version der Anwendung.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

versionName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

versionName ist NULL.

Gilt für: