次の方法で共有


ScriptCmdletsOperationsExtensions.List メソッド

定義

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

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.ScriptCmdlet> List (this Microsoft.Azure.Management.Avs.IScriptCmdletsOperations operations, string resourceGroupName, string privateCloudName, string scriptPackageName);
static member List : Microsoft.Azure.Management.Avs.IScriptCmdletsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.Avs.Models.ScriptCmdlet>
<Extension()>
Public Function List (operations As IScriptCmdletsOperations, resourceGroupName As String, privateCloudName As String, scriptPackageName As String) As IPage(Of ScriptCmdlet)

パラメーター

operations
IScriptCmdletsOperations

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

resourceGroupName
String

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

privateCloudName
String

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

scriptPackageName
String

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

戻り値

適用対象