Interface UpdateRunsOperations interface UpdateRunsOperations { beginDelete : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
updateRunName : string ,
options ?: UpdateRunsDeleteOptionalParams ) => Promise < SimplePollerLike < OperationState < void > , void > > ) ; beginDeleteAndWait : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
updateRunName : string ,
options ?: UpdateRunsDeleteOptionalParams ) => Promise < void > ) ; delete : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
updateRunName : string ,
options ?: UpdateRunsDeleteOptionalParams ) => PollerLike < OperationState < void > , void > ) ; get : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
updateRunName : string ,
options ?: UpdateRunsGetOptionalParams ) => Promise < UpdateRun > ) ; list : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
options ?: UpdateRunsListOptionalParams ) => PagedAsyncIterableIterator < UpdateRun , {} , PageSettings > ) ; put : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
updateRunName : string ,
updateRunsProperties : UpdateRun ,
options ?: UpdateRunsPutOptionalParams ) => Promise < UpdateRun > ) ; } Propertiesbegin Delete And Wait begin Delete And Wait : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
updateRunName : string ,
options ?: UpdateRunsDeleteOptionalParams ) => Promise < void > ) delete delete : ( ( resourceGroupName : string ,
clusterName : string ,
updateName : string ,
updateRunName : string ,
options ?: UpdateRunsDeleteOptionalParams ) => PollerLike < OperationState < void > , void > )
Interface representing a UpdateRuns operations.