UpdateRuns interface
Interface representing a UpdateRuns.
Methods
| begin |
Delete specified Update Run |
| begin |
Delete specified Update Run |
| get(string, string, string, string, Update |
Get the Update run for a specified update |
| list(string, string, string, Update |
List all Update runs for a specified update |
| put(string, string, string, string, Update |
Put Update runs for a specified update |
Method Details
beginDelete(string, string, string, string, UpdateRunsDeleteOptionalParams)
Delete specified Update Run
function beginDelete(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterName
-
string
The name of the cluster.
- updateName
-
string
The name of the Update
- updateRunName
-
string
The name of the Update Run
- options
- UpdateRunsDeleteOptionalParams
The options parameters.
Returns
Promise<@azure/core-lro.SimplePollerLike<OperationState<void>, void>>
beginDeleteAndWait(string, string, string, string, UpdateRunsDeleteOptionalParams)
Delete specified Update Run
function beginDeleteAndWait(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsDeleteOptionalParams): Promise<void>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterName
-
string
The name of the cluster.
- updateName
-
string
The name of the Update
- updateRunName
-
string
The name of the Update Run
- options
- UpdateRunsDeleteOptionalParams
The options parameters.
Returns
Promise<void>
get(string, string, string, string, UpdateRunsGetOptionalParams)
Get the Update run for a specified update
function get(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, options?: UpdateRunsGetOptionalParams): Promise<UpdateRun>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterName
-
string
The name of the cluster.
- updateName
-
string
The name of the Update
- updateRunName
-
string
The name of the Update Run
- options
- UpdateRunsGetOptionalParams
The options parameters.
Returns
Promise<UpdateRun>
list(string, string, string, UpdateRunsListOptionalParams)
List all Update runs for a specified update
function list(resourceGroupName: string, clusterName: string, updateName: string, options?: UpdateRunsListOptionalParams): PagedAsyncIterableIterator<UpdateRun, UpdateRun[], PageSettings>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterName
-
string
The name of the cluster.
- updateName
-
string
The name of the Update
- options
- UpdateRunsListOptionalParams
The options parameters.
Returns
put(string, string, string, string, UpdateRun, UpdateRunsPutOptionalParams)
Put Update runs for a specified update
function put(resourceGroupName: string, clusterName: string, updateName: string, updateRunName: string, updateRunsProperties: UpdateRun, options?: UpdateRunsPutOptionalParams): Promise<UpdateRun>
Parameters
- resourceGroupName
-
string
The name of the resource group. The name is case insensitive.
- clusterName
-
string
The name of the cluster.
- updateName
-
string
The name of the Update
- updateRunName
-
string
The name of the Update Run
- updateRunsProperties
- UpdateRun
Properties of the updateRuns object
- options
- UpdateRunsPutOptionalParams
The options parameters.
Returns
Promise<UpdateRun>