Udostępnij za pośrednictwem


ScriptCmdletsOperationsExtensions.ListAsync Metoda

Definicja

Wyświetlanie listy zasobów poleceń cmdlet skryptu dostępnych dla chmury prywatnej w celu utworzenia zasobu wykonywania skryptu w chmurze prywatnej

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

Parametry

operations
IScriptCmdletsOperations

Grupa operacji dla tej metody rozszerzenia.

resourceGroupName
String

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

privateCloudName
String

Nazwa chmury prywatnej

scriptPackageName
String

Nazwa pakietu skryptu w chmurze prywatnej

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Dotyczy