Udostępnij za pośrednictwem


ScriptPackagesOperationsExtensions.ListAsync Metoda

Definicja

Wyświetlanie listy pakietów skryptów dostępnych do uruchomienia w chmurze prywatnej

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.ScriptPackage>> ListAsync (this Microsoft.Azure.Management.Avs.IScriptPackagesOperations operations, string resourceGroupName, string privateCloudName, System.Threading.CancellationToken cancellationToken = default);
static member ListAsync : Microsoft.Azure.Management.Avs.IScriptPackagesOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.ScriptPackage>>
<Extension()>
Public Function ListAsync (operations As IScriptPackagesOperations, resourceGroupName As String, privateCloudName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of ScriptPackage))

Parametry

operations
IScriptPackagesOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

Nazwa grupy zasobów. W nazwie jest uwzględniana wielkość liter.

privateCloudName
String

Nazwa chmury prywatnej

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy