ScriptCmdlets interface
Interface die een ScriptCmdlets vertegenwoordigt.
Methoden
get(string, string, string, string, Script |
Een ScriptCmdlet ophalen |
list(string, string, string, Script |
ScriptCmdlet-resources weergeven op ScriptPackage |
Methodedetails
get(string, string, string, string, ScriptCmdletsGetOptionalParams)
Een ScriptCmdlet ophalen
function get(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, scriptCmdletName: string, options?: ScriptCmdletsGetOptionalParams): Promise<ScriptCmdlet>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- privateCloudName
-
string
Naam van de privécloud
- scriptPackageName
-
string
Naam van het scriptpakket.
- scriptCmdletName
-
string
Naam van de script-cmdlet.
- options
- ScriptCmdletsGetOptionalParams
De optiesparameters.
Retouren
Promise<ScriptCmdlet>
list(string, string, string, ScriptCmdletsListOptionalParams)
ScriptCmdlet-resources weergeven op ScriptPackage
function list(resourceGroupName: string, privateCloudName: string, scriptPackageName: string, options?: ScriptCmdletsListOptionalParams): PagedAsyncIterableIterator<ScriptCmdlet, ScriptCmdlet[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- privateCloudName
-
string
Naam van de privécloud
- scriptPackageName
-
string
Naam van het scriptpakket.
- options
- ScriptCmdletsListOptionalParams
De optiesparameters.