Share via


ScriptCmdletsOperations interface

Interface representing a ScriptCmdlets operations.

Properties

get

Get a ScriptCmdlet

list

List ScriptCmdlet resources by ScriptPackage

Property Details

get

Get a ScriptCmdlet

get: (resourceGroupName: string, privateCloudName: string, scriptPackageName: string, scriptCmdletName: string, options?: ScriptCmdletsGetOptionalParams) => Promise<ScriptCmdlet>

Property Value

(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, scriptCmdletName: string, options?: ScriptCmdletsGetOptionalParams) => Promise<ScriptCmdlet>

list

List ScriptCmdlet resources by ScriptPackage

list: (resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptCmdletsListOptionalParams) => PagedAsyncIterableIterator<ScriptCmdlet, ScriptCmdlet[], PageSettings>

Property Value

(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptCmdletsListOptionalParams) => PagedAsyncIterableIterator<ScriptCmdlet, ScriptCmdlet[], PageSettings>