Freigeben über


ScriptCmdletCollection.GetAllAsync(CancellationToken) Methode

Definition

Auflisten von Skript-Cmdletressourcen, die für eine private Cloud verfügbar sind, um eine Skriptausführungsressource in einer privaten Cloud zu erstellen

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AVS/privateClouds/{privateCloudName}/scriptPackages/{scriptPackageName}/scriptCmdlets
  • Vorgang IdScriptCmdlets_List
public virtual Azure.AsyncPageable<Azure.ResourceManager.Avs.ScriptCmdletResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Avs.ScriptCmdletResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Avs.ScriptCmdletResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ScriptCmdletResource)

Parameter

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Sammlung von, bei der ScriptCmdletResource mehrere Dienstanforderungen zum Durchlaufen verwendet werden können.

Gilt für: