次の方法で共有


ScriptCmdletsOperationsExtensions.ListAsync メソッド

定義

プライベート クラウドでスクリプト実行リソースを作成するために使用できるスクリプト コマンドレット リソースを一覧表示する

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))

パラメーター

operations
IScriptCmdletsOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

privateCloudName
String

プライベート クラウドの名前

scriptPackageName
String

プライベート クラウド内のスクリプト パッケージの名前

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象