Share via


ScriptCmdletsOperationsExtensions.List Method

Definition

List script cmdlet resources available for a private cloud to create a script execution resource on a private cloud

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)

Parameters

operations
IScriptCmdletsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

privateCloudName
String

Name of the private cloud

scriptPackageName
String

Name of the script package in the private cloud

Returns

Applies to