ScriptCmdlets interface
Interface representing a ScriptCmdlets.
Methods
get(string, string, string, string, Script |
Get a ScriptCmdlet |
list(string, string, string, Script |
List ScriptCmdlet resources by ScriptPackage |
Method Details
get(string, string, string, string, ScriptCmdletsGetOptionalParams)
Get a ScriptCmdlet
function get(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, scriptCmdletName: string, options?: ScriptCmdletsGetOptionalParams): Promise<ScriptCmdlet>
Parameters
- 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.
- scriptCmdletName
-
string
Name of the script cmdlet.
- options
- ScriptCmdletsGetOptionalParams
The options parameters.
Returns
Promise<ScriptCmdlet>
list(string, string, string, ScriptCmdletsListOptionalParams)
List ScriptCmdlet resources by ScriptPackage
function list(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptCmdletsListOptionalParams): PagedAsyncIterableIterator<ScriptCmdlet, ScriptCmdlet[], PageSettings>
Parameters
- 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.
- options
- ScriptCmdletsListOptionalParams
The options parameters.