Freigeben über


AvsPrivateCloudResource.GetScriptPackage(String, CancellationToken) Methode

Definition

Abrufen eines Skriptpakets, das für die Ausführung in einer privaten Cloud verfügbar ist

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}
  • Vorgang IdScriptPackages_Get
public virtual Azure.Response<Azure.ResourceManager.Avs.ScriptPackageResource> GetScriptPackage (string scriptPackageName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetScriptPackage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Avs.ScriptPackageResource>
override this.GetScriptPackage : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Avs.ScriptPackageResource>
Public Overridable Function GetScriptPackage (scriptPackageName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ScriptPackageResource)

Parameter

scriptPackageName
String

Name des Skriptpakets in der privaten Cloud.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

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

scriptPackageName ist NULL.

Gilt für: