ScriptExecutionHistory interface
Interface die een ScriptExecutionHistory vertegenwoordigt.
Methoden
| list |
Een lijst met de uitvoeringsgeschiedenis van alle scripts voor het opgegeven cluster. |
| promote(string, string, string, Script |
Bevordert de opgegeven ad-hoc scriptuitvoering naar een persistent script. |
Methodedetails
listByCluster(string, string, ScriptExecutionHistoryListByClusterOptionalParams)
Een lijst met de uitvoeringsgeschiedenis van alle scripts voor het opgegeven cluster.
function listByCluster(resourceGroupName: string, clusterName: string, options?: ScriptExecutionHistoryListByClusterOptionalParams): PagedAsyncIterableIterator<RuntimeScriptActionDetail, RuntimeScriptActionDetail[], PageSettings>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- clusterName
-
string
De naam van het cluster.
De optiesparameters.
Retouren
promote(string, string, string, ScriptExecutionHistoryPromoteOptionalParams)
Bevordert de opgegeven ad-hoc scriptuitvoering naar een persistent script.
function promote(resourceGroupName: string, clusterName: string, scriptExecutionId: string, options?: ScriptExecutionHistoryPromoteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep.
- clusterName
-
string
De naam van het cluster.
- scriptExecutionId
-
string
De scriptuitvoerings-id
De optiesparameters.
Retouren
Promise<void>